Re: Ceon URI Mapping v4.x
Hi, Conor!
I installed the modul on Zen Cart 1.5.0
And I have a problems:
When try to execute: Moduls/ Ceon URI mapping ( SEO ) config, the page stop working - I cannot to execute the command.
The front store is inaccessible.
Whan should I do to fix this problems?
Thanks
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
perfecto
Hi, Conor!
I installed the modul on Zen Cart 1.5.0
And I have a problems:
When try to execute: Moduls/ Ceon URI mapping ( SEO ) config, the page stop working - I cannot to execute the command.
The front store is inaccessible.
Whan should I do to fix this problems?
Thanks
Sadly Conor passed away a few years ago. However his work is widely used and supported.
Do you have an error log?
Also, why are you using ZC 1.5.0? It's several years old now.
Re: Ceon URI Mapping v4.x
Hi and Thanks!
This is from log file:
[05-Sep-2016 21:07:11 Europe/Sofia] PHP Fatal error: require_once(): Failed opening required 'includes/classes/class.CeonURIMappingConfigUtility.php' (include_path='.:/usr/local/php5.3/lib/php') in /home/perfects/public_html/zc_admin/ceon_uri_mapping_config.php on line 26
I am using v1.5.0 because it's familiar to me and its seems too difficult to upgrade :)
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
perfecto
Hi and Thanks!
This is from log file:
[05-Sep-2016 21:07:11 Europe/Sofia] PHP Fatal error: require_once(): Failed opening required 'includes/classes/class.CeonURIMappingConfigUtility.php' (include_path='.:/usr/local/php5.3/lib/php') in /home/perfects/public_html/admin/ceon_uri_mapping_config.php on line 26
I am using v1.5.0 because it's familiar to me and its seems too difficult to upgrade :)
Looks like missing or having a problem accessing at least one file from the upload: admin/includes/classes/class.CeonURIMappingConfigUtility.php
Suggest verifying that all files were uploaded in their entirety, and that the access permissions are 644 or as directed by your host.
And now that it appears that you have posted your admin directory path, you should change it, which in your case on ZC 1.5.0, requires modification of the admin/includes/configure.php file paths and references to the admin directory (in ZC 1.5.1 and above the admin directory is auto-detected) and will also eventually need to modify the .htaccess file that is recommended by this plugin because it specifically suggests the admin directory and it's contents be excluded from uri rewriting.
Re: Ceon URI Mapping v4.x
One of the problem was the capital letters in classes names. Cerrected. But still have no access to the front store. Can you send me clean .htaccess file?
Re: Ceon URI Mapping v4.x
Hello Perfecto the .htaccess files you have to create you as admin zencart modules Ceon uri
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
diamond1
Hello Perfecto the .htaccess files you have to create you as admin zencart modules Ceon uri
Hello,
For some reason the Ceon modile, does not create .htaccess file.
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
perfecto
Hello,
For some reason the Ceon modile, does not create .htaccess file.
Could you please explain what you mean by it not creating an htaccess file?
The program generates what is expected to be in the .htaccess file, it doesn't actually create the file nor add to one if it already existed.
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
mc12345678
Could you please explain what you mean by it not creating an htaccess file?
The program generates what is expected to be in the .htaccess file, it doesn't actually create the file nor add to one if it already existed.
In my htaccess file does not records from ceon. Nothing has changed. There is no one record by the module.
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
perfecto
In my htaccess file does not records from ceon. Nothing has changed. There is no one record by the module.
That's correct, it does not add or modify the .htaccess file. Doing so could be catastrophic to a website. In fact, because yours does not yet have the proper content, you should disable this plugin so that customers can continue navigating your site until it is properly setup and installed.
As to obtaining the content that to be added to your .htaccess file, as diamond1 was trying to identify. Please goto your modules menu, then Ceon URI Mapping (SEO) Config, then the installation check tab, then the installation check section, there is a link to click. After clicking that link, if the installation thus far is correct/successful, then towards the bottom should be a list of rewrite rules to incorporate into your .htaccess if you have one, or in the case of a fresh ZC install into a newly created file.
When incorporating into an existing file, care should be taken to be sure that sequencing is correct and that other things are not impacted. Once normal operation is verified, then enable this plugin and check that normal operation still works, then start adding your rewritten uris.
If doing this on a test server/setup (as recommended for all new installations of anything), then it is most helpful to be using a sub-domain that has the same sub-directory(ies) as your live site.