error on vbulletin

dreamlight95

New Member
I am using wamp to host the vbulletin..
I get error when i type "http:.//localhost/forum"

errorqqj.png


Can anyone help me with it?
 
Have you installed it, and is it a fresh installation?

Content encoding is generally bad code, check if you can access other pages (eg http://127.0.0.1/forum/admincp)

Turn on php errors too in php.ini (in your server installation folders, there is usually a link to it from your server control panel too)

Set error_reporting to E_ALL

ie

error_reporting = E_ALL
 
Firefox maybe ...

From Google: I solved the problem by re-installing firefox and all my plugins.


Does the problem happen in IE?

I am remembering that this is a GZIP related problem now that I think about it. If your server has it configured and vbulletin has it enabled too they conflict as I remember it. In vboptions, disable this option: GZIP HTML Output
 
There's just so many things that can cause encoding errors, it's a matter of finding out more information. If you're logging PHP errors like above (error_reporting = E_ALL) that should show you what exactly is causing it.

If that isn't working I'd just try restarting wamp, restarting computer, reinstalling wamp, reinstalling forum, etc.

I am absolutely certain that a clean VB install on a default Wamp server works fine though.
 
Back
Top