Page 72 of 506 FirstFirst ... 2262707172737482122172 ... LastLast
Results 711 to 720 of 5054
  1. #711
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by weezee View Post
    This my sound dumb but where do I find the error log. I looked in the admin, cPanel, errors were empty, I look at phpmyadmin> where do I find it?
    It should be found in cpanel, you should find something like error log, or "raw error log". you may want to ask your host for help

    That error log will tell us exactly what went wrong.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #712
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thats the ones that are blank nothing in them, I had sent a ticket with the subject 500 Internal Server Error. What ever they did now I get blank pages on my site. They must have gotten the error log. every link you click is blank it don't show the server error any more. Now what I do.

  3. #713
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    This will help you if you get a blank page
    https://www.zen-cart.com/tutorials/index.php?article=82
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #714
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Since I only had one item in my catalog I though I would add a couple more items this is the error I got:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1
    in:
    [SELECT categories_name FROM zen_categories_description WHERE categories_id = LIMIT 1]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

  5. #715
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Is this in admin? If it is in admin, usually SSU does not have anything to do with it.

    How does the links in your admin look like, and which link give you this error?
    Quote Originally Posted by weezee View Post
    Since I only had one item in my catalog I though I would add a couple more items this is the error I got:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1
    in:
    [SELECT categories_name FROM zen_categories_description WHERE categories_id = LIMIT 1]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #716
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    This is what my host said: Your mod_rewrite rules are causing these issues. I have fixed your rewritebase and the whitepages have now gone away but the .htaccess is configured to redirect everything to the index page. You need fix the .htaccess setup to fix those URLs.


    This is my .htaccess. They must have change it to RewriteBase / I had RewriteBase /html

    .htaccess


    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]


    # STRIP THE REWRITEBASE RULE FROM NON-SSL CONNECTIONS.
    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{REQUEST_URI} ^/~subfolder/
    RewriteRule ^(.*) /catalog/index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU

  7. #717
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I couldn't edit other post. I had RewriteBase /public_html what I forgot to tell you is if you click on a page example Shipping & Returns and then try to go to another page, the page link is in the address bar but you are still on Shipping & Returns or whatever page you are seeing.

  8. #718
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Yes, it shouldnt be /public_html, should be / only
    Now the current problem seem to be caused by the class not being loaded correctly, probably because the auto_loader was not set correctly? Weird.

    Anyhow, chekck my pm
    Quote Originally Posted by weezee View Post
    I couldn't edit other post. I had RewriteBase /public_html what I forgot to tell you is if you click on a page example Shipping & Returns and then try to go to another page, the page link is in the address bar but you are still on Shipping & Returns or whatever page you are seeing.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #719
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    [QUOTE=yellow1912;618896]
    Hi, great work
    Please tell me, what I need to do? my site is multilanguage and it in UTF-8.
    I got this links http://bestfashion.me/%231055%3B-%23...-1/language/ru
    Thanks

  10. #720
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Also have problem with http://bestfashion.me/index.php page not found. When I press "HOME" i got this error. I think in my case SEO do not cover tpl_header?

 

 

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