I am using this cool webshop for a while, and I have found a good question about it.
How can I use the same database directory from more than one servers? (Some other web sites want to use our webshop, and for centralized administering, one database is necessary. [That's why xSQL shold be good for.]) It says that no product found. The allow fopen url directive in php is enabled and working, the files are there, everything is ok, but it's not working. I have modified the $config['dir_db'] line to the value what is needed.
Roland - problem is that You have in db php files and they generate exit. You should change db directory to other and erase first line from this files. remember that Your data will not be secure. If someone will know new db directory then he will view orders etc. change dir name to for example "3n83jd"
~Roland
2006-05-23 11:20
Thanx, I will try it.
But those "database" PHP files are read wit fopen(URL), aren't they? So why is it not working normally?