![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm not the only one with this problem.
After instaling (Cpanel X - linux Apache- php myadmin) I found this message (after deleting htacces): "Warning: include_once(config/main.inc.php) [function.include-once]: failed to open stream: No such file or directory in /home/original/public_html/extromail/program/include/main.inc on line 43 Warning: include_once() [function.include]: Failed opening 'config/main.inc.php' for inclusion (include_path='/home/original/public_html/extromail/:/home/original/public_html/extromail/program:/home/original/public_html/extromail/program/lib:.:/usr/lib/php:/usr/local/lib/php') in /home/original/public_html/extromail/program/include/main.inc on line 43 Warning: include_once(config/db.inc.php) [function.include-once]: failed to open stream: No such file or directory in /home/original/public_html/extromail/program/include/main.inc on line 52 Warning: include_once() [function.include]: Failed opening 'config/db.inc.php' for inclusion (include_path='/home/original/public_html/extromail/:/home/original/public_html/extromail/program:/home/original/public_html/extromail/program/lib:.:/usr/lib/php:/usr/local/lib/php') in /home/original/public_html/extromail/program/include/main.inc on line 52 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/original/public_html/extromail/program/include/main.inc on line 53 " Anyone could help ??I've tried for 2 nights. |
|
#2
|
|||
|
|||
|
Either you forgot to rename your config files from main.inc.php.dist to main.inc.php (etc.) or your PHP
has turned safe_mode on and restricts the directories from which files may be included. If the latter is the case, then check out the php.ini setting "safe_mode_include_dir". |
|
#3
|
|||
|
|||
|
Thank you very much!
I will verify this night. A forum will be allways a forum. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |