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,751

Results 1,061 to 1,080 of 5,058
30 Oct 2008, 4:32 AM
#1061
toussi avatar

toussi

New Zenner

Join Date:
Aug 2008
Posts:
45
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

HI i'm trying to do the installation but keep getting

Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/carvideo/wheelsmustang/admin/ssu.php on line 10

Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carvideo/wheelsmustang/admin/ssu.php on line 10

My HT access is fine, what am i missing here? I dragged and dropped the files in their correct folders...

30 Oct 2008, 4:40 AM
#1062
bohan36 avatar

bohan36

New Zenner

Join Date:
Oct 2008
Posts:
12
Plugin Contributions:
0

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

yellow1912:

Just create a subfolder called test, then install a new zencart on it, then we can test and see if it works, if it does, then we will go back and clean up the original one.

That will save your time ^_^

Thanks for the offer Yellow but I wasn't too far in. I copied what I needed in the database then wiped everything clean and started fresh. Amazingly it only took 3 hours to get the important things set back up. I installed SSU and it worked great this time! The only minor issue I ran into was for a while I was getting "page could not be found" but you warned me about the delay after modifying the .htaccess file so I gave it an hour and it worked beautifully!

I know I've said it a few times, but thanks so much for all your help with this problem. You really went out of your way to get me up and running. I'll be sure to return the favor if I see someone else in need once I learn Zen Cart.

Tom

30 Oct 2008, 9:12 AM
#1063
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

toussi:

HI i'm trying to do the installation but keep getting

Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/carvideo/wheelsmustang/admin/ssu.php on line 10

Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carvideo/wheelsmustang/admin/ssu.php on line 10

My HT access is fine, what am i missing here? I dragged and dropped the files in their correct folders...
Please read the installation note, this module requires more than just a "dump in"

30 Oct 2008, 1:12 PM
#1064
bohan36 avatar

bohan36

New Zenner

Join Date:
Oct 2008
Posts:
12
Plugin Contributions:
0

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

bohan36:

I installed SSU and it worked great this time! The only minor issue I ran into was for a while I was getting "page could not be found" but you warned me about the delay after modifying the .htaccess file so I gave it an hour and it worked beautifully!

It looks like I spoke a little too soon. I hadn't checked at the time, but after my changes to the .htaccess file applied I'm unable to access the Admin portal. It gives me an error "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

I had been working through another problem with the Admin portal and the person who was assisting me suggested it could be caused by my .htaccess file. After he looked over them he suggested the following line was giving me an issue.

RewriteRule ^(.+) index.php?/$1 [E=VAR1:$1,QSA,L] 

Is there any way you could take a look and see if this is my cause? Here are my .htaccess files:

/html/.htaccess

#### BOF SSU
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 [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]

RewriteRule ^(.+) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU

/html/admin/.htaccess

# $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# <Directory "/usr/local/apache/htdocs">
#   AllowOverride Options
# </Directory>
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)

# The following makes adjustments to the SSL protocol for Internet
# Explorer browsers

<IfModule mod_setenvif.c>
  <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*" \
             nokeepalive ssl-unclean-shutdown \
             downgrade-1.0 force-response-1.0
  </IfDefine>
</IfModule>

# Fix certain PHP values

#<IfModule mod_php4.c>
#  php_value session.use_trans_sid 0
#  php_value register_globals 1
#</IfModule>

# to turn off register_globals
# php_value register_globals 0
30 Oct 2008, 2:33 PM
#1065
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

As reported by several users experiencing this problem, in your admin/.htaccess you can add this line:
RewriteEngine Off

30 Oct 2008, 8:57 PM
#1066
xordox avatar

xordox

Zen Follower

Join Date:
Sep 2008
Location:
Tel-Aviv-New York
Posts:
143
Plugin Contributions:
0

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

Hi Yellow,
When I clear the cash of browser and open site, always 1-2 url(any url on site) have ?zenid extension.
example:
en/dresses-c-3/lilac-smocked-paste-dress-p-323?zenid=6e74cca8e64645a4181b82a184f5a143
after I go 2 pages its disappear
prevent session is on.
It is possible to fix? or its normal.
Thanks:smile:

30 Oct 2008, 9:21 PM
#1067
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

