Results 1 to 10 of 111

Hybrid View

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

    Default Re: Ceon URI Mapping v4

    Hi,

    Quote Originally Posted by Doodlebuckets View Post
    Database table can not be created! The database user does not have CREATE TABLE privileges!
    Either your database user has not been set up correctly and cannot create any tables or the software is failing to detect the privileges properly.

    Send me FTP, admin and PHPMyAdmin details for the site and I'll take a quick look.

    I don't have much time so you need to get these details to me asap (today) or I can't help.

    All the best...

    Conor
    ceon

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

    Default Re: Ceon URI Mapping v4

    Back from vacation and then a weeklong post vacation illness (not related to the vacation.. just one of those unlucky timing things.. ) I see you all have been busy and I am tardy to the party..

    Will be updating my test and dev stores this weekend with v4.0.1.. I had a similar issue as has been reported with stores which are installed in a sub-directory.. (my beta testing of this mod was done on a store which used a sub-domain, so the issue wasn't apparent..)

    Anyway all that to say publicly that I was always a fan of this mod and Conor's wonderful 1st class support, but this new version is FANTASTIC!!! I can't say enough about it and the work that Conor put into it.. The install automation features are BRILLIANT and should minimize the NUMBER of questions asked repeatedly in the old support thread. (particularly the MANY .htaccess file questions!)

    I even (finally) worked up a process to automate adding static URIs for other Zen Cart pages to my Ceon URI Mapping install. Until the Ceon releases it's commercial mod for automating this, this will make the install process a breeze for me!!!
    (DON'T PM me to ask about this process please.. I will only share this with folks I KNOW round here -- sorry)
    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.

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

    Default Ceon URI Mapping v4.0.2

    Hi,

    Just to let you know that Ceon URI Mapping was released a few days ago.

    Sorry, I forgot to post an update here, although the contribution has indeed been submitted to the downloads area.

    You can download it now on Ceon's website.

    Changes from version 4.0.1:

    [UPDATED] When a product is having its URI mapping auto-generated, with an integer being auto-appended because the mapping clashes with an existing mapping, the auto-generation code now checks to see if the clash that is occurring is in fact simply with the product's own mapping. If so, no new URI mapping is generated.

    [BUGFIX] When a URI was being made into a historical mapping and an identical historical mapping already existed, the code was wrongly deleting both the original, duplicate mapping and the new historical mapping, instead of only deleting the duplicate mapping.


    This minor bug shouldn't have affected many people but it's best to upgrade, as it takes less than 10 seconds.

    All the best..

    Conor
    ceon

  4. #4
    Join Date
    Feb 2005
    Location
    Italy
    Posts
    199
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4

    Hi Conor, first of all, thank you!
    I just installed 4.0.2 on a heavy modified Zen. Since it's a bit old it has even no sense to speak about a version (it was a 1.3.7 badly and partially) upgraded to 1.3.8 and then with some upgrades extracted from 1.3.9 and applied.
    At the moment many things seems to work perfectly (at first shot! this means you wrote your code very well). Of course I had to merge almost all the core files and it seems I didn't make mistakes, but I run in an error about ezpages (multilanguage).
    I merged (file diff) the file in admin root both with the file under modified_core_files and with the file under third_party_module_integration.

    When I try to update an ezpage (mysite/myadmin/ezpages.php?action=update) I get this error:

    Fatal error: Call to undefined method CeonURIMappingAdminEZPagePages::autogenEZPageURIMapping() in mysite/myadmin/includes/classes/class.CeonURIMappingAdminEZPagePages.php on line 134


    With developers tool kit I searched for the method autogenEZPageURIMapping but in effect I didn't find it. I just got only one reference, in class.CeonURIMappingAdminEZPagePages.php, on line 134

    So, is the method definition missing?

    Thanks in advance
    Last edited by s_p_ike; 26 Jul 2011 at 06:29 PM. Reason: Forgot to say I'm using multilanguage ezpages
    Paolo De Dionigi
    Co-maintainer of Zen Cart Italia

  5. #5
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4

    I have run into exactly the same issue with ezpages:

    PHP Fatal error: Call to undefined method CeonURIMappingAdminEZPagePages::autogenEZPageURIMapping() in /home/goldense/public_html/appadmin/includes/classes/class.CeonURIMappingAdminEZPagePages.php on line 134

    Not using multilanguage
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #6
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4

    I'm having a problem with the ezpages too. When I create a new ezpage and save it I get a blank page but the ezpage is still created and can be seen in the store front. Updating gives a blank page.

  7. #7
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4

    Firstly Connor,
    THANKS for a great updated module. I have been using your URI program for about 2 years.
    My question is ..
    Is it possible to get a mapping for the Music Genre pages and Artist Pages.
    I have tried doing this in PHPMyAdmin with no success.

    I have managed to get the /store/MusicGenre/Rock up in the mappings but it is not working on the site.
    It looks like the associated_db_id is missing but I cant find one for Music Genre.


    www.merchbitch.com.au/store

    Any ideas?
    Thanks very much
    Renate

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

    Default Re: Ceon URI Mapping v4

    Hi,

    Quote Originally Posted by barco57 View Post
    I have run into exactly the same issue with ezpages:
    Sorry about that, I've released 4.0.2 with the EZPages file from 4.0.1.

    I'll release a version 4.0.3 whenever I get a chance.

    In the meantime open the file

    includes/classes/class.CeonURIMappingAdminEZPages.php

    and change line 78 from

    PHP Code:
    function autogenEZPageURI($id$name$language_code$language_id
    to

    PHP Code:
    function autogenEZPageURIMapping($id$name$language_code$language_id
    Please note we're on our holidays so it's unlikely you'll get any further response from me here for the next week.

    All the best...

    Conor
    ceon

  9. #9
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4

    Thank you. :-) That did the trick.

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

    Default Re: Ceon URI Mapping v4

    **taps her foot while rolling her eyes**

    and you KNOW why too.. Back to holiday you go..
    Quote Originally Posted by conor View Post
    Hi,



    Sorry about that, I've released 4.0.2 with the EZPages file from 4.0.1.

    I'll release a version 4.0.3 whenever I get a chance.

    In the meantime open the file

    includes/classes/class.CeonURIMappingAdminEZPages.php

    and change line 78 from

    PHP Code:
    function autogenEZPageURI($id$name$language_code$language_id
    to

    PHP Code:
    function autogenEZPageURIMapping($id$name$language_code$language_id
    Please note we're on our holidays so it's unlikely you'll get any further response from me here for the next week.

    All the best...

    Conor
    ceon
    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. Ceon URI Mapping v4.x
    By conor in forum All Other Contributions/Addons
    Replies: 2444
    Last Post: 7 Oct 2020, 03:13 AM
  2. 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
  3. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  4. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM

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