PDA

View Full Version : PHP Error



Positive
10-08-2008, 09:08 AM
I have a login page where users can login and register their information. Everything was working fine but yesterday only the username and password fields on the php page just disappeared. They are there in the code but are not being displayed.
Here is the error messages from the error log.

[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so: undefined symbol: compiler_globals in Unknown on line 0
[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so: undefined symbol: core_globals in Unknown on line 0
[Wed Oct 08 07:28:52 2008] [error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: undefined symbol: ps_globals in Unknown on line 0
[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so: undefined symbol: core_globals in Unknown on line 0
[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so: undefined symbol: compiler_globals in Unknown on line 0
[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so: undefined symbol: core_globals in Unknown on line 0
[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: undefined symbol: ps_globals in Unknown on line 0
[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so: undefined symbol: core_globals in Unknown on line 0
[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so: undefined symbol: compiler_globals in Unknown on line 0
[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so: undefined symbol: core_globals in Unknown on line 0
[error] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: undefined symbol: ps_globals in Unknown on line 0

The list goes on and on.

Can anyone please suggest something. This is really urgent.

Thanks

Bin

Early Out
10-08-2008, 11:05 AM
Have you contacted BH support? Use Live Chat. Someone else was reporting seeing a raft of errors like this, so it sounds like it might be a server problem.

Positive
10-08-2008, 02:44 PM
These are the errors I am receiving in regards to PHP

folderpath [Date] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/positix6/public_html/pform/index.php:2) in /home/positix6/public_html/pform/incCommon.php on line 35
folderpath [Date]PHP Warning: Cannot modify header information - headers already sent by (output started at /home/positix6/public_html/pform/index.php:2) in /home/positix6/public_html/pform/incCommon.php on line 36 folderpath [Date] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/positix6/public_html/pform/index.php:2) in /home/positix6/public_html/pform/incCommon.php on line 37

Any ideas anyone!!!

Thanks

Bin

felgall
10-08-2008, 02:56 PM
These are the errors I am receiving in regards to PHP

folderpath [Date] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/positix6/public_html/pform/index.php:2) in /home/positix6/public_html/pform/incCommon.php on line 35
folderpath [Date]PHP Warning: Cannot modify header information - headers already sent by (output started at /home/positix6/public_html/pform/index.php:2) in /home/positix6/public_html/pform/incCommon.php on line 36 folderpath [Date] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/positix6/public_html/pform/index.php:2) in /home/positix6/public_html/pform/incCommon.php on line 37

Any ideas anyone!!!

Thanks

Bin

That error means that something has been output to the page before calls trying to set the headers that all need to be sent prior to any of the page content.

Check for spaces before your opening <?php tag at that is the most likely cause.

Positive
10-08-2008, 03:18 PM
I did and there are no spaces. Now as strange as it can be, I am not getting any errors but I am not getting my login and password options on user login page.
Please check.

www.positivedgeinc.com/pform

Till day before yesterday all the users were able to login and now suddenly there is nothing.
Bluehost support gave up on me also.:(

Help anyone!!

Thanks

dataman
10-09-2008, 10:48 AM
In addition to what Stephen mentioned, make sure that you have no space between your <?PHP and the session_start();

DataMan

ladesign99
08-05-2010, 05:28 PM
if you are getting:

"PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: ..."


There is a known bug when upgrading to php5.3.xx. You can find the examples here http://bugs.php.net/bug.php?id=48614
I sent in a ticket to ask that they re-compile php with the fixes cuz the error log is driving me crazy!!!
Another site that has good explanations is http://forums.cpanel.net/f5/undefined-symbol-sqlite3_libversion-148993-p2.html
The reason you can't find explanations for this bug readily, is because everyone's error log around the world is what's found by the search engines.

farcaster
08-05-2010, 08:20 PM
Since Bluehost is using php 5.2.13 your reply is not valid concerning the post.

Also, it was two years ago, and I'm sure this has been resolved.

REXTEX
08-06-2010, 08:20 AM
I did and there are no spaces. Now as strange as it can be, I am not getting any errors but I am not getting my login and password options on user login page.
Please check.

www.positivedgeinc.com/pform

Till day before yesterday all the users were able to login and now suddenly there is nothing.
Bluehost support gave up on me also.:(

Help anyone!!

Thanks

I just tried to open your site and it will not open. You need to figure out what you have done to cause this problem like adding new pages or whatever and undo that work to get your site back up and running. I had a similar problem awhile back, I relosded the php.ini and took out the new work and got it working. So now when I get a php error, I check out the new work and make the required changes.