Zen Cart Logo
Forums / All Other Contributions/Addons / Ultimate SEO v3 (and v2.200) [Support Thread]

Ultimate SEO v3 (and v2.200) [Support Thread]

Views: 427,449

Results 1,281 to 1,300 of 1,706
18 Feb 2019, 5:46 PM
#1281
kenaniah avatar

kenaniah

Zen Follower

Join Date:
Jun 2005
Posts:
111
Plugin Contributions:
0

Ultimate SEO v3 (and v2.200) [Support Thread]

Ok, I get the same error as before but I loaded all the files and can confirm that the file /includes/classes/usu.php is now there.

18 Feb 2019, 5:48 PM
#1282
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

kenaniah:

Sorry, I had removed the files and uninstalled.... I will put it back in and see if I get errors to the log
Did you uninstall using USU's uninstaller: Extras->Uninstall Ultimate URLs?

18 Feb 2019, 5:57 PM
#1283
kenaniah avatar

kenaniah

Zen Follower

Join Date:
Jun 2005
Posts:
111
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

I am sorry. I DID NOT delete the USU but I had deleted the master password because I thought that was what was causing me the issues yesterday. I did not read the portion from your readme about using the admin to remove it and that is what I did to remove the master password module. So, I did have everything installed but did not look to confirm that before. I had moved on to another directory to determine what was working as I loaded each module.

18 Feb 2019, 5:58 PM
#1284
kenaniah avatar

kenaniah

Zen Follower

Join Date:
Jun 2005
Posts:
111
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

I removed using the extras remove and now everything is working.

18 Feb 2019, 6:01 PM
#1285
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Thanks for reporting back, although I'm still puzzled as to how your USU installation got so mangled. The observer processing isn't activated unless USU's enabled via its configuration.

18 Feb 2019, 6:03 PM
#1286
kenaniah avatar

kenaniah

Zen Follower

Join Date:
Jun 2005
Posts:
111
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

So, i moved the files back over and now I can see the login... page. I am going to change my variables and see if it stops working.

18 Feb 2019, 6:08 PM
#1287
kenaniah avatar

kenaniah

Zen Follower

Join Date:
Jun 2005
Posts:
111
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Ok, the problem happens when I set Enable Automatic Redirects to TRUE.... this is what I currently have set on my production site. So this is where the problem is happening.

18 Feb 2019, 9:33 PM
#1288
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

kenaniah:

Ok, the problem happens when I set Enable Automatic Redirects to TRUE.... this is what I currently have set on my production site. So this is where the problem is happening.
I will take a look in the morning. Since I'm kind of new to the USU game, what functionality is supposed to be performed when that feature is enabled?

18 Feb 2019, 11:17 PM
#1289
kenaniah avatar

kenaniah

Zen Follower

Join Date:
Jun 2005
Posts:
111
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

It says this "This will activate the automatic redirect code and send 301 headers for old to new URLs."

19 Feb 2019, 4:39 PM
#1291
echexxxxxxxx10 avatar

echexxxxxxxx10

New Zenner

Join Date:
Feb 2010
Posts:
58
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

hi, I have this plugin on my zencart,
I went from woocommerce to zencart and now I have to keep the google index ...

I have prepared a list of all the redirects like this:

Redirect 301 /shop/name-product/ https://www.domain.com/index.php?main_page=product_info&products_id=488 

and I put them in the area of the file .htaccess Add any custom 301 Redirects, but the redirect does not work, I see error 406

can anyone help me? thank you

19 Feb 2019, 5:19 PM
#1292
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

I believe that you should be using **RewriteRule **directives instead of Redirect. The .htaccess provided by USU uses mod_rewrite, so the combination of the two directive types can result in unexpected results.

19 Feb 2019, 5:33 PM
#1293
echexxxxxxxx10 avatar

echexxxxxxxx10

New Zenner

Join Date:
Feb 2010
Posts:
58
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

thanks for the reply, can you give me an example of how to write the directive RewriteRule so I can take a test?

19 Feb 2019, 6:51 PM
#1294
echexxxxxxxx10 avatar

echexxxxxxxx10

New Zenner

Join Date:
Feb 2010
Posts:
58
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

I tried it but it does not work

RewriteRule ^/shop/nameproduct/ https://www.domain.com/index.php?main_page=product_info&cpath=28_1&products_id=185 [L,R=301,NE]

:(

19 Feb 2019, 6:53 PM
#1295
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Since this isn't specifically an issue with USU, I suggest that you post your question in, perhaps, the General questions so you'll get a wider audience.

19 Feb 2019, 6:55 PM
#1296
echexxxxxxxx10 avatar

echexxxxxxxx10

New Zenner

Join Date:
Feb 2010
Posts:
58
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

lat9:

Since this isn't specifically an issue with USU, I suggest that you post your question in, perhaps, the General questions so you'll get a wider audience.

ok, sorry :(

21 Feb 2019, 1:05 AM
#1297
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Ok, I uninstalled the beta 2. Moved the files over from beta 3 (this seemed much complicated than the beta 2 install instructions) and it is not autoinstalling as it did before?

21 Feb 2019, 1:24 AM
#1298
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

I reloaded the install folder and now I cannot get into the Admin.

This page isn’t working

xxx is currently unable to handle this request.
HTTP ERROR 500

21 Feb 2019, 1:56 AM
#1299
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

I cannot find a plugin manager in the plugins? I am loading a fresh directory and trying again.

21 Feb 2019, 2:24 AM
#1300
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Okay, it is working fine with the barebones database and working with the fix.... but when I convert my production database over and use it when trying to install I then lose access to my admin. :(