upgrading PHP
-
PeterK2003
upgrading PHP
I am tring to upgrade to PHP 5.1.1 but when i do all i get is blank screen when i try to load S9Y. I know the php install seems to be working fine as i have squirrel mail(PHP based) installed on the same machine and it is working fine. any thoughts?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: upgrading PHP
Please enable your php's display_errors directive and/or search through your PHP/Apache error logfile.
A blank screen usually means either a coredump or a fatal error that is suppressed because of missing display_errors directive.
HTH,
Garvin
A blank screen usually means either a coredump or a fatal error that is suppressed because of missing display_errors directive.
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
PeterK2003
- Regular
- Posts: 8
- Joined: Tue Dec 20, 2005 3:22 pm
the error
I belive this is the error that is causing the problem but i am not sure what to do about it:
[Sat Dec 17 14:49:24 2005] [error] [client 192.168.0.2] PHP Fatal error: Call to undefined function sqlite_open() in D:\\ftp\\Peter.krum.name\\serendipity\\include\\db\\sqlite.inc.php on line 37
[Sat Dec 17 14:49:29 2005] [error] [client 192.168.0.2] PHP Fatal error: Call to undefined function sqlite_open() in D:\\ftp\\Peter.krum.name\\serendipity\\include\\db\\sqlite.inc.php on line 37
[Sat Dec 17 14:50:13 2005] [error] [client 192.168.0.2] PHP Fatal error: Call to undefined function sqlite_open() in D:\\ftp\\Peter.krum.name\\serendipity\\include\\db\\sqlite.inc.php on line 37
[Sat Dec 17 14:49:24 2005] [error] [client 192.168.0.2] PHP Fatal error: Call to undefined function sqlite_open() in D:\\ftp\\Peter.krum.name\\serendipity\\include\\db\\sqlite.inc.php on line 37
[Sat Dec 17 14:49:29 2005] [error] [client 192.168.0.2] PHP Fatal error: Call to undefined function sqlite_open() in D:\\ftp\\Peter.krum.name\\serendipity\\include\\db\\sqlite.inc.php on line 37
[Sat Dec 17 14:50:13 2005] [error] [client 192.168.0.2] PHP Fatal error: Call to undefined function sqlite_open() in D:\\ftp\\Peter.krum.name\\serendipity\\include\\db\\sqlite.inc.php on line 37
-
PeterK2003
- Regular
- Posts: 8
- Joined: Tue Dec 20, 2005 3:22 pm
where am i looking
where should i be looking for this? PHP.ini? If so i see a bunch of stuff about mysql but nothing for sqlite.
-
PeterK2003
- Regular
- Posts: 8
- Joined: Tue Dec 20, 2005 3:22 pm
not quite
i think the command should be "extension=php_sqlite.dll" based on the other extentions and the list of dlls in the ext folder. And when i added the line and restarted apache it took a really long time and eventually windows told me "Error 1053: The service did not respond to the start or control request in a timely fashion."
-
PeterK2003
- Regular
- Posts: 8
- Joined: Tue Dec 20, 2005 3:22 pm
Code: Select all
Beim Laden von http://www2.krum.name:8080/phptest.php ist folgender Fehler aufgetreten:
Zeitüberschreitung auf dem Server
Verbindung bestand zu www2.krum.name an Port 8080
I think there is an error with your sqlite. Can you test it with other databases? I use Linux and have no problems with mysql and sqlite. I think it is a problem with the php configuration or the OS.
I installed WAMP a long time, so i don't remember of the right dll filenames. But you found the right names
-
PeterK2003
- Regular
- Posts: 8
- Joined: Tue Dec 20, 2005 3:22 pm