Page 23 of 168 FirstFirst ... 1321222324253373123 ... LastLast
Results 221 to 230 of 1674
  1. #221
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by kenmax View Post
    Hi I am a new user of Ultimate SEO URLs. I install it on a Zen Cart v1.5.1 and after that when I login the admin page I can only see the "Configuration" in it and all other menus are just gone. Any ideas?
    Usually indicates something not installed correctly in the admin interface -- typically during a merge. The starting point is (the same as debugging most other issues in Zen Cart) to look for any debug files...

    Also scroll up when submitting a reply, and provide the information requested along with what version you installed, if it was an upgrade from a previous version, anything different from a "clean" installation of Zen Cart, etc.
    Last edited by lhungil; 14 Jan 2013 at 03:41 PM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  2. #222
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by bobo01 View Post
    After installing this my main page does not work anymore. I had some java script on there to slide four images and to show the cookie notice for the EU. Any ideas how to fix this?
    You may want to start by describing exactly what is happening. We are unable to determine what behavior you are seeing (and feel does not work) unless you can tell us what on your main page does not work.

    Also scroll up when submitting a reply, and provide the information requested along with what version you installed, if it was an upgrade from a previous version, anything different from a "clean" installation of Zen Cart, a link to your site, any debug log files, etc.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  3. #223
    Join Date
    Aug 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Yes I upgraded the system from 1.3.9h to 1.5.1, I tried to copy the files from Ultimate SEO one by one and after I copied general.php to admin page\includes\functions, the same problem happened. All items except "Configuration" on the menu bar was gone. Yes I think you are right, it indicates something not installed correctly in the admin interface during a merge. I am using 1.5.1 but I am still using the old admin page. I just have no idea of how to merge the old admin page with the new one. Should I just overwrite the old file with the new one?

  4. #224
    Join Date
    Aug 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Problem solved. I just renamed the admin folder to the original name of my admin folder after upgraded from 1.3.9h to 1.5.1 and reinstall Ultimates SEO URLs again. It work perfectly now. Thanks lhungil!

  5. #225
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by kenmax View Post
    Problem solved. I just renamed the admin folder to the original name of my admin folder after upgraded from 1.3.9h to 1.5.1 and reinstall Ultimates SEO URLs again. It work perfectly now. Thanks lhungil!
    Glad you found the problem with the installation. Another peice of the puzzle you may want to check is the admin configure.php. Thank You for reporting back!

    In Zen Cart 1.5.x the admin configure.php is very different from the one from 1.3.x. The Zen Cart upgrade script will not completely update the old admin configure.php to the new admin configure.php... And consequently will break things if you later move the admin folder unless you hand edit the contents of the admin configure.php... If you have not compared your current admin configure.php to one generated by a clean Zen Cart installation, you may wish to check what has changed.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #226
    Join Date
    Aug 2010
    Posts
    76
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Is there a "Recommended, Step by Step, Sequential order" to follow when installing Add-ons ?

    I absolutely need these addons

    1. Column layout grid
    2. CSS Buttons
    3. Fast & Easy Checkout
    4. Sales Report
    5. Easy Populate
    6. Ultimate Seo



    When I installed my last add-on (Ultimate Seo) installation, the /includes/functions/html_output.php was overwritten and now a blank page is showing up after hitting checkout ...

    I removed "Ultimate Seo" and restored the original html_output.php file but the error is still there ...

    Also does anyone know if Ultimate-SEO causes any conflict with any other addon, (especially CSS-Button addon) ? Because after installing Ultimate-SEO addon, my CSS Buttons disappeared.

    I read somewhere that someone merged html_output.php in the CSS-Button addon with html_output.php in Ultimate-SEO addon. Does any one know how to merge these files ?

    BTW, I am using Zencart v1.5.0 with with Ultimate-SEO v2.212

  7. #227
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Ultimate SEO 2.200+ (new features)

    I read somewhere that someone merged html_output.php in the CSS-Button addon with html_output.php in Ultimate-SEO addon.
    A basic rule of installing addons is to be sure that a new addon does not use files that any existing addon has created or modified. You need to check every file in the new mod's list with your existing store files to see if there is any duplication. If there is, you need to merge the two modified files. This can be a three-step process if the modifications are not simple and crystal-clearly identified:
    (First save copies of all files concerned in a safe place so you have backups.)

    Compare the first mod file version with the stock file version. Take notes of all differences and line numbers/context.

    Compare the second mod file version with the stock file version. Take notes of all differences and line numbers/context.

    Compare the first mod file version with the second mod file version. Decide on one of those to be the final copy, and put the changes from the other into that one. Add comments where appropriate so you will know what you did if you need to go back to it later. Then put the final copy back into the appropriate place in your store.

    If both mods change the same line(s) in the file, you may need coding knowledge to know how to merge the functions or if they can coexist at all.

  8. #228
    Join Date
    Aug 2010
    Posts
    76
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Hi gjh42, Thanks for your reply. I can edit HTML and CSS, but PHP editing is just too much for me. Can you suggest any other good SEO addon, that doesn't change any core files ? Ceon URI Mapping, Simple SEO URL, etc ?

    Thanks
    Last edited by Rony; 17 Jan 2013 at 01:23 AM.

  9. #229
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    ... Can you suggest any other good SEO addon, that doesn't change any core files ? Ceon URI Mapping, Simple SEO URL, etc ?
    They all edit at least one core file and most override at least one core file.
    "Ultimate SEO URLs" alters the "zen_href_link" function and adds a function called "original_zen_href_link" inside the file "html_output.php". Most of the other ones work in a similar way.

    ... now a blank page is showing up after hitting checkout ...
    Was this a "clean" installation of Zen Cart 1.5 or an upgrade from 1.3.x? Did you have a previous version of this (or any other URL modifying module installed? Does the same problem occur with the "classic" template?

    I would also highly recommend posting some short snippets of what is found in the "debug" files generated by Zen Cart. This is always a good place to start when trying to determine the cause of a "blank page". The debug files often give a very good indication of where things went wrong with the installation and may help us help you :)

    ... I removed "Ultimate Seo" and restored the original html_output.php file but the error is still there ...
    If you ran the uninstall for this module, then removed all the new files added by this module, and undid any "merged" changes you made during the installation... There is a good chance the error could be with a different module.

    I'd suspect an issue with the "checkout" module's installation... Especially as "Ultimate SEO URLs" does not alter any of Zen Cart's checkout files / functions / classes. By default "Ultimate SEO URLs" does not even change the URLs used during checkout. Hopefully we can make better guesses after you post some snippets from the "debug" files.

    P.S. If this is a new store (or you are upgrading) I would highly recommend using Zen Cart 1.5.1 instead of 1.5.0. Zen Cart 1.5.1 includes a number of bug fixes and performance enhancements. No reason to stay with 1.5.0 - as once a module is added you lose PA-DSS (unless you go through the process of getting your changed version tested and approved for compliance).
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  10. #230
    Join Date
    Apr 2007
    Location
    Tampa, Florida
    Posts
    180
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    What is the latest stable version of this plugin? The version in the Plugin Download area is ultimate_seo_urls_212.

    Thanks,
    Gary

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 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