PDA

View Full Version : Fatal Error



Thales
12-29-2005, 05:52 PM
I recently installed EP-Dev news to snag stuff from my vB-forum, I receive this error after configuring it:

Fatal error: Cannot instantiate non-existent class: ep_dev_forum_news in /home/ladyshy/public_html/test2.php on line 2

I'm usually quick to catch small errors but either this is beyond my comprehension or I'm just a tad blind. I'd appreciate any insight you might have toward fixing it.

-fin
Thales

Patrick
12-29-2005, 08:00 PM
ep_dev_forum_news is the name of the main class of the script, found in news.php.

Please make sure that your absolute path is correct (usually clicking the auto-detect button will give the correct absolute path). Then you will need to generate new code, and use that.

My guess is that you are attempting to use a path of http:// instead of a your absolute path.