![]() |
|
#1
|
|||
|
|||
|
Version vb 3.0.3. New installation.
Version vba cmps 1.0.0 http://www.grassteam.com/cmps_index.php http://www.grassteam.com/foroccnet30 When I'm installing vbadvanced following the instructions, at this step: File: cmps_index.php // ============================================ // Enter the full path to your forum here // Example: /home/vbadvanced/public_html/forum // ============================================ chdir('./usr/home/calamar/public_html/foroccnet30'); // ============================================ // No Further Editing Necessary! // ============================================ require_once('./global.php'); print_portal_output($home); Failing to open page: Warning: chdir(): No such file or directory (errno 2) in /usr/home/calamar/public_html/cmps_index.php on line 19 Warning: main(./global.php): failed to open stream: No such file or directory in /usr/home/calamar/public_html/cmps_index.php on line 25 Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /usr/home/calamar/public_html/cmps_index.php on line 25 In file global.php the change: PHP Code:
Regards. |
|
#2
|
|||
|
|||
|
everything in order
|
|
#3
|
||||
|
||||
|
chdir('./usr/home/calamar/public_html/foroccnet30'); This is wrong
I have my forums in /forum/ so I have chdir('./forum'); |
|
#4
|
||||
|
||||
|
Yours should be :
chdir('./foroccnet30'); |
|
#5
|
||||
|
||||
|
That line should be:
chdir('/usr/home/calamar/public_html/foroccnet30'); Or, as mholtum said, this will probably work as well: chdir('./foroccnet30'); |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|