MyBB Community Forums

Full Version: Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After I get done running the installer, I try to access the mybb on my site, and I get these errors:

Parse error: syntax error, unexpected ']', expecting T_VARIABLE or '$' in /home/hex/public_html/inc/class_plugins.php on line 82

Fatal error: Class 'pluginSystem' not found in /home/hex/public_html/inc/functions.php on line 140

What is the problem?

Thanks,

Hex
Looks like you modified class_plugins.php or its corrupt.
I didn't touch it. So should a fresh download/install of that file fix the problem?
Yep. That should fix it.
They still remain. Did a fresh reintall on a new download, and it still remains.

Official problem can be seen here:

http://www.kuzx.net/index.php
Send me FTP details please Smile
It appears you didn't overwrite class_parser.php with a new version from the site. This line was modified from the original:

foreach($this->hooks[$    ]    $priority => $hooks)

I've fixed it for you.