Page 231 of 245 FirstFirst ... 131181221229230231232233241 ... LastLast
Results 2,301 to 2,310 of 2445
  1. #2301
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by creyesx6 View Post
    line 68
    public function setDefaultCharset($charset): void


    CEON URI Mapping 4.5.5. downloaded from the plugins. I am using 1.5.5f. I think that is what you are asking for.

    Thanks for your time.
    Unfortunately as stated in recent pages, the code was updated to work in the php 7.x environment with no regard of the design specifications of ZC 1.5.5 which means the site on which this was installed would need to be at php 7.0 or better. Because the site is not at php 7.0 or better, the use of return type declaration as provided in that line of code would cause an error as seen.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2302
    Join Date
    Jun 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mc12345678 View Post
    the code was updated to work in the php 7.x environment
    Can I get clarification? Are you saying that BOTH Ceon URI Mapping Version: 4.5.3 (or better) and TORVISTA version on GitHub require PHP 7.x?

  3. #2303
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by boxcar View Post
    Can I get clarification? Are you saying that BOTH Ceon URI Mapping Version: 4.5.3 (or better) and TORVISTA version on GitHub require PHP 7.x?
    I have not seen that torvista's version required php 7.x. It supports it. The current downloadable version from this site requires php 7.x because of how some coding styles have been changed which only exist in php 7.x+.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #2304
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,589
    Plugin Contributions
    30

    Default Re: Ceon URI Mapping v4.x

    My version on Github is purely bug fixes/fixes to run on 7.1, since I had to do that for my site and wanted to keep Conor's code going.
    Those fixes are detailed in the docs.
    The code is not modified to update the installation checks.

    The version recently uploaded to the plugins I have never looked at.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  5. #2305
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    all of a sudden CEON URI isn't working on my site for most pages. http://www.swordsofhonor.com/#######...dieval-weapons. some pages resolve but most subpages give a page not found. is there a way to regenerate all the URL's at once? or some fix? i updated the htaccess file per Installation Check rewrite rules but still doesn't work. added a / before index.php in these rules and still didn't work. Got this error message when i did an Installation Check:


    Error Found!

    A problem was found with one of the core files that needs to be modified for Ceon URI Mapping to work optimally.

    The error should be fixed as soon as possible. In the meantime though, since the store's configure files have been checked and found to be valid, information about the example rewrite rule for the store was able to built.

    Example Rewrite Rule

    Modified Core Files Check
    A file requires 2 modifications to be made for it, the first of which has been made, but the second modification is missing.

    The path to the file is /home/xxxxx/public_html/fakeadmin/includes/modules/product_free_shipping/collect_info.php

    Check the file and remove any old pieces of code. Then apply modification number 2, which was missed out, but which is required for this version of the software.
    Alternatively, if the file has not been modified for the store yet, back up the file (e.g. copy it to your local computer), and replace it with the pre-modified sample file from the distribution, for the version of Zen Cart being used by the store.

    i need to fix this ASAP as most indexed pages are not showing up.

  6. #2306
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    What is the entirety of the htaccess file? (hide the admin folder name as 'admin' where necessary.)
    What php version?
    When installed?
    What has changed recently?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #2307
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mc12345678 View Post
    What is the entirety of the htaccess file? (hide the admin folder name as 'admin' where necessary.)
    What php version?
    When installed?
    What has changed recently?
    What is the entirety of the htaccess file? (hide the admin folder name as 'admin' where necessary.)
    ## BEGIN CEON URI MAPPING REWRITE RULE

    RewriteEngine On

    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    # Don't rewrite any URIs for some, popular specific file format extensions,
    # which are not covered by main file extension condition above
    RewriteCond %{REQUEST_URI} !\.(mp3|mp4|h264)$ [NC]
    # Don't rewrite any URIs for some specific file format extensions,
    # which are not covered by main file extension condition above
    # Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
    #RewriteCond %{REQUEST_URI} !\.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/fakeadmin [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors/ [NC]
    # Don't rewrite highlandrags.com directory
    RewriteCond %{REQUEST_URI} !^/highlandrags\.com/ [NC]
    # Don't rewrite tempEP directory
    RewriteCond %{REQUEST_URI} !^/tempEP/ [NC]
    # Don't rewrite trademark directory
    RewriteCond %{REQUEST_URI} !^/trademark/ [NC]
    # Don't rewrite sitemap directory
    RewriteCond %{REQUEST_URI} !^/sitemap/ [NC]
    # Don't rewrite logs directory
    RewriteCond %{REQUEST_URI} !^/logs/ [NC]
    # Don't rewrite banners directory
    RewriteCond %{REQUEST_URI} !^/banners/ [NC]
    # Don't rewrite medievalclothing directory
    RewriteCond %{REQUEST_URI} !^/medievalclothing/ [NC]
    # Don't rewrite tmp directory
    RewriteCond %{REQUEST_URI} !^/tmp/ [NC]
    # Don't rewrite feedplatform directory
    RewriteCond %{REQUEST_URI} !^/feedplatform/ [NC]
    # Don't rewrite .well-known directory
    RewriteCond %{REQUEST_URI} !^/\.well\-known/ [NC]
    # Don't rewrite highland-blog directory
    RewriteCond %{REQUEST_URI} !^/highland\-blog/ [NC]
    # Don't rewrite cgi-bin directory
    RewriteCond %{REQUEST_URI} !^/cgi\-bin/ [NC]
    # Don't rewrite swords-blog directory
    RewriteCond %{REQUEST_URI} !^/swords\-blog/ [NC]
    # Don't rewrite contact-files directory
    RewriteCond %{REQUEST_URI} !^/contact\-files/ [NC]
    # Don't rewrite feed directory
    RewriteCond %{REQUEST_URI} !^/feed/ [NC]
    # Don't rewrite m directory
    RewriteCond %{REQUEST_URI} !^/m/ [NC]
    # Don't rewrite mailhive directory
    RewriteCond %{REQUEST_URI} !^/mailhive/ [NC]
    # Don't rewrite bmz_cache directory
    RewriteCond %{REQUEST_URI} !^/bmz_cache/ [NC]
    # Don't rewrite google-feed-file directory
    RewriteCond %{REQUEST_URI} !^/google\-feed\-file/ [NC]
    # Handle all other URIs using Zen Cart (its index.php)
    RewriteRule .* index.php [QSA,L]

    ## END CEON URI MAPPING REWRITE RULE

    # php -- BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php54” package as the default “PHP” programming language.
    <IfModule mime_module>
    AddType application/x-httpd-ea-php54 .php .php5 .phtml
    </IfModule>
    # php -- END cPanel-generated handler, do not edit

    What php version?
    now it is 5.4 but last week was upgraded to 7.2 and i thought that might be the problem so i reverted back to 5.4


    When installed?
    the site has been running for 20 years now and CEON was installed many years ago.

    What has changed recently?
    PHP updated to 7.2 and then back to 5.4. the admin section was bringing up a blank page yesterday and i commented out the htaccess file and the admin section came up but the URL's now aren't mapping to the custom names from CEON.

  8. #2308
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Looking at site operation, it looks like the rule to govern redirecting for .html is the one in question. The categories work fine.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #2309
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Looks like need to modify the rule from:
    Code:
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$
    To:
    Code:
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR] 
    RewriteCond %{REQUEST_URI} \.(html)$ [NC]
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #2310
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mc12345678 View Post
    Looks like need to modify the rule from:
    Code:
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$
    To:
    Code:
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR] 
    RewriteCond %{REQUEST_URI} \.(html)$ [NC]
    wow, you are good.. thanks so very much.. wish i knew how to read htaccess code.. how did you know it was the the rule for HTML

 

 

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