vb 4.2.3, couple errors in error_log

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TommyBoi
    New Member
    • Jan 2015
    • 8
    • 4.2.x

    vb 4.2.3, couple errors in error_log

    Hi, I have upgraded from 4.2.3 beta to 4.2.3 and i noticed a couple erros in my error_log file in the forum root:

    *PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 25690071 bytes) in /home/mysite/public_html/forums/includes/functions_threadedmode.php on line 23
    *CSRF state token does not match one provided.
    *CSRF state token does not match one provided.
    *CSRF state token does not match one provided.
    *CSRF state token does not match one provided.
    *CSRF state token does not match one provided.
    *CSRF state token does not match one provided.
    *PHP Warning: require_once(blog.php): failed to open stream: No such file or directory in /home/mysite/public_html/forums/entry.php on line 19
    *PHP Fatal error: require_once(): Failed opening required 'blog.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/forums/entry.php on line 19
    *CSRF state token does not match one provided.
    *CSRF state token does not match one provided.

    Any idea how to fix these?

    Regards.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    First one is related to threaded mode...are you able to view threads using threaded mode without issue? If so, I'd ignore it.
    The CSRF ones will turn up from time to time depending on what people are doing. Unless there's thousands of them it's not an issue.
    The other two relate to the file blog.php - is this file present on the server and can you load it? If so, and these errors only appear that one time, it's probably just that didn't load on that specific occasion for some reson.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • TommyBoi
      New Member
      • Jan 2015
      • 8
      • 4.2.x

      #3
      There is no blog.php on the server, is there supposed to be?

      Comment

      Related Topics

      Collapse

      Working...