Recent content by losasso

  1. L

    Bug DBSEO Causes Endless Loop in Cronjobs

    Hello, yes, this fixed the issue!
  2. L

    Bug DBSEO Causes Endless Loop in Cronjobs

    Hello, yes, it can be triggered on command. It happens everytime there are e-mails needing to be sent.
  3. L

    Bug DBSEO Causes Endless Loop in Cronjobs

    Hello, it is caused by a regular expression: $query = preg_replace('/\$(\w+)/', $this->config['Database']['tableprefix'] . '$1', $sql); In the latest version this is on line 758. The sitemap rebuilding does not have anything related to this it seems; it works fine. This error is triggered...
  4. L

    Bug DBSEO Causes Endless Loop in Cronjobs

    We updated to the latest DBSEO build and the issue persists.
  5. L

    Bug DBSEO Causes Endless Loop in Cronjobs

    Hello, since when we installed DBSEO, users have not been receiving all their daily digest e-mails from vBulletin. We investigated this, and we figured out that in some days, DBSEO causes the system to go into an endless loop which uses limitless memory. This is the error we get when trying to...
  6. L

    Question DBSEO Functions for Extensibility?

    This is all! Thanks for the fast response!
  7. L

    Question DBSEO Functions for Extensibility?

    Hello, I would like to know if there are functions we can use to generate a thread URL from the threadinfo table row - as we used to to with the vbseo_thread_url_row function. Thanks.
  8. L

    Question E-mail Notifications for Each User Disabled by Default

    Hello, many of our users have been complaining about the notifications from the Post Like system. I know we can disable notifications globally AND that a user can disable them from the settings area of the usercp, but I would like to know if there is a way to have the notifications globally...
Top