Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I'm getting the following while trying to access SSU manager from admin - extra, also under configuration - ssu i'm getting blank menu, no options. Someone please help. Using godaddy host php5. Installed this on two other hosts and it worked great, don't know why this is happening to this site particualrly. Any help would be greatly appreciated.

    1146 Table 'dis0903005481994.configuration' doesn't exist
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('File extension', 'SSU_FILE_EXTENSION', '', 'Set the file extension you want (without the dot). Recommend: leave it blank. For more info please read the docs', @t4, 1, NOW(), NOW(), NULL, NULL), ('Name delimiter', 'SSU_NAME_DELIMITER', '-', 'Set delimiter to replace all non alpha-numeric characters in product/category names', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'-\', \'.\'),'), ('ID delimiter', 'SSU_ID_DELIMITER', '-', 'Set delimiter separate product/category names and their ids', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'-\', \'.\'),');]
    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.

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

    Default Re: Simple SEO URL [support thread]

    Do we use any table prefix on this zencart installation. Like zen_?
    Quote Originally Posted by jhua002 View Post
    I'm getting the following while trying to access SSU manager from admin - extra, also under configuration - ssu i'm getting blank menu, no options. Someone please help. Using godaddy host php5. Installed this on two other hosts and it worked great, don't know why this is happening to this site particualrly. Any help would be greatly appreciated.

    1146 Table 'dis0903005481994.configuration' doesn't exist
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('File extension', 'SSU_FILE_EXTENSION', '', 'Set the file extension you want (without the dot). Recommend: leave it blank. For more info please read the docs', @t4, 1, NOW(), NOW(), NULL, NULL), ('Name delimiter', 'SSU_NAME_DELIMITER', '-', 'Set delimiter to replace all non alpha-numeric characters in product/category names', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'-\', \'.\'),'), ('ID delimiter', 'SSU_ID_DELIMITER', '-', 'Set delimiter separate product/category names and their ids', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'-\', \'.\'),');]
    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

  3. #3
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I'm not too sure, even though i don't think so. I installed using Hosting conenctions provided by GoDaddy, sort of like fantastico. Anyway i can check to make sure?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jhua002 View Post
    I'm not too sure, even though i don't think so. I installed using Hosting conenctions provided by GoDaddy, sort of like fantastico. Anyway i can check to make sure?
    You can check the includes/configure.php to make sure.
    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

  5. #5
    Join Date
    Jan 2005
    Location
    Winter Haven, FL
    Posts
    163
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Just a short 'thanks" to yellow 1912. This is a great mod and does exactly what is expected. I was impressed today by all of your support.

  6. #6
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    define('DB_PREFIX', 'zen_'); // prefix for database table names -- preferred to be left empty

    i think you're right there is a prefix. What do i do now to fix things?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jhua002 View Post
    define('DB_PREFIX', 'zen_'); // prefix for database table names -- preferred to be left empty

    i think you're right there is a prefix. What do i do now to fix things?
    Usually the module should be able to catch the prefix, for some reason it fails to do so. Try this to see if it helps:

    Go to admin/includes/classes/module_manager/sqlpatch_class.php

    Find
    PHP Code:
    if (!defined('DB_PREFIX')) define('DB_PREFIX',''); 
    Replace by
    PHP Code:
    if (!defined('DB_PREFIX')) define('DB_PREFIX','zen_'); 
    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

  8. #8
    Join Date
    Jan 2009
    Posts
    85
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    well, yellow, i applied your soloutioin to delte some line in module manager and solved the 1164 error,
    however, i know have the problem, when i press on the links, it shows
    Object not found!
    The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

    If you think this is a server error, please contact the webmaster.

    Error 404

    I run a multi language site, i am not so sure where the problem is, i change the local.config file as you mentioned, please advise, thank you!!

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

    Default Re: Simple SEO URL [support thread]

    And I assume this is ssu 3.6.1?
    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

 

 

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

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