Page 39 of 506 FirstFirst ... 2937383940414989139 ... LastLast
Results 381 to 390 of 5054
  1. #381
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jeking View Post
    KP,

    Without access to your server or admin, there's not much I can do. Are you still getting this error:

    Warning: main(includes/reset_seo_cache.php) [function.main]: failed to open stream: No such file or directory in /home2/tinamh/public_html/shop-lela/admin/product.php on line 31

    It's saying line 31 of admin/product.php is calling the file includes/reset_seo_cache.php which does not exist. Open product.php and look for a reference to reset_seo_cache.php
    Bless you Jim, I got it. the ultimate SEO module had me upload a new version of product.php and categories.php. I guess I deleted my backup and kept uploading the new files.

    I appreciate your patience and perseverance in trying to help me.

  2. #382
    Join Date
    Feb 2005
    Posts
    16
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Fully compatible with "Google SiteMap" module http://www.zen-cart.com/index.php?ma...roducts_id=544 ????

  3. #383
    Join Date
    Jun 2008
    Location
    scottsdale
    Posts
    6
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I would like to uninstall this mod but when I deleted all of the files I can no longer access the admin panel. I have not inserted any of the sql statements yet. What is the best way to remove this mod? I have read the thread so I apologize if this has already been addressed.

  4. #384
    Join Date
    Jan 2007
    Posts
    169
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I too have a problem with using Simple SEO URL mod with PayPal IPN. Looks like the money gets transferred, but no order confirmation emails to the buyer or merchant from ZenCart. Confirmation emails from Paypal does get to buyer and seller. And the order does not show up on admin interface. The record does show in the IPN records (if you look there).

    One syptom of the problem is that
    http://www.example.com/ipn_main_handler.php is coming up blank page as oppose to saying "Nothing to process. Please return to home page." (as it supposed to in 1.3.8)

    So, I had removed the mod by ...

    To remove SEO URL module, I did the following...

    1. Remove the mod re-write code from .htaccess

    2. Remove these lines from includes/functions/html_output.php. Do NOT remove the file.

    //bof simple seo url
    global $ssu;
    if(($link = $ssu->ssu_link($page, $parameters, $connection, $add_session_id, $search_engine_safe, $static, $use_dir_ws_catalog))!= false) return $link;
    //eof simple seo url

    2. You can remove all the other files that you have uploaded for the modules. And can remove the "admin/includes/module_installation" folder and "admin/includes/templates" folder if you don't have any other things in it.

    3. Remove table links_aliases (if not using for anything else)

    4. If you are also removing "module manager module" you can remove table module_version_tracker

    5. Remove records with the following keys from configuration table:

    SSU_ID_DELIMITER, SSU_MAX_LEVEL, SSU_EXCLUDE_LIST, SSU_LINK_ALIAS,
    SSU_MINIMUM_WORD_LENGTH, SSU_MAX_NAME_LENGTH.

    6. Remove the record with the values "Simple SEO URL" from configuration_group table.

    The removal sequence worked for me.

  5. #385
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    It's been a long time since yellow1912 has been on here.
    I hope he is doing OK. We need you back so we can solve the paypal issue.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #386
    Join Date
    Jul 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    My popup images stopped working when I installed simple SEO URLs. Has this happened to anyone else?

    http://shop.jalanstyle.com/shoes-c-1/celeste-p-11

    click on the thumbnails at the bottom- no image in the window

    The url is this:
    Code:
    javascript:popupWindow('http://shop.jalanstyle.com/popup_image_additional/pID/11/products_image_large_additional/images/large/shoes')
    This there any way to exclude these popups from simple SEO in the 'exclude these pages' part of the config?

    Thanks

  7. #387
    Join Date
    Aug 2008
    Posts
    3
    Plugin Contributions
    0

    Default No SSU under admin/configuration

    Hi all,

    according to http://wiki.rubikintegration.com/ind...Simple_SEO_URL, there are 2 menus:-

    1.Configuration: You can set SSU config at Admin->Configuration->Simple SEO URL
    2.Manager: You can find SSU Manager at Admin->Extras->Simple SEO URL Manager

    I manage to get Admin->Extras->Simple SEO URL Manager, but not the Admin/Configuration/Simple SEO URL.

    Currently i'm usin' ZC 1.38a and SSU rev235.

    Others modules installed:-
    google sitemap 1319.

    Am I missing something? pls help.

    tqvm.

  8. #388
    Join Date
    Jul 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I'm still working on the popup image problem I encountered.

    I included the product_info.php and index.php to the exclude list but that didn't fix it. Does anybody have suggestions on how to fix this?

    Any help would be appreciated.

  9. #389
    Join Date
    Sep 2006
    Posts
    56
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hi everybody for additional image popup problem. go to admin/configuration/simple seo url

    exclude list section click on it and put exactly that

    advanced_search_result,popup_image_additional

    and update
    it will fix the problem

  10. #390
    Join Date
    Sep 2006
    Posts
    56
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hi everybody again

    also for using the google base feeder.

    do almost the same thing at my above posting but exclude list section add googlefroogle.php

    like that

    advanced_search_result,popup_image_additional,googlefroogle.php


    and google base feeder works

    thank you yellow1912 for creating this wonderful module

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. 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