I created my database edited the .ini and ran the sql code, but i don't understand how to do this:
"Step 4: File Permissions
1. Make the templates_c directory writable by the web server. This is where the Smarty templates are cached.
2. Make the tables/products/product_image directory writable by the web server. This is where the images for the auction products will be stored."
As a result I receive this page showing the error when i skip the step.
"
Warning: fopen(/home/bethelbo/public_html/auctions/webauction-0.3.5/conf/../templates_c/closingAuctions.mutex) [function.fopen]: failed to open stream: Permission denied in /home/bethelbo/public_html/auctions/webauction-0.3.5/conf/ApplicationDelegate.php on line 91
Warning: flock() expects parameter 1 to be resource, boolean given in /home/bethelbo/public_html/auctions/webauction-0.3.5/conf/ApplicationDelegate.php on line 92
Fatal error:
No appropriate directory could be found to save Dataface's compiled templates.
Dataface uses the Smarty Template engine for its templates, which compiles templates and stores them on the server for improved performance. You can either store these templates in the Dataface directory or your application's directory.
To store the templates in the Dataface directory, please ensure that the
/home/bethelbo/public_html/auctions/webauction-0.3.5/dataface/Dataface/templates_c
directory exists and is writable by the web server.
You can make it writable by the web server on most unix and linux systems, by issuing the following command in the shell:
chmod 777 /home/bethelbo/public_html/auctions/webauction-0.3.5/dataface/Dataface/templates_c
.
To store the templates in your application's directory, please ensure that the
/home/bethelbo/public_html/auctions/webauction-0.3.5/templates_c
direc in /home/bethelbo/public_html/auctions/webauction-0.3.5/dataface/Dataface/SkinTool.php on line 117"
Please explain to my noob self how to do this step.
Thanks.