Page 116 of 245 FirstFirst ... 1666106114115116117118126166216 ... LastLast
Results 1,151 to 1,160 of 2445
  1. #1151
    Join Date
    Sep 2006
    Posts
    163
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by dave010880 View Post
    Unfortunately I did not know or understand the template system so I modified all the core files.
    Ah, someone who doesn't read the instructions! Too much in a rush to do the job the quick and easy way.

    This is not the place to discuss this, but there is a simple way to sort this out. Identify all the core files you modified (hopefully by comparing file times, or by winmerge comparisons) and make them your override files by copying them to the relevant template folder. Then restore the original core files a few at a time to make sure it still works. What that's done, you're good to go with an upgrade. Do it this week. Really.

  2. #1152
    Join Date
    Mar 2008
    Location
    UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    ... I didn't even know there were instructions let alone a forum. I was just handed it, shown the FTP and figured the rest. I have learnt alot since those first days and lemme tell you I WILL be following the intructions when it comes to the upgrade. Unless of course by some miracle I actually make some money and can pay someone else to get it all right for me :)

    In the meantime... I'm stuck at an impass on my main problem. Anyone got any ideas how to fix? Please... I can get my site working by using the original html_output but I'm worrried that it may be messing things up if I add products and categories with teh rest of the CEON module installed and not functioning.

    Any help would be appreciated... Thanks.
    Zen Newbie: www.wickedstyling.com]. Thanks All.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by dave010880;1199525[COLOR=#ff0000
    [/COLOR]]... [COLOR=#d########3]I didn't even know there were instructions let alone a forum. I was just handed it, shown the FTP and figured the rest. I have learnt alot since those first days and lemme tell you I WILL be following the intructions when it comes to the upgrade. Unless of course by some miracle I actually make some money and can pay someone else to get it all right for me :)

    [/COLOR]In the meantime... I'm stuck at an impass on my main problem. Anyone got any ideas how to fix? Please... I can get my site working by using the original html_output but I'm worrried that it may be messing things up if I add products and categories with teh rest of the CEON module installed and not functioning.

    Any help would be appreciated... Thanks.
    The truth is I'm afraid you are not going to get much help from the community as you are running this module on such an old unsupported version of Zen Cart. I have no specifics to offer since in order to help you, I would have to create a v1.3.8 site and try to replicate your issue.. I'm afraid that my schedule precludes me being able to do that..

    All I can offer is the advice that most usage issues have at their heart an errant installation.. That's not to say that there couldn't be a bug, but again, since Conor is no longer with us, IF there is a bug (and I am fairly confident that this is probably NOT a bug) there is no one to fix it..

    Wish I could be of more help..
    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.

  4. #1154
    Join Date
    Mar 2008
    Location
    UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Using Ceon URI Mapping v4.x with the XML Sitemap add-on

    Quote Originally Posted by philip937 View Post
    hi guys, just found this in my error log this evening, not sure if its anything to be concerned about? its the first and only one i've had. any idea what it could be?

    [09-Apr-2013 21:26:39 UTC] PHP Fatal error: Call to a member function add() on a non-object in /home/site/public_html/includes/classes/class.CeonURIMappingHandlerBase.php on line 131

    Thanks in advance.

    I have an update on this if anyone else comes across it, this particular problem was self made. I had simply copied the code from the includes/functions/html_output.php and incorrectly put that into the admin/includes.. etc. Using eth correct modified code has removed this error.

    Unfortunately I till have the original problem of no category cration and meta's not working
    Zen Newbie: www.wickedstyling.com]. Thanks All.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by dave010880 View Post
    I have an update on this if anyone else comes across it, this particular problem was self made. I had simply copied the code from the includes/functions/html_output.php and incorrectly put that into the admin/includes.. etc. Using eth correct modified code has removed this error.

    Unfortunately I till have the original problem of no category cration and meta's not working
    Glad you have some of this resolved.. However, like I started out with in my first response to you..
    Quote Originally Posted by DivaVocals View Post
    most install issues can be traced directly back to an incorrect install..
    My answer remains the same.. I am pretty positive you still don't have this fully installed correctly..

    That said.. I will repeat the other part of my initial response to you because I think your problem can ALL be traced back to something with this module not being installed as it should.... Would suggest that a review of the readme doc will help you in this endeavor..
    Quote Originally Posted by DivaVocals View Post
    I strongly suggest starting with making sure all the core module files are in place, and then using a file comparison program review VERY carefully each one of the core override files to make sure that you have all the Ceon URI code in place and in the correct places.. Unfortunately my time is short so I cannot troll though all the files from a 6 year old version of Zen Cart to find the ones that might affect meta tags.. but offhand it's probably any of the admin side product or category files..
    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.

  6. #1156
    Join Date
    Mar 2008
    Location
    UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    RESOLVED:

    As far as I can tell I this is resolved, I can now create cartegories and modify my meta's once more. Whether the CEON module is working correctly I can't tell fully as I do not know everyting the module does behind the scenes.

    Process of solution:

    I took the advice given regarding the use of file comparison software. I checked the html_output file that I knew was working before the module, I checked it against the modified version supplied and found one critical piece of information. The header section was different stating the security patch that had been installed, it then changed a few lines further down in the code. Very subtle differences however I got to thinking that maybe the security update was the culprit, especially if the 1.3.8a mod was before the patch came out. I then compared the html_output of the patched file with that of 1.3.9c and lo and behold they were the same bar the header description. From this I deduced that the html_output file I would need would be the modfied 1.3.9c listed in the module.

    So the solution is, if you are using 1.3.8a with the latest security patch you need to use the modified ceon 1.3.9c file.

    I doubt this will help many others as you've all said not many are using 1.3.8a anymore, but mayeb it will provide helpful for the process of elimination to cure someone elses related problems. :)
    Last edited by dave010880; 24 Apr 2013 at 01:43 AM.
    Zen Newbie: www.wickedstyling.com]. Thanks All.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by dave010880 View Post
    RESOLVED:

    As far as I can tell I this is resolved, I can now create cartegories and modify my meta's once more. Whether the CEON module is working correctly I can't tell fully as I do not know everyting the module does behind the scenes.

    Process of solution:

    I took the advice given regarding the use of file comparison software. I checked the html_output file that I knew was working before the module, I checked it against the modified version supplied and found one critical piece of information. The header section was different stating the security patch that had been installed, it then changed a few lines further down in the code. Very subtle differences however I got to thinking that maybe the security update was the culprit, especially if the 1.3.8a mod was before the patch came out. I then compared the html_output of the patched file with that of 1.3.9c and lo and behold they were the same bar the header description. From this I deduced that the html_output file I would need would be the modfied 1.3.9c listed in the module.

    So the solution is, if you are using 1.3.8a with the latest security patch you need to use the modified ceon 1.3.9c file.

    I doubt this will help many others as you've all said not many are using 1.3.8a anymore, but mayeb it will provide helpful for the process of elimination to cure someone elses related problems. :)
    All the module files regardless of version are all based on a VANILLA Zen Cart installation..
    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.

  8. #1158
    Join Date
    Feb 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I was wondering if i may get a little help,
    i am using ceon_uri_mapping_4.4.1_for_zc
    autoFacebook-v2.3
    used win-merge for the update_product.php however when the file is uploaded ceon ceases to work, i can get them to work independently but not together
    i would really appreciate the help

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by gromit1977 View Post
    I was wondering if i may get a little help,
    i am using ceon_uri_mapping_4.4.1_for_zc
    autoFacebook-v2.3
    used win-merge for the update_product.php however when the file is uploaded ceon ceases to work, i can get them to work independently but not together
    i would really appreciate the help
    Not really a CEON URI issue as much as it is that you need help merging the files these two add-ons have in common.. (sounds like the merging was not done correctly) I can't offer much help in that regard as I don't use the Facebook add-on you are using.. Hopefully someone using both mods can lend a hand.. You might try posting this on the support thread for your Facebook add-on..
    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.

  10. #1160
    Join Date
    Feb 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    Not really a CEON URI issue as much as it is that you need help merging the files these two add-ons have in common.. (sounds like the merging was not done correctly) I can't offer much help in that regard as I don't use the Facebook add-on you are using.. Hopefully someone using both mods can lend a hand.. You might try posting this on the support thread for your Facebook add-on..
    Thanks for the fast reply and i have not had a response from the other guys, i guess i will try continue my merging again, all i know is that the update_produce is the only file that modified on both sides of the add-ons

 

 

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