formfields.com Forum Index formfields.com
FORMfields Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Fatal error: Failed opening required 'tableHelpers.php'

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    formfields.com Forum Index -> FF 2.X - Bug Reports
View previous topic :: View next topic  
Author Message
formfields



Joined: 01 Aug 2005
Posts: 465

PostPosted: Wed Aug 23, 2006 7:40 pm    Post subject: Fatal error: Failed opening required 'tableHelpers.php' Reply with quote

Some web servers don't process relative paths properly. To fix this edit the /FORMfields/FORMfields.php and replace:
Code:

require("tableHelpers.php");
require("dbHelpers.php");

with:
Code:

require(dirname(__FILE__) . "/tableHelpers.php");
require(dirname(__FILE__) . "/dbHelpers.php");
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    formfields.com Forum Index -> FF 2.X - Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group