Posted: Sun Oct 15, 2006 8:41 am
I don't think it will work. These are my errors:
----------
Warning: import(SQL/Parser.php): failed to open stream: No such file or directory in /home/synet-co/public_html/system-savers/dataface/config.inc.php on line 223
Fatal error: import(): Failed opening required 'SQL/Parser.php' (include_path='.:/home/synet-co/public_html/system-savers/dataface:/home/synet-co/public_html/system-savers/dataface/lib:/usr/local/lib/php') in /home/synet-co/public_html/system-savers/dataface/config.inc.php on line 223
----------
This is my conf.ini file:
-----------------
[_database]
host = "localhost"
user = "synet-co_wbyrd"
password = "secret"
name = "system-savers.com"
[_tables]
item_num = "item_num"
location = "location"
description = "description"
quantity = "quantity"
date_modified = "date_modified"
date_counted = "date_counted"
-------------
My directory structure looks like this:
---------
/home/synet-co/public_html/system-savers/
-- dataface/
-- index.php
-- conf.ini
-- .htaccess.ini
-------
What concerns me:
In the error message, there is a list of include paths:
------
include_path='.:/home/synet-co/public_html/system-savers/dataface:/home/synet-co/public_html/system-savers/dataface/lib:/usr/local/lib/php'
------
This path: /usr/local/lib/php - may be a problem. Again, this is a hosted solution, I don't have access to anything below the public_html.
This other paths, listed in include_path, do exist.
----------
Warning: import(SQL/Parser.php): failed to open stream: No such file or directory in /home/synet-co/public_html/system-savers/dataface/config.inc.php on line 223
Fatal error: import(): Failed opening required 'SQL/Parser.php' (include_path='.:/home/synet-co/public_html/system-savers/dataface:/home/synet-co/public_html/system-savers/dataface/lib:/usr/local/lib/php') in /home/synet-co/public_html/system-savers/dataface/config.inc.php on line 223
----------
This is my conf.ini file:
-----------------
[_database]
host = "localhost"
user = "synet-co_wbyrd"
password = "secret"
name = "system-savers.com"
[_tables]
item_num = "item_num"
location = "location"
description = "description"
quantity = "quantity"
date_modified = "date_modified"
date_counted = "date_counted"
-------------
My directory structure looks like this:
---------
/home/synet-co/public_html/system-savers/
-- dataface/
-- index.php
-- conf.ini
-- .htaccess.ini
-------
What concerns me:
In the error message, there is a list of include paths:
------
include_path='.:/home/synet-co/public_html/system-savers/dataface:/home/synet-co/public_html/system-savers/dataface/lib:/usr/local/lib/php'
------
This path: /usr/local/lib/php - may be a problem. Again, this is a hosted solution, I don't have access to anything below the public_html.
This other paths, listed in include_path, do exist.