Thank YouCode:"motorcycle\/atv=>motorcycle atv" (
This was the case
Printable View
Thank YouCode:"motorcycle\/atv=>motorcycle atv" (
This was the case
Hi all,
I am having issues with USEO, when enabled I am getting this:
When I click manifacturer or categories or anythingelse ( i got this:http://www.labcomputerny.com//adapters-c-65/)
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I am using the latest version and I am on Zen 1.5.1
Please help.
here
Here is my .htaccess:
# NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:
# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymLinks
#Options +SymLinksIfOwnerMatch
RewriteEngine on
RewriteBase /labcomputerny
###############################################################################
# Start Ultimate SEO URLs
###############################################################################
# Handles the new URL formats
RewriteRule ^(.*)-c-([0-9_]+)/(.*)-p-([0-9]+)(.*)$ index\.php?main_page=product_info&products_id=$4&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pi-([0-9]+)(.*)$ index\.php?main_page=popup_image&pID=$4&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pr-([0-9]+)(.*)$ index\.php?main_page=product_reviews&products_id=$4&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pri-([0-9]+)(.*)$ index\.php?main_page=product_reviews_info&products_id=$4&cPath=$2&%{QUERY_STRING } [L]
# Original (unchanged) URL formats
RewriteRule ^(.*)-p-([0-9]+)(.*)$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-m-([0-9]+)(.*)$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pi-([0-9]+)(.*)$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pr-([0-9]+)(.*)$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pri-([0-9]+)(.*)$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-ezp-([0-9]+)(.*)$ index\.php?main_page=page&id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-([0-9_]+)(.*)$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
# All other pages
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index\.php?main_page=$1&%{QUERY_STRING} [L]
labcomputer,
This should be onlyQuote:
RewriteBase /labcomputerny
Quote:
RewriteBase /
Another thing I just notice, when I try to access my store from the back-end I got a blank page.
Ok, RewriteBase / fix it
But I just cannot access the store from my backend now.
We are getting there.
Thanks Kobra:D:smile:
Blank Page issues
http://www.zen-cart.com/content.php?...t-of-a-page%29
If using 1.5.x check your /logs folder - if earlier check the /cache folder for mydebug files
log send me to cache_entry_created = '1362734288' in /includes/classes/db/mysql/query_factory.php on line 120
Do you see anything wrong below?
trigger_error($this->error_number . ':' . $this->error_text . ' :: ' . $this->zf_sql, E_USER_ERROR);
if (defined('IS_ADMIN_FLAG') && IS_ADMIN_FLAG==true) echo '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.<br />';
echo '</div>';
You will also want to look at your configure.php. The extra "/" in the URL usually indicates HTTP_SERVER and/or HTTPS_SERVER end with a "/" (and they should not).
When you installed, were there any error messages during step #5? Was there a success message during step #5?
Was this an upgrade from a previous version? If so what version? Was this a new installation of "Ultimate SEO URLs"?
What version of Zen Cart? What if anything was in the debug files (/logs or /cache)?
by the way I turn off U SEO because the site was down. I taught it was working but it wasn't.