Page 479 of 506 FirstFirst ... 379429469477478479480481489 ... LastLast
Results 4,781 to 4,790 of 5054
  1. #4781
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: Simple SEO URL [support thread]

    Okay, got a special situation with this particular install. Once it was all put into place with the latest module manager and the latest seo version 3.8.5 on zen cart version 1.3.9h, I get an error which essentially says I'm missing the init_templates.php file. That file is not in the latest versions but was at one point in one of the versions of all of this.

    This website had a lot of special mods, specially integrated into to zen cart, (I know can tell you another zen cart web host not to use) and had a version of the seo simple urls there. I started totally afresh with new files for both admin and the catalog itself.

    Can someone tell me why this error is appearing? I think it's kinda weird since I thought the purpose of the autoload function was to look for the files that was there and not to look for what files were not there. Thought I might well be wrong about that.

    Code:
    [27-Apr-2011 09:36:57] PHP Warning:  require(includes/init_includes/init_templates.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/wocguys/public_html/includes/autoload_func.php on line 48
    The full-time Zen Cart Guru. WizTech4ZC.com

  2. #4782
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: Simple SEO URL [support thread]

    and answering my question - that file had been accidentally deleted is a core zen cart file - not a file from any of the mods! So it's now fixed. duh.......
    The full-time Zen Cart Guru. WizTech4ZC.com

  3. #4783
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    i made a change to remove the category details from the product url, i change the code $temp_params[0]=categoriesParser::getName($cPath, $languages_id, $languages_code); $temp_params[1] = self::getName($products_id, $languages_id, $languages_code) to $temp_params[0]=self::getName($products_id, $languages_id, $languages_code) in products.php, it seems that works, but i'm not sure if its an good idea? or it exists hidden dangers? what do u think?
    Last edited by pizza392; 1 May 2011 at 05:31 AM.

  4. #4784
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,517
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I need help with un-installing the SQL from the Database.

  5. #4785
    Join Date
    Apr 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Followed steps I thought. Our admin directory is changed to not be /admin - when trying to login to admin just get blank page. I don't find others with this problem. What could it be?

  6. #4786
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by monicazim View Post
    Followed steps I thought. Our admin directory is changed to not be /admin - when trying to login to admin just get blank page. I don't find others with this problem. What could it be?
    Try looking for your answer here.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #4787
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,517
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Can someone help me unstall the SQL patches, Please?

  8. #4788
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bkeaton View Post
    Can someone help me unstall the SQL patches, Please?
    Currently this process has to be done manually. Generally you just have to go through the installation steps, but backward.

    1. Revert .htaccess back to normal.
    2. Revert the changes made to html_output.php
    3. Remove new files uploaded during the installation
    4. Then in admin→tools→sql patch runs

    PHP Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title
    'Simple SEO URL';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    DROP TABLE IF EXISTS links_aliases;
    DELETE FROM module_version_tracker WHERE module_code 'yellow1912_ssu'
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #4789
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,517
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Currently this process has to be done manually. Generally you just have to go through the installation steps, but backward.

    1. Revert .htaccess back to normal.
    2. Revert the changes made to html_output.php
    3. Remove new files uploaded during the installation
    4. Then in admin→tools→sql patch runs

    PHP Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title
    'Simple SEO URL';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    DROP TABLE IF EXISTS links_aliases;
    DELETE FROM module_version_tracker WHERE module_code 'yellow1912_ssu'
    I have put in the SQL Patch and it still showing up in:

    admin-> configuration

  10. #4790
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bkeaton View Post
    I have put in the SQL Patch and it still showing up in:

    admin-> configuration
    Go to your phpMyAdmin click on search at the top, put in just Simple SEO in the search, tick all words, tick Select All and tick go. It should bring up two matches of it. Click on each and delete it that should take care of you.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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