I'm running a little script that combines with phpdbform classes to write a bunch of different forms to the screen. For whatever reason, though, I can't get the darned thing working...here's the error I get:
However, in the script, it's not calling for that directory:
I checked, and $base is initialized, and is what I need it to be. Any idea why the require_once isn't passing $base through?
Additionally, even when I copy the files (and check chmod permissions, etc.) to /phpdbform/, I still get the error. :|
thanks,
Rob
Normally that'd be a simple error for me. The main thing I notice is that the script is calling for the directory /phpdbform/, which doesn't exist.Fatal error: Failed opening required '/phpdbform/phpdbform_field.php' (include_path='.:/usr/share/pear') in /var/www/cvOnline/phpdbform/phpdbform_textbox.php on line 11
However, in the script, it's not calling for that directory:
require_once("$base/phpdbform/phpdbform_field.php");
I checked, and $base is initialized, and is what I need it to be. Any idea why the require_once isn't passing $base through?
Additionally, even when I copy the files (and check chmod permissions, etc.) to /phpdbform/, I still get the error. :|
thanks,
Rob