I had no issues installing this on my localhost I test stuff with but I got a new host and I get this error evertime
The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.
I am using joomla 1.5.13 and have php5 on the server.
Any ideas where to go from here?
Thanks for your reply I am using mysql 5.2.5
I dont haave a clue where to find the error log though.
Maybe you can tell me and I'll dig it out
Thanks again in advance
Sam
I dont haave a clue where to find the error log though.
./public_html/error_log
or if the error was encountered in the backend,
./public_html/administrator/error_log
You may need to enable PHP Error Reporting (for example via php.ini config in cPanel for your webhost). I don't want to sound rude but you really should already know these things if you are building your website