After getting the prototype Dataface and frontend working just fine, wouldn't you know when I try to setup the live site installation problems popup.
I first got the mySQL database table setup correctly. I then set permissions on the Dataface template directories. When I attempted to run dataface_info.php and I got the following error:
Warning: file_get_contents(/www/xxx/xxx.com/htdocs/version.txt): failed to open stream: No such file or directory in /www/xxx/xxx.com/htdocs/dataface_info.php on line 36
Someone else installed the files, directly into the root directory, so the path to Dataface is www/xxx/xxx.com/ AND the file "version.txt" was missing. So I grabbed the one off the prototype to get past this error.
I reloaded and got the "INSTALLED CORRECTLY" blurb from "dataface_info.php".
I then tried to run Dataface using the default "index.php" and got the following error:
Warning: main(SQL/Parser.php): failed to open stream: No such file or directory in /www/xxx/xxx.com/htdocs/Dataface/Table.php on line 38
Fatal error: main(): Failed opening required 'SQL/Parser.php' (include_path='.:/www/xxx/xxx.com/htdocs/lib:/usr/local/lib/php') in /www/xxx/xxx.com/htdocs/Dataface/Table.php on line 38
What do you make of all this? I had none of these problems when I installed the prototype.
Sincerely, Michael Wassil