Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: itvalentino on September 25, 2006, 05:26:00 PM

Title: Error 500 not database
Post by: itvalentino on September 25, 2006, 05:26:00 PM
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.
Title: Re: Error 500 not database
Post by: tuxx-home.at on September 27, 2006, 07:57:47 AM
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".
Title: Re: Error 500 not database
Post by: itvalentino on September 27, 2006, 10:22:23 AM
Thank you very much!
I will verify this night.
A forum will be allways a forum.