Bug dbseo warnings/errors

Status
Not open for further replies.

keithop

New member
Hi there

Just installed VB with dbseo 1.4.8 (no previous vbseo or any other seo addons).

php 5.4 ( PHP 5.4.39 (cli) (built: Mar 19 2015 06:59:35)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd.)

although everything is working, I'm getting hundreds/thousands of php warnings/errors a minute filling up the log files....

There's so many that it leads me to believe that somethings incompatible :/ php version? I don't know.. any ideas? (I've tried reinstalling dbseo with overwrite on and no change)


[Sun Mar 29 19:42:54 2015] [warn] [client x.x.x.x] mod_fcgid: stderr: VB PHP Error: Undefined index: dbtech_dbseo_rewrite_texturls in /var/www/vhosts/wdisneysecrets.com/httpdocs/forums/dbtech/dbseo/includes/url.php on line 1691, referer: http://wdisneysecrets.com/


[Sun Mar 29 19:42:54 2015] [warn] [client x.x.x.x] mod_fcgid: stderr: VB PHP Error: Undefined offset: 6 in /var/www/vhosts/wdisneysecrets.com/httpdocs/forums/dbtech/dbseo/includes/class_core.php on line 3244, referer: http://wdisneysecrets.com/


[Sun Mar 29 19:53:21 2015] [warn] [client x.x.x.x] mod_fcgid: stderr: VB PHP Error: Undefined index: _inAjax in /var/www/vhosts/wdisneysecrets.com/httpdocs/forums/dbtech/dbseo/includes/class_core.php on line 3115

[Sun Mar 29 19:53:21 2015] [warn] [client x.x.x.x] mod_fcgid: stderr: VB PHP Error: mysql_close(): 7 is not a valid MySQL-Link resource in /var/www/vhosts/wdisneysecrets.com/httpdocs/forums/dbtech/dbseo/includes/class_db.php on line 392
 
The "undefined index" messages are incorrectly classified as Warnings - they are in fact Notice level errors. You should reconfigure your PHP installation to no longer log Notice level messages.

As for the mysql_close one, that's quite weird. I should mention though, you should switch to MySQLi. You can do this via vB's config.php file by changing the 'mysql' to 'mysqli' :)

I'll look into it and see if I can find out the reason.
 
Hi there

I've actually tried to configure php.ini not to show warnings etc (and restarted of course) but still no go... I know that's my problem really but I'm sure something's fundamentally wrong because truly, theres SO many warnings/errors all from dbseo, that the error_log file is filling up about 500MB an hour (and the forums not *THAT* busy, it's just every visitor causing thousands of warnings/errors)
 
Are you sure that your config.php or some other file doesn't set error_reporting(E_ALL) ?

You can check the effective error reporting level by visiting the "View PHP Info" page in the AdminCP. "Local value" is what the script has set it to, and "Master Value" is the php.ini setting.

To reiterate; there is absolutely nothing wrong. What you are seeing are notices about strict programming standards, which has absolutely zero impact on the functionality of the product in any way, shape or form.
 
As this ticket has received no further replies, I'll close it. If you have any further issues or questions, please feel free to start a new support ticket. Thanks!
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,169
Customer rating
5.00 star(s) 1 ratings
Back
Top