MyBB Community Forums

Full Version: MySQL error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys. I'm having a littel problem with the "Cache Manager" page.

Heres what I got...

Fatal error: Cannot use object of type datacache as array in D:\xampp\htdocs\curb\admin\maintenan

[attachment=1016]


[attachment=1017]

I'm running
  • Apache2.0.53
    PHP 5.0.4
    MySQL 4.1.11
This error only happens in PHP 5. Try this.
Open admin/maintenance.php
Find this
if(method_exists($cache, "update".$cache->title))

Change to

if(method_exists($cache, "update"))