Page 69 of 245 FirstFirst ... 1959676869707179119169 ... LastLast
Results 681 to 690 of 2445
  1. #681
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Url mapping not working.

    Hi,

    Quote Originally Posted by gaffettape View Post
    I'll contact you ASAP - which will probably be early next week, as I'm away for the weekend.
    Have a nice weekend! :)

    There'll be a new version released by then but it won't affect your issue, and it's a minor upgrade.

    All the best..

    Conor
    ceon

  2. #682
    Join Date
    Oct 2010
    Posts
    40
    Plugin Contributions
    0

    Default Is URI mapping causing EZ-Pages problems

    I have been noticing problems with EZ-Pages when updating or adding a new file. After editing the page and hitting Uppdate, I am confronted with a blank page. Viewing the website shows the page has been updated.

    Viewing my error logs, I find the same error. I have rechecked the logs immediately after editing an EZ-Page.

    The error is:

    [13-Jul-2012 16:20:18] PHP Fatal error: Call to undefined method CeonURIMappingAdminEZPagePages::autogenEZPageURIMapping() in My-URL/My_Admin-Folder/includes/classes/class.CeonURIMappingAdminEZPagePages.php on line 134

    Line 133 starts the if statement:

    PHP Code:
                if ($uri_mapping_autogen) {
                    
    $uri_mapping $this->autogenEZPageURIMapping((int) $pages_id$pages_title,
                        
    $languages[$i]['code'], $languages[$i]['id']); 
    All help appreciated

    Dev

  3. #683
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Is URI mapping causing EZ-Pages problems

    Hi,

    Quote Originally Posted by devlin View Post
    I have been noticing problems with EZ-Pages when updating or adding a new file. After editing the page and hitting Uppdate
    You haven't installed the software properly.

    Basically, check your modifications of ezpages.php first, making sure you have modified it correctly (I think you probably have), - you may simply have had problems with bad FTP software not uploading files properly.. clearly the EZ pages code is missing, so its CLASS file probably didn't upload properly or at all.

    Upload all the files again, use FireFTP for Firefox if necessary (it's free).

    All the best..

    Conor
    ceon

  4. #684
    Join Date
    Oct 2010
    Posts
    40
    Plugin Contributions
    0

    Default Re: Is URI mapping causing EZ-Pages problems

    Quote Originally Posted by conor View Post
    Hi,
    You haven't installed the software properly.
    Thank you Conor,
    for clarification, is it the URI software you're talking about, or ZC?

    Dev

  5. #685
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Is URI mapping causing EZ-Pages problems

    Hi,

    Quote Originally Posted by devlin View Post
    Thank you Conor,
    for clarification, is it the URI software you're talking about, or ZC?

    Dev
    URI

  6. #686
    Join Date
    Sep 2006
    Posts
    163
    Plugin Contributions
    1

    Default Re: Reviews URL

    Quote Originally Posted by gaffettape View Post
    I'm using ZC 1.3.9, SitemapXML (formerly "Google Sitemap") v3.0.3, Ceon URI Mapping (UMM Edition) v4.0.8 and Ceon URI Mappings Manager v1.2.0
    Where did you get Ceon URI Mapping (UMM Edition) v4.0.8 from? I just bought Mappings Manager and find it needs the UMM Edition of URI Mapping, which I can't find anywhere.

  7. #687
    Join Date
    Sep 2006
    Posts
    163
    Plugin Contributions
    1

    Default Re: Reviews URL

    Not to worry - found it now!

  8. #688
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Idea or Suggestion Ceon URI Mapping 4.2.0 Released

    Hi!

    It gives me great pleasure to (rather belatedly) release a new version of Ceon URI Mapping.

    The main changes are that some handy new functionality for those with custom product pages has been added, as has more convenient support for the nginx webserver.

    On new installations of Zen Cart 1.5.x, warnings will no longer be generated for the define the ZC developers removed between it and version 1.3.x.


    All changes, from the Revision History:


    [ADDED] List of product pages is now maintained in a its own data file in the includes/extra_datafiles folder, making it easy to add support for additional product page types.

    [ADDED] Support for the nginx webserver added to the Installation Check. When an nginx webserver is detected, the example directive for the rewrite rule will be displayed.

    [UPDATED] The filename define for the Tell A Friend page is no longer present in Zen Cart 1.5.x, so its use would cause PHP warnings in error logs on new installations. A check, included as part of the new additional product page type functionality, is now made to only use the define if it exists.

    [UPDATED] All files updated to comply with Ceon Coding Guidelines (http:// dev.ceon.net/software/coding-guidelines).

    [BUGFIX] Call to method to build a URL encoded string for an array query parameter was broken, it was calling the old deprecated function (must not have been much of a problem as has been present ever since the version 4.x rewrite but went unnoticed/unreported by anyone for almost two years!).

    [BUGFIX] Convenient link to select (and copy in IE) the content of the example rewrite rule text field was broken by removal of necessary tags in previous release's attempt for valid HTML output for the installation check interface.

    [UPDATED] Installation instructions updated to make the purpose of the functionality to Auto-manage URIs for Products' Reviews and Tell-A-Friend pages clearer, and to make the instructions on how to configure this functionality much easier to follow.


    The latest version should be available from the downloads area shortly.

    As always the latest version can be downloaded directly at any time from the Ceon website:


    Download 4.2.0 Now!


    Upgrading is as simple as always, taking just 2 or 3 minutes to perform an upgrade, thanks to the auto-upgrade functionality!


    Enjoy!


    All the best..

    Conor
    ceon
    Last edited by conor; 18 Jul 2012 at 09:02 AM.

  9. #689
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping 4.2.0 Released

    Hi Conor how are you doing? I have a question for you, in this new version 4.2.0 is the product_book a new feature or what will it do. I don't see that in /admin/includes/modules/ in zen cart v1.5.0 Have a nice day. By the way your new site looks great.
    Last edited by countrycharm; 18 Jul 2012 at 08:37 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #690
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping 4.2.0 Released

    Quote Originally Posted by countrycharm View Post
    Hi Conor how are you doing? I have a question for you, in this new version 4.2.0 is the product_book a new feature or what will it do. I don't see that in /admin/includes/modules/ in zen cart v1.5.0 Have a nice day. By the way your new site looks great.
    It's simply support the custom product type of "book".. This is not a default Zen Cart product type.. It's a custom product type for books (similar to the built in features for music which is a custom product type that does come with Zen Cart) In the case of books I believe there is an add-on or instructions on the forum for creating this custom product type..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

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