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
Thats the ones that are blank nothing in them, I had sent a ticket with the subject 500 Internal Server Error. What ever they did now I get blank pages on my site. They must have gotten the error log. every link you click is blank it don't show the server error any more. Now what I do.
This will help you if you get a blank page
https://www.zen-cart.com/tutorials/index.php?article=82
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
Since I only had one item in my catalog I though I would add a couple more items this is the error I got:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1
in:
[SELECT categories_name FROM zen_categories_description WHERE categories_id = LIMIT 1]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
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
This is what my host said: Your mod_rewrite rules are causing these issues. I have fixed your rewritebase and the whitepages have now gone away but the .htaccess is configured to redirect everything to the index page. You need fix the .htaccess setup to fix those URLs.
This is my .htaccess. They must have change it to RewriteBase / I had RewriteBase /html
.htaccess
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
# STRIP THE REWRITEBASE RULE FROM NON-SSL CONNECTIONS.
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} ^/~subfolder/
RewriteRule ^(.*) /catalog/index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
I couldn't edit other post. I had RewriteBase /public_html what I forgot to tell you is if you click on a page example Shipping & Returns and then try to go to another page, the page link is in the address bar but you are still on Shipping & Returns or whatever page you are seeing.
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
[QUOTE=yellow1912;618896]
Hi, great work
Please tell me, what I need to do? my site is multilanguage and it in UTF-8.
I got this links http://bestfashion.me/%231055%3B-%23...-1/language/ru
Thanks![]()
Also have problem with http://bestfashion.me/index.php page not found. When I press "HOME" i got this error. I think in my case SEO do not cover tpl_header?
Bookmarks