mlmarius - 2007-05-26 13:54:26
Hello . I am trying to make a few tests with the class . Problem is i am having trouble in making everything work corectly on my hosting . I have copyed all the flies and unzipped them on my web site but when i try to run the test_mdb2_linked_select.php ( or any *mdb*.php files ) i get those error messages :
Warning: require(MDB2.php) [function.require]: failed to open stream: No such file or directory in /path/to/folder/formsGeneration/test_mdb2_linked_select.php on line 9
Warning: require(MDB2.php) [function.require]: failed to open stream: No such file or directory in /path/to/folder/formsGeneration/test_mdb2_linked_select.php on line 9
Fatal error: require() [function.require]: Failed opening required 'MDB2.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /path/to/folder/formsGeneration/test_mdb2_linked_select.php on line 9
The file MDB2.php is ideed missing . I would like to know how can i get the hole thing working . I have checked the methabase class and that dosn't seem to have the file MDB2.php in it niether . What to do ?