Page 88 of 168 FirstFirst ... 3878868788899098138 ... LastLast
Results 871 to 880 of 1674
  1. #871
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by HammurIT View Post
    ... I have now noticed is that my main menu is missing for the Ez Pages - is that related to this module?
    Nope, all Ultimate URLs does is provide alternative URLs (via zen_href_link). It does not alter or change any HTML, CSS, JS, modules, sideboxes, 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

  2. #872
    Join Date
    Apr 2015
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    I have another newbie question.

    I created a define page about_us same as contact_us, /about_us.html and /contact_us.html both work.

    With the Ultimate SEO 2.20, the code below
    PHP Code:
    <li><?php echo '<a href="' zen_href_link(FILENAME_CONTACT_US) . '">' BOX_INFORMATION_CONTACT '</a>';?></li>
    which generated a static link /contact_us.html.
    However,
    PHP Code:
    <li><?php echo '<a href="' zen_href_link(FILENAME_ABOUT_US) . '">' BOX_INFORMATION_ABOUT '</a>';  ?></li>
    which generated a /index.php?main_page=about_us link, which is not a seo link.

    By the way, the about_us page was added after I installed the plugin.

    What is wrong with my installation? How should I do to generate a seo url /about_us.html, instead of /index.php?main_page=about_us.

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

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Check your setting for: "Limit alternate URLS to the following pages".

  4. #874
    Join Date
    Apr 2015
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by lhungil View Post
    Check your setting for: "Limit alternate URLS to the following pages".
    Thanks you so much.

    Additional Question, what is the correct name for manufacturer?

    Code:
    RewriteRule ^(.*)-m-([0-9]+)(.*)$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]

  5. #875
    Join Date
    Jun 2014
    Location
    Modena, Italy
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Hi everyone! got a problem installing this mod.
    I followed steps 1, 2 and 3 of the installation guide:

    1 - Uploaded New Files
    2 - Modified .htaccess file
    3 - Uploaded Install Files

    But when i click on ANY link in the admin (as the installation guide says), I only get a blank page. Now all my Admin pages are blank pages and I can't really do nothing about it.

    I already uploaded a backup of my admin directory and erased the new files manualy but nothing happened.

    I have Zen Cart v 1.5.1. The admin of my site http://www.jollyrogerbay.it/store/Mitola64

    Anyone could help? thanks

    Marco
    Last edited by Marco Serge; 8 May 2015 at 02:53 PM.

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

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by bwlinux View Post
    ... what is the correct name for manufacturer? ...
    Not sure what you are asking... The name would be whatever you entered for the manufacturer in the Zen Cart administrative interface.

    Are you asking what Zen Cart page handles manufacturer product listings? If so the answer is "index" (same one handling the home page, categories, etc).

    One can determine the Zen Cart Page name by looking in one or both of the following locations (xxxx is where the page name will be). n the stock Zen Cart URLs, this appears as index.php?main_page=xxxx. In the installation file structure pages appear at /includes/modules/pages/xxxx.
    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

  7. #877
    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 Marco Serge View Post
    ... when i click on ANY link in the admin (as the installation guide says), I only get a blank page. Now all my Admin pages are blank pages and I can't really do nothing about it. ...
    This was discussed a page or two back in this thread.

    Two likely culprits:
    Something not uploaded to the correct location (or the upload was corrupt).
    An invalid path exists inside "/admin/includes/configure.php".
    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

  8. #878
    Join Date
    Jun 2014
    Location
    Modena, Italy
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lhungil View Post
    This was discussed a page or two back in this thread.

    Two likely culprits:
    Something not uploaded to the correct location (or the upload was corrupt).
    An invalid path exists inside "/admin/includes/configure.php".
    Thanks a lot for your reply, I've checked the admin/includes/configure.php file but cannot figure out if there's something wrong inside, I've re-uploaded the configure.php file of my backup (that was working) but I always got blank page.
    I've tried to re-upload the entire admin folder by changing the transfert-type mode in my FileZilla client (tried binary and then automatic) but this haven't changed.
    The log file on the logs folder in the server says:

    [08-May-2015 16:39:06 Europe/Rome] PHP Fatal error: Class 'SEO_URL' not found in /web/htdocs/www.jollyrogerbay.it/home/store/includes/autoload_func.php on line 79

  9. #879
    Join Date
    Apr 2015
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by lhungil View Post
    Not sure what you are asking... The name would be whatever you entered for the manufacturer in the Zen Cart administrative interface.

    Are you asking what Zen Cart page handles manufacturer product listings? If so the answer is "index" (same one handling the home page, categories, etc).

    One can determine the Zen Cart Page name by looking in one or both of the following locations (xxxx is where the page name will be). n the stock Zen Cart URLs, this appears as index.php?main_page=xxxx. In the installation file structure pages appear at /includes/modules/pages/xxxx.
    Thanks for explaining, I see how the plugin works.

    I am sorry for my previous confusing question. Here is the problem I want to solve.

    My site generates seo links for categories and products etc as expected; but it does not generate seo links for manufacturer links. For example,
    PHP Code:
    index.php?main_page=index&manufacturers_id=19 
    should be converted to a seo link
    PHP Code:
    /anyname-m-19 
    But it does not convert the link to the seo link.

    How should I address the problem? Thank you very much.

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

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by Marco Serge View Post
    ...
    [08-May-2015 16:39:06 Europe/Rome] PHP Fatal error: Class 'SEO_URL' not found.
    What version did you install? Did you upload all file from "new_files" (including "empty" files and overwriting any files already existing)? If this was an upgrade from a very old version of Ultimate URLs (pre 2.150), did you uninstall the old version first?

 

 

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