Page 204 of 245 FirstFirst ... 104154194202203204205206214 ... LastLast
Results 2,031 to 2,040 of 2445
  1. #2031
    Join Date
    Mar 2009
    Posts
    5
    Plugin Contributions
    0

    Default 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

  2. #2032
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by perfecto View Post
    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.

  3. #2033
    Join Date
    Mar 2009
    Posts
    5
    Plugin Contributions
    0

    Default 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 :)

  4. #2034
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by perfecto View Post
    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.
    Last edited by mc12345678; 7 Sep 2016 at 08:56 AM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #2035
    Join Date
    Mar 2009
    Posts
    5
    Plugin Contributions
    0

    Default 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?

  6. #2036
    Join Date
    Jan 2010
    Location
    France
    Posts
    281
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hello Perfecto the .htaccess files you have to create you as admin zencart modules Ceon uri
    Giovanni,
    Zen Cart V2.1

  7. #2037
    Join Date
    Mar 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by diamond1 View Post
    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.

  8. #2038
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by perfecto View Post
    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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #2039
    Join Date
    Mar 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mc12345678 View Post
    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.

  10. #2040
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by perfecto View Post
    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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR