Hi,
moved my coppermine from my old provider to a dedicated server and the problem starts (sounds familiar, I know: Another bad configured server :( )
I searched forums for solutions, found a couple, but none worked. The closest to my solution was the path to the php5 files.
So I edited the php.ini and include all paths, where the php stuff may hide (yeah, beat me - I am a nub :'( )
I think it is the problem, just didnt find the right solution. I hope anyone had a similar situated problem and can help me
This here was error from the apache error_log:
PHP Warning: %v%v() [<a href='function.%v'>function.%v</a>]: failed to open stream: No such file or directory in /home/user/public_html/NoQ/gallery/include/init.inc.php on line 26
PHP Fatal error: %v%v() [<a href='function.require'>function.require</a>]: Failed opening required 'include/debugger.inc.php' (include_path='/usr/share/php5') in /home/user/public_html/NoQ/gallery/include/init.inc.php on line 26
So I thought I had an idea and added all paths to the include variable in the php.ini under /etc/php5/apache2/php.ini
PHP Warning: %v%v() [<a href='function.%v'>function.%v</a>]: failed to open stream: No such file or directory in /home/user/public_html/NoQ/gallery/include/init.inc.php on line 26
PHP Fatal error: %v%v() [<a href='function.require'>function.require</a>]: Failed opening required 'include/debugger.inc.php' (include_path='/usr/share/php5:/usr/bin:/usr/bin/php5:/etc/php5:/usr/lib64/php5:/etc/php5/apache2:/etc/php5:/usr/lib64/php5/bin:/var/lib/php5') in /home/user/public_html/NoQ/gallery/include/init.inc.php on line 26
As you can see above, it didn't solve my problem. :-[
I am using a OSuSe 10.0 64 bit with php 5.0.4, Apache 2.0.54 and MySql 4.1.1.3 all on a dedicated fat boy.
Phpinfo shows that mysql is properly injected:
http://chaoism.com/phpinfo
I really appreciate any idea to help the nub :( Gonna try my best to help ya out too (using cpg for about 3 years now :)
Thank you,
Serapis