Quick question for anyone running this on a Windows Server (IIS, not Apache)... Have you got this working?
I'm currently experiencing an issue where the homepage is displayed no matter what link I click on!
Quick question for anyone running this on a Windows Server (IIS, not Apache)... Have you got this working?
I'm currently experiencing an issue where the homepage is displayed no matter what link I click on!
My Contributions: Zen Lightbox | Best Sellers Reloaded
Just tried that, and now when refreshing the page nothing loads at all. It seems to attempt to load and the usual 'Waiting for...' text appears in the status bar.
Also, when resetting the cache (all) via Zen Cart Admin I get the following error.
[quote]Could not open dir C:/Inetpub/wwwroot/simple_seo_url/cache/ssu//categories/10_en[/code]
This error is repeated for each file in the SSU cache folder.
Notice the extra forward slash?
I'm sure this issue and the fact that pages are not loading shop side are related.
My Contributions: Zen Lightbox | Best Sellers Reloaded
While this error can be easily solved, Im not sure it has anythings to with the fact that nothing loads.
Try this if you have blank pages on front-end:
https://www.zen-cart.com/tutorials/index.php?article=82
[quote=Alex Clarke;628227]Just tried that, and now when refreshing the page nothing loads at all. It seems to attempt to load and the usual 'Waiting for...' text appears in the status bar.
Also, when resetting the cache (all) via Zen Cart Admin I get the following error.
Could not open dir C:/Inetpub/wwwroot/simple_seo_url/cache/ssu//categories/10_en[/code]
This error is repeated for each file in the SSU cache folder.
Notice the extra forward slash?
I'm sure this issue and the fact that pages are not loading shop side are related.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
When I said that 'nothing loads' I actually meant that the page attempts to load... forever.
If I turn SSU off everything works fine.
I'll check my server logs for clues.
My Contributions: Zen Lightbox | Best Sellers Reloaded
I have been having issues on pages that send page variable, like login pages, sort forms, etc. Any info on how I can still have these work? I have poured over the 92 pages of content here looking for a possible solution.
Thank you!
-J-
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Hopefully this is an easy one..
I'm creating a Zen Cart site with SSU Beta 2.9.6, but right now the site is only accessible via the IP/~username .. like
http://SERVER-IP/~username/
Before adding SSU, the store worked, so I'm sure I have the paths correct in the 2 /include/configure.php files , but after adding SSU all I get is the defined ZC 404 page, even on the home page ..
I have the
RewriteBase /~username/ in the .htaccess file
and
define('HTTP_SERVER', 'http://SERVER-IP/~username/');
in the /include/configure.php file
and that is apparently correct, since the links appear to point to the right place, but everything gives the ZC 404 page ..
http://SERVER-IP/~username/index.php redirects, losing index.php and serves the 404
Oddly a category page like ...
http://SERVER-IP/~username/category-name-c-5
shows the correct category names and links in the breadcrumb, but the page still shows the 404 text and sitemap
I tried adding the cgi.fix_pathinfo = 1 to php.ini (as well as php5.ini) but didn't see any change, flushing the SEO cache after every change.
Any ideas ?