Thanks Goob - that worked for me too!uddem.php
change:
$sql="SELECT id FROM #__menu WHERE link LIKE '%com_uddeim%' AND published>=0 LIMIT 1";
To:
$sql="SELECT id FROM #__menu WHERE link LIKE '%index%' AND published>=0 LIMIT 1";
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You might need your host to chown (change ownership) your files.
Not sure though. I had that type of error with my host because of their server setup. After the chown I was able to change the permissions.
I would contact them with the error.
Post edited by: andyahoo, at: 2006/06/24 01:52
Please Log in or Create an account to join the conversation.