Looking at the examples of Amazoop it looks like a great item. I've downloaded Amazoop and installed it after running into problems with the configurator not properly updating the config.php file as it kept showing the developer's original default values in the browser window no matter how many times I updated each field in the forms. Edited userdata.inc.php with my values and now it seems fine.
I then plugged one of the examples; keywordsearch.php into a blank .php file to try it out, but no matter what I try I get the following error:
Warning: main(stores.inc.php): failed to open stream: No such file or directory in /home/user/public_html/amazoop/config/config.inc.php on line 201
Fatal error: main(): Failed opening required 'stores.inc.php' (include_path='') in /home/user/public_html/amazoop/config/config.inc.php on line 201
Perhaps I'm overlooking something? Any help to get this up and running will be most appreciated. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Looking at the examples of Amazoop it looks like a great item. I've downloaded Amazoop and installed it after running into problems with the configurator not properly updating the config.php file as it kept showing the developer's original default values in the browser window no matter how many times I updated each field in the forms. Edited userdata.inc.php with my values and now it seems fine.
I then plugged one of the examples; keywordsearch.php into a blank .php file to try it out, but no matter what I try I get the following error:
Warning: main(stores.inc.php): failed to open stream: No such file or directory in /home/user/public_html/amazoop/config/config.inc.php on line 201
Fatal error: main(): Failed opening required 'stores.inc.php' (include_path='') in /home/user/public_html/amazoop/config/config.inc.php on line 201
Perhaps I'm overlooking something? Any help to get this up and running will be most appreciated. Thank you.
Hi,
How did you "plug" the example into a new file? Did you verify that the file stores.inc.php actually exists in the same directory as config.inc.php?
I don't really know why you're getting that error, but maybe your answers will help me...
Regards,
MD