Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,590

Results 4,781 to 4,800 of 5,058
27 Apr 2011, 1:55 PM
#4781
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Simple SEO URL (OLD version) [support thread]

bkeaton:

I am having trouble to uninstall the ultimate SEO version.

A lot of people who has installed ultimate SEO does have trouble uninstalling it. If your going to use this module you will have to.

27 Apr 2011, 4:55 PM
#4782
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Simple SEO URL (OLD version) [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.

[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
27 Apr 2011, 6:22 PM
#4783
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Simple SEO URL (OLD version) [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.......

1 May 2011, 4:28 AM
#4784
pizza392 avatar

pizza392

New Zenner

Join Date:
Mar 2011
Posts:
76
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [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?

2 May 2011, 2:54 PM
#4785
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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

3 May 2011, 2:53 AM
#4786
monicazim avatar

monicazim

New Zenner

Join Date:
Apr 2010
Posts:
2
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [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?:no:

3 May 2011, 3:39 AM
#4787
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

monicazim:

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?:no:

Try looking for your answer here.

4 May 2011, 4:08 AM
#4788
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Can someone help me unstall the SQL patches, Please?

4 May 2011, 1:18 PM
#4789
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

bkeaton:

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
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';
4 May 2011, 1:28 PM
#4790
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

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

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
4 May 2011, 2:46 PM
#4791
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

bkeaton:

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.

4 May 2011, 3:33 PM
#4792
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

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.

I have done all that and still nothing wouldn't pull up in the phpMyAdmin and it still showing in the admin -> configuration

4 May 2011, 3:42 PM
#4793
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

bkeaton:

I have done all that and still nothing wouldn't pull up in the phpMyAdmin and it still showing in the admin -> configuration
You are surely doing something very wrong. Since I don't have access to your phpMyAdmin I don't know how to help you. Sorry:blink: All should work what I have mention above.

4 May 2011, 4:42 PM
#4794
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

well I found them and deleted it 5 times and it keeps installing it back into the Database. Why is it doing that?

4 May 2011, 5:23 PM
#4795
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

bkeaton:

well I found them and deleted it 5 times and it keeps installing it back into the Database. Why is it doing that?
Have you removed....

  1. Revert the changes made to html_output.php
  2. Remove all the Simple Seo files uploaded during the installation?
4 May 2011, 5:28 PM
#4796
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Yes,, on all questions

which html_output.php are you talking about to make sure?

4 May 2011, 5:35 PM
#4797
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

bkeaton:

Yes,, on all questions

which html_output.php are you talking about to make sure?
includes/functions/html_output

If you done all that I have no clue why it is reinstalling itself back.

4 May 2011, 5:41 PM
#4798
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I have re-upload the original html_output.php and in then go into the database and delete the sql and wait for a while and see if that took care of it.

4 May 2011, 5:58 PM
#4799
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I have did everything,,,, when I try to delete it from the database it came back there was an error:

MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0075 sec )

then when I hit refresh I also go this error:

#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 0, 30' at line 2

4 May 2011, 7:37 PM
#4800
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

bkeaton:

I have did everything,,,, when I try to delete it from the database it came back there was an error:

MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0075 sec )

then when I hit refresh I also go this error:

#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 0, 30' at line 2

I have no clue whats going on since I can not actually look at it myself. Sorry again.