Fatal error: require_once() [function.require]: Failed openi

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
vakil123
Joomla! Intern
Joomla! Intern
Posts: 50
Joined: Mon Jul 05, 2010 10:07 pm

Fatal error: require_once() [function.require]: Failed openi

Post by vakil123 » Fri Sep 16, 2011 10:56 pm

Fatal error: require_once() [function.require]: Failed opening required '/home/content/****/plugins/system/myApiDom.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/****/plugins/content/myApiOpenGraphContent.php on line 57


I get the above error when I try to save articles please can anyone tell me why this is so. Is it because I had installed this plugin myapi and then uninstalled it.

How to resolve this issue.

Thank you.

jkujath
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Sep 27, 2011 2:29 am

Re: Fatal error: require_once() [function.require]: Failed o

Post by jkujath » Tue Sep 27, 2011 2:33 am

I had the same problem.

Apparently, the myapi plugin doesn't uninstall fully. You'll need to delete the following files:

<your joomla root directory>/plugins/content/myApi*

For example, here's what I did:

Code: Select all

rm /var/www/mywebsite/plugins/content/myApi*
Hope this helps!

vakil123
Joomla! Intern
Joomla! Intern
Posts: 50
Joined: Mon Jul 05, 2010 10:07 pm

Re: Fatal error: require_once() [function.require]: Failed o

Post by vakil123 » Sat Oct 01, 2011 2:39 pm

jkujath wrote:I had the same problem.

Apparently, the myapi plugin doesn't uninstall fully. You'll need to delete the following files:

<your joomla root directory>/plugins/content/myApi*

For example, here's what I did:

Code: Select all

rm /var/www/mywebsite/plugins/content/myApi*
Hope this helps!
The above problem would occur when you uninstall a plugin. You would have removed the folders that contains this plugin. You may encounter problems in posting articles. To make it error free you should go to your database and look after under Jos_plugins the name of the plugin and remove it from there too, now you will not have problems to post articles.

I found it in topmoviesserials blog.


Locked

Return to “Extensions for Joomla! 1.5”