Error while trying to login
Error while trying to login
I have went over the installation process for phpwcms, while trying to login to the administration page, I get this error message:
Warning: main(/kunden/homepages/43/d198769012/htdocs/phpwcms/include/inc_ext/Openads/Openads_function.php) [function.main]: failed to open stream: No such file or directory in /homepages/43/d198769012/htdocs/phpwcms/include/inc_lib/default.inc.php on line 66
Fatal error: main() [function.require]: Failed opening required '/kunden/homepages/43/d198769012/htdocs/phpwcms/include/inc_ext/Openads/Openads_function.php' (include_path='.:/usr/local/lib/php') in /homepages/43/d198769012/htdocs/phpwcms/include/inc_lib/default.inc.php on line 66
Could someone please guide me to where the specific error message may arise? I've checked on the the php version for my account and it actually falls within the installation requirements.
Please help, thanks!
Warning: main(/kunden/homepages/43/d198769012/htdocs/phpwcms/include/inc_ext/Openads/Openads_function.php) [function.main]: failed to open stream: No such file or directory in /homepages/43/d198769012/htdocs/phpwcms/include/inc_lib/default.inc.php on line 66
Fatal error: main() [function.require]: Failed opening required '/kunden/homepages/43/d198769012/htdocs/phpwcms/include/inc_ext/Openads/Openads_function.php' (include_path='.:/usr/local/lib/php') in /homepages/43/d198769012/htdocs/phpwcms/include/inc_lib/default.inc.php on line 66
Could someone please guide me to where the specific error message may arise? I've checked on the the php version for my account and it actually falls within the installation requirements.
Please help, thanks!
Hi,
I hope you speak a little bit German language.
Please have a look:
- http://www.phpwcms.de/forum/viewtopic.php?p=86215#86215
- http://www.phpwcms.de/forum/viewtopic.php?p=85655#85655
Regards Knut
I hope you speak a little bit German language.
Please have a look:
- http://www.phpwcms.de/forum/viewtopic.php?p=86215#86215
- http://www.phpwcms.de/forum/viewtopic.php?p=85655#85655
Regards Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Thank you for the input guys, specially Jensensen
It seems that phpwcms is sensitive with the case of filenames, so what I did was rename the files having errors and there it worked.
Just a thought, based from my experience (which isn't that extensive yet)
linux is not picky with cases of filename, could be because windows is supported on the platform installs of phpwcms.
In any case, thanks again!
It seems that phpwcms is sensitive with the case of filenames, so what I did was rename the files having errors and there it worked.
Just a thought, based from my experience (which isn't that extensive yet)
linux is not picky with cases of filename, could be because windows is supported on the platform installs of phpwcms.
In any case, thanks again!
Hi, I have been having this problem too, I have installed the newest version of PHPWCMS (1.3.3) on two different servers and they both get the error:
I can't find anything wrong with it, all the files are there... I have tried changing permissions for that file, I have re-uploaded it loads of times and nothing seems to work..
Thanks
Code: Select all
Fatal error: require() [function.require]: Failed opening required '/www/include/inc_ext/Openads/Openads_function.php' (include_path='.:/usr/share/php') in /www/#####/#/#/#/#/htdocs/include/inc_lib/default.inc.php on line 66
Thanks
- If i bore you to death, don't say i didn't warn you.
Hi,
you have uploadet the files in the right way via FTP? case sensitivity | Ascii
The file include/inc_ext/Openads/Openads_function.php exists?
config.inc.php
Knut
you have uploadet the files in the right way via FTP? case sensitivity | Ascii
The file include/inc_ext/Openads/Openads_function.php exists?
config.inc.php
Code: Select all
// site values
$phpwcms['site'] = 'http://'.$_SERVER['SERVER_NAME'].'/';
// paths
$phpwcms['DOC_ROOT'] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms['root'] = '';
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Hi,
Thanks for the quick reply..
Yes, I have definately uploaded the files on the correct mode, the program I use is automatic and has not uploaded on the wrong mode before.. The file exists and I have uploaded it several times..
I tried the configuration settings but they havent made any difference...
I cant see what could be wrong..
Thanks..
Thanks for the quick reply..
Yes, I have definately uploaded the files on the correct mode, the program I use is automatic and has not uploaded on the wrong mode before.. The file exists and I have uploaded it several times..
I tried the configuration settings but they havent made any difference...
I cant see what could be wrong..
Thanks..
- If i bore you to death, don't say i didn't warn you.
Perhaps you could recheck about flip-flop's last suggestion? The part of the file path in red ~should~ be present in the file paths of all phpWCMS file calls.Ben_Hook wrote:they both get the error:Fatal error: require() [function.require]: Failed opening required '/www/include/inc_ext/Openads/Openads_function.php' (include_path='.:/usr/share/php') in /www/#####/#/#/#/#/htdocs/include/inc_lib/default.inc.php on line 66
The part that reads:
means that PHP could not find the files at the path '/www/include/inc_ext/Openads/Openads_function.php' so it checked PHP's "default" file path setting and still didn't find it in THAT path either.(include_path='.:/usr/share/php')
My guess is that if you check the "actual" path to that "Openads_function.php" file...you will find it at:
"/www/#####/#/#/#/#/htdocs/include/inc_ext/Openads/Openads_function.php'"
and NOT:
"/www/include/inc_ext/Openads/Openads_function.php'"
edit which usually means to check and try what flip-flop suggests.
