Status
Not open for further replies.

Nimrod

Customer
Just thought I'd post a few of the PHP errors we noticed with DBSEO
(it's running fine, but I just thought I'd mention them just incase there is anything that could be a possible bug or help improve the product)

Line 1818 error has appeared about 30 times over the last 24 hours:

Code:
[10-Feb-2014 15:51:01 Europe/Dublin] PHP Warning:  require_once(C:\inetpub\websitepath\dbtech\dbseo\includes\scripts\con): failed to open stream: Bad file descriptor in C:\inetpub\websitepath\dbtech\dbseo\includes\class_core.php on line 1818
[10-Feb-2014 15:51:01 Europe/Dublin] PHP Fatal error:  require_once(): Failed opening required 'C:\inetpub\websitepath/dbtech/dbseo/includes/scripts/con...-360-slim.html' (include_path='.;C:\php\pear') in C:\inetpub\websitepath\dbtech\dbseo\includes\class_core.php on line 1818

This has appeared once, so could have just been a PHP process dying or getting itself stuck:

Code:
[10-Feb-2014 08:27:41 Europe/Dublin] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 129238999 bytes) in C:\inetpub\websitepath\dbtech\dbseo\includes\class_core.php on line 5293
[10-Feb-2014 09:33:55 Europe/Dublin] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 129249497 bytes) in C:\inetpub\websitepath\dbtech\dbseo\includes\class_core.php on line 5293

Nothing major, just thought it's worth mentioning!

Cheers :)
 
Code:
[10-Feb-2014 15:51:01 Europe/Dublin] PHP Warning:  require_once(C:\inetpub\websitepath\dbtech\dbseo\includes\scripts\con): failed to open stream: Bad file descriptor in C:\inetpub\websitepath\dbtech\dbseo\includes\class_core.php on line 1818
[10-Feb-2014 15:51:01 Europe/Dublin] PHP Fatal error:  require_once(): Failed opening required 'C:\inetpub\websitepath/dbtech/dbseo/includes/scripts/con...-360-slim.html' (include_path='.;C:\php\pear') in C:\inetpub\websitepath\dbtech\dbseo\includes\class_core.php on line 1818
That sounds like potentially a custom rewrite gone wrong. I'll add an extra check to ensure it doesn't attempt to include directories in that way.

Code:
[10-Feb-2014 08:27:41 Europe/Dublin] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 129238999 bytes) in C:\inetpub\websitepath\dbtech\dbseo\includes\class_core.php on line 5293
[10-Feb-2014 09:33:55 Europe/Dublin] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 129249497 bytes) in C:\inetpub\websitepath\dbtech\dbseo\includes\class_core.php on line 5293
IIS / Windows is notoriously terrible for running PHP scripts, and should never really be done unless you also need ASP.NET or something like that - unfortunately there's no real way of tracing down a memory leak. In this case, however, it sounds like the "Link Titles: External URLs - Limit" setting needs to be turned down to a lower number.
 
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,172
Customer rating
5.00 star(s) 1 ratings
Back
Top