Hello.
I have had a disaster. I deleted both my userpoints and invite module in order to install later versions. For some reason after I have done this I am getting the following fatal error which is completely stopping my site from loading:

Fatal error: Call to undefined function invite_page_title() in /home/m19bing/public_html/includes/menu.inc on line 498

Any ideas what it could be? I would be extremely greatful!
Thanks in advance

Comments

vm’s picture

you state "I deleted both my userpoints and invite module in order to install later versions."

Did you use the uninstall tab? when removing the older versions?

if your intention was not to delete, but to update/upgrade

did you run update.php after you uploaded the new versions?

Anonymous’s picture

No I deleted the modules directly with FTP. No idea why I did that. Is there any way out of this mess?
Thanks

Jeff Burnz’s picture

upload the modules again, clear the cache data and you might get lucky and it all comes back to normal

Anonymous’s picture

thanks for the response.
How do I go about clearing the cache data?
Any ideas???

vm’s picture

manually = use your DB took (PHPMyAdmin) checkmark the tables use the drop down and empty them.

If you can get back to adminsiter -> performance you can use the clear cache button.

Anonymous’s picture

You're all WIZARDS! It worked and my site is now back online.
Thanks a million!

FanisTsiros’s picture

The message "Fatal error: Call to undefined function invite_page_title() in /home/m19bing/public_html/includes/menu.inc on line 498" tells that your module are still there... I think this is cache related problem. In your case i should upload modules again and then i should disable them from admin/modules.
Never delete modules before disable / unistall them !
So if you upload your modules again and the problem still persists try to clear the cache.
You can clear cache in admin/settings/performance

ReliabilityConsistencyFeedback ------ NeverAchievable -------

ReliabilityConsistencyFeedback

Anonymous’s picture

Thanks for your response, the problem was solved by re-uploading the modules and clearing cache!
:)

ajitbhojane’s picture

I too getting the same problem of
Fatal error: Call to undefined function invite_page_title() in /home/m19bing/public_html/includes/menu.inc on line 504

I truncate all my Cache related table manually from database.
From admin/settings/performance i can't delete it..Since it is showing me the same error..

Please help me how can resolve this..
This problem arises due to delete of invite folder directly from site/all/module/invite..

vm’s picture

read the entire thread including but not limted to the comments that are already here.