Well I fixed the modrewrite issue, I think I am deffinately going to hold off on this for a while, I can't seem to attempt an install without breaking something. Perhaps SEO friendly URLs can be added to zen cart itself.
I am having a problem with this mod, latest release v2.105. This is my first time attempting to use this mod, it is not an upgrade. It SEEMs to work fine until I attempt to navigate to a product page, at which time I am routed to a 404 error page. Categories and subcategories work just fine. I am disabling this mod for now, so you won't be able to duplicate the error. I reinstalled it and did the same thing. I tried fiddling with the settings, but nothing i tried helped. The htaccess file was edited as per instructions. Any suggestions?
Grasshopper, GOT BOOK? - I don't, and I am constantly in here begging for help and Donating to Zen Cart in feeble attempts to bribe the developers for help. Get your copy today and avoid my fate!
Hi Humbl
Re: 404 error on navigating to products
I wonder if you have root access to your server. If you do it is worth checking the httpd.conf file to see if AllowOverride is set to 'No'. If it is set to No the .htaccess file is ignored.
In this scenario you can either enable AllowOverride which reduces apache performance(according to the apache manual) or you can add contents of chemo's seo .htaccess to the httpd.conf file and restart apache.
It worked for me. Hope it helps
regards,
Merson
www.discountperfumesuk.com
humbel use the 3.0 Beta
Goodby make sure that you are not setting any files or folders to 777
using php as cgi will cause an error
Zen cart PCI compliant Hosting
I just tried to reinstall it again, it seems to be fine(so far), however I can't actually enable it, I am having the same problem someone else mentioned where I clicking on an option doesn't let me edit it.
The admin page for SEO also shows this error
I am running PHP form the default settings(mod_php right?) and I haven't altered any permisions from when I uploaded the files.Code:Fatal error: Class coreadvancedsearchresultseourlplugin: Cannot inherit from undefined class coreadvancedsearchseourlplugin in /home2/goo10000/public_html/includes/classes/seo/seo.url_plugins/__core__/advanced_search_result.php on line 14
Ok, its now working, and wonderfully I might say!
I replaced ths file with the one from the bug tracker
Code:<?php /* $Id: advanced_search_result.php 106 2007-03-02 13:11:01Z dreamscape $ */ /** * @package SeoUrl * @subpackage Plugins * @name seo.plugins.url.plugins.core.advanced_search.result */ if (!defined('IS_ADMIN_FLAG')) { die('Illegal Access'); } require_once(SEO_URL_BASE_DIR . '/seo.url_plugins/__core__/advanced_search.php'); class CoreAdvancedSearchResultSeoUrlPlugin extends CoreAdvancedSearchSeoUrlPlugin { /** * @var string Plugin title */ var $title = 'Core: Advanced Search: Result'; /** * @var string Plugin description */ var $descr = ''; var $page = FILENAME_ADVANCED_SEARCH_RESULT; }
Zen cart PCI compliant Hosting
Bookmarks