nazihheni / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Popup message about The jsIncludesPath form attribute contains an invalid path #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Dear Sir/Madam,
I facing a hard problem that can not solve in this case. Please help me ><

My php include a comment like this:
include("/MyProject/php-form-builder-class/class.form.php");

when i test it in browser, it show this popup message:
PFBC Configuration Error: The jsIncludesPath form attribute contains an invalid 
path
- "/php-form-builder-class/includes".
Use the form's setAttributes function to set this attribute to the location of 
the inclueds 
folder within the project's main directory, php-form-builder-class. The 
jsIncludesPath can contain
a relative or absolute path. If an absolute path is used, keep in mind that the 
beginning / is interpreted from the document 
root - not the server root.

I have try to solve this but not successful and i think it related to the path 
problem.
Can anybody help me?

Original issue reported on code.google.com by web.s...@gmail.com on 21 Mar 2012 at 6:44