Installation files should have been read, executed, and deleted. That it is looking to installation files indicates that you might moreover have not fully read the OC (or possibly the others') instructions.
so do check that
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Maybe you could have a try with wamp if you have never used it.
Regards,
M
Sent from my iPad using Tapatalk
-----------------------------------------------------------------------
My last mods: Partita IVA e CF | Pro EU VAT Number | Sales Agents | Pricelist Pro
-----------------------------------------------------------------------
Another detail just poked me in the eye, the spaces in paths. If you have spaces, then paths belong inside fully mated quotation marks, both for the configuration files (such as ' and ' whether with or without spaces), AND PROBABLY INSIDE THOSE also inside fully mated quotation marks (such as " and ") for Windows (they may need to be escaped, as '\" to open and as \"' to close path.
dont know if it is my windows 8 having problems with the first, but ammps is running as a charm.
Must say put in a extra hardrive and asigend and installed only ammps here
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Regards,
M
-----------------------------------------------------------------------
My last mods: Partita IVA e CF | Pro EU VAT Number | Sales Agents | Pricelist Pro
-----------------------------------------------------------------------
The file you're having wijnendael is likely related to your config.php files not being written correctly. If DIR_APPLICATION isn't defined then OpenCart will redirect to install. I also recommend putting your Apache server on the base of your hardrive and not using any capitalization or spaces in your folder names (lower a-z, numbers, dash, and underscore only).
-Ryan
What's experience with ampps?
M
Sent from my DesireHD.
-----------------------------------------------------------------------
My last mods: Partita IVA e CF | Pro EU VAT Number | Sales Agents | Pricelist Pro
-----------------------------------------------------------------------
apache php and mysql are fully configurable.
soptalicious is there but does nothing until you call on it and if you want to install something it is downloaded, so it does not take tons of space.
even with lots of screens and programs opened is runs smooth and without any errors.
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Yeah, the way Softaculous screws up OpenCart upgrades I wasn't expecting much from AMPPS but it works extremely well.madimar wrote:Rph, my first concerns regarding ampps are related to softacoulous.
-Ryan
Have been looking for a resolution to this issue also. Everything works good through admin. When I click on store from admin I go to the welcome page no problem. However, when I click on any link on the welcome page I end up atwijnendael wrote:Ok finally found what causes links to return to xampp page, it has something to do with SEO keywords because if i disable this in the site setup server tab then i have no problem with changing pages using xampp and dreamweaver. Not sure why it does this so will have to do more reading on setting up and installing the keywords etc
When I change to not use SEO everything works fine in the front end.
httpd.conf in Apache conf directory = LoadModule rewrite_module modules/mod_rewrite.so (made sure the # was not there).
Here is my config.php
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://localhost/store/');
// HTTPS
define('HTTPS_SERVER', 'http://localhost/store/');
// DIR
define('DIR_APPLICATION', 'C:\xampp-portable\htdocs\Store/catalog/');
define('DIR_SYSTEM', 'C:\xampp-portable\htdocs\Store/system/');
define('DIR_DATABASE', 'C:\xampp-portable\htdocs\Store/system/database/');
define('DIR_LANGUAGE', 'C:\xampp-portable\htdocs\Store/catalog/language/');
define('DIR_TEMPLATE', 'C:\xampp-portable\htdocs\Store/catalog/view/theme/');
define('DIR_CONFIG', 'C:\xampp-portable\htdocs\Store/system/config/');
define('DIR_IMAGE', 'C:\xampp-portable\htdocs\Store/image/');
define('DIR_CACHE', 'C:\xampp-portable\htdocs\Store/system/cache/');
define('DIR_DOWNLOAD', 'C:\xampp-portable\htdocs\Store/download/');
define('DIR_LOGS', 'C:\xampp-portable\htdocs\Store/system/logs/');
// DB
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', '$$$$$$');
define('DB_PASSWORD', '$$$$$$$$$');
define('DB_DATABASE', '$$$$$$$$$);
define('DB_PREFIX', 'oc_');
?>
This post was marked at solved, but I am struggling with how it was solved. Other than leaving SEO off for local host, any one have any idea how was this resolved.
Blind in one eye, can't see out of the other.

Thanks,
Verne
OpenCart 1.5.5.1
Rustic Interior Outfitters
Users browsing this forum: Baidu [Spider] and 31 guests