Quote:
Originally Posted by Ophelia
When you try to edit a download, even if you don't change anything at all, you get the following error when you click submit
Fatal error: Call to undefined function: check_url() in /home/website/public_html/forum/local_links_actions.php on line 837
I can hide things, I can delete things.. I can not however upload or edit.
When I try to upload for the first time. I get this error:
Fatal error: Call to undefined function: check_url() in /home/webattit/public_html/forum/local_links_actions.php on line 445
|
Ophelia, please check that you have actually uploaded all the php files. It looks to me as if you still have the old local_links_actions.php file there. Line 837 in the old code refers to check_url(). Line 839 in the new code refers to check_ldm_url().
This may be the cause of your other problem too - I'll try to check.