Session IDs have to appear all the time when you first visit the site, it is the way it should be

30 Oct 2008, 10:45 PM
#1068
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

3.2.8 is released for testing, this version brings more improvement to link-alias, know once you "disable" an alias the link will be redirected back to its original. Please note you have to disable, not delete it.

More improvement on alias will come on the next versions.

31 Oct 2008, 6:13 AM
#1069
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

Version 3.2.9 is now available for testing.
3.2.9 added a new file called ssu_check.php which will make the installation and debug process easier for you. It will scan all your config for possible problems, and suggest changes.

31 Oct 2008, 6:23 AM
#1070
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

BTW, may I dare ask: who else beside xordox is testing beta 3+?

Just curious :P, once this version becomes the official version, then I will stop providing bug fixes etc for 2.9.6, so I was hoping for more testers and more bug reports so we can avoid having problems on live stores.

PS: Would really love to test this on GoDaddy server, someone has a Godaddy host and feel like you can lend me a hand?

31 Oct 2008, 6:45 AM
#1071
xordox avatar

xordox

Zen Follower

Join Date:
Sep 2008
Location:
Tel-Aviv-New York
Posts:
143
Plugin Contributions:
0

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

:smile:
Yellow, please tell me if I make correct alias (alias is on)

Links
/he/avizarim-c-5/
/en/accessories-c-5/

Aliases
/en/1211wert/
/tut1/

3.2.9. But nothing happening (after clear cache and update alias)

31 Oct 2008, 6:47 AM
#1072
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

xordox:

:smile:
Yellow, please tell me if I make correct alias (alias is on)

Links
/he/avizarim-c-5/
/en/accessories-c-5/

Aliases
/en/1211wert/
/tut1/

3.2.9. But nothing happening (after clear cache and update alias)
No, alias should not contain language part inside

you should have
/vizarim-c-5/ --> /tut1/
for example

31 Oct 2008, 6:52 AM
#1073
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

I added 2 test aliases for you,
promotion and jeans-pans, try it.

31 Oct 2008, 7:00 AM
#1074
xordox avatar

xordox

Zen Follower

Join Date:
Sep 2008
Location:
Tel-Aviv-New York
Posts:
143
Plugin Contributions:
0

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

WOW, Great :clap: :yes:
But for links like /ru/.. /he/.. it doest work?
Sorry, Now its work,
need put url without /ru/ or /he/ (language extension)

31 Oct 2008, 7:03 AM
#1075
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

xordox:

WOW, Great :clap: :yes:
But for links like /ru/.. /he/.. it doest work?
It does, check your http://site/he/hazayout2222

31 Oct 2008, 7:07 AM
#1076
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

Ahh, get what you mean now. The language prefix is not counted as part of the parameters (query string), so it can not be included in the alias-link

31 Oct 2008, 7:12 AM
#1077
xordox avatar

xordox

Zen Follower

Join Date:
Sep 2008
Location:
Tel-Aviv-New York
Posts:
143
Plugin Contributions:
0

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

Please check, now we have 7 alias, when I try to add new I got message:
No new record added!
and also, when I submit on update new alias, I can see changes only after I clear the cashe, and submit this alias again

31 Oct 2008, 7:14 AM
#1078
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

xordox:

Please check, now we have 7 alias, when I try to add new I got message:
No new record added!
and also, when I submit on update new alias, I can see changes only after I clear the cashe, and submit this alias again
You have a default_alias, you have to edit that first before adding new one.

31 Oct 2008, 7:20 AM
#1079
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

and also, when I submit on update new alias, I can see changes only after I clear the cache

--> Cache may need to be cleared everytime you make changes to alias, this is a normal behavior as of this version (if you get the 3.3.0 now, it will allow you to clear alias cache only)

This may be improved in future version, or maybe not. I will need to think of a way around it first.

31 Oct 2008, 7:24 AM
#1080
xordox avatar

xordox

Zen Follower

Join Date:
Sep 2008
Location:
Tel-Aviv-New York
Posts:
143
Plugin Contributions:
0

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

Ok, If click twise on update, no need to clear cashe.
Also I dont know if its a bug,
when I have url like:
/tops-c-8/
and in alias I put not english letters, like /топы22/
I got 404 page not found