Purchase the premium responsive layout to upgrade my current website.
What is the quickest way to use this, without too much changes? Is there some help instruction on the best way to go about this, I'd like to just change the layout all payment system should stay the same?
I put all the files to be tested in a testing folder and set the main store url to that sub-directory . However it is giving me Http 500 error after this when visiting this testing folder. the vsadmin management is working and pointing to LIVE database.
1.The first thing to do is switch on detailed error reporting so you can see what the server is complaining about 2. If you're using search engine friendly url's on your existing site you may need to disable the feature or reconfigure the entries in the htaccess and the vsadmin/includes.php files in the sub folder to match the different location, you'll also need to add the correct base url in your categories.php and products.php files
"If you're using search engine friendly url's on your existing site you may need to disable the feature or reconfigure the entries in the htaccess and the vsadmin/includes.php files in the sub folder to match the different location, you'll also need to add the correct base url in your categories.php and products.php files"
1. Can you remind me how to disable this feature or reconfigure the entries in the htaccess? Any documentation on how to do it? 2. Getting this error ... Unknown column 'adminPayLater' in 'field list' Fatal error: Uncaught Error: Call to a member function fetch_assoc() 3. When I tried to updatestore.php in the folder, it doesn't work
quote:2. Getting this error ... Unknown column 'adminPayLater' in 'field list' Fatal error: Uncaught Error: Call to a member function fetch_assoc()
If you're connected to the live database you need to be using the same files in the vsadmin directory of the live site in your sub directory, not the files in the vsadmin directory that came with the template purchase, as it's quite likely they'll be on a different version.
To disable the search engine friendly url's remove the htaccess file from your sub directory and comment out the following in your sub folder vsadmin/includes.php file