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

Results 4,141 to 4,160 of 5,058
19 Jan 2010, 4:14 PM
#4141
bobthemolder avatar

bobthemolder

Zen Follower

Join Date:
Nov 2008
Posts:
164
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

windowla:

Where can i find the install instructions for this? thanks!
It's right in the "readme" file that comes with the download.

wiki.rubikintegration.com/zencart/modules/ssu/installation

20 Jan 2010, 1:22 PM
#4142
peteboy avatar

peteboy

New Zenner

Join Date:
Feb 2009
Posts:
27
Plugin Contributions:
0

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

Fatal error: Multiple access type modifiers are not allowed in \includes\classes\ssu\cores\parser.php on line 10

Have you found a fix for this problem?
I am not a php programmer so know absolutly nothing about php, but I have found that php5 dont seem to support Multiple access....
according to number 36 on the following list!
php facts

I have no idea what it means though??

ssu seemed to work fine on php4, is there a patch yet?

20 Jan 2010, 2:38 PM
#4143
peteboy avatar

peteboy

New Zenner

Join Date:
Feb 2009
Posts:
27
Plugin Contributions:
0

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

peteboy:

Fatal error: Multiple access type modifiers are not allowed in \includes\classes\ssu\cores\parser.php on line 10

Have you found a fix for this problem?
I am not a php programmer so know absolutly nothing about php, but I have found that php5 dont seem to support Multiple access....
according to number 36 on the following list!
php facts

I have no idea what it means though??

ssu seemed to work fine on php4, is there a patch yet?

JUST THOUGHT I BETTER SAY HOW TO FIX THIS PROBLEM!

DELETE THE FIRST OCCURENCE OF THE MODIFIER "protected" FROM THE LINE REFERENCED IN THE ERROR!

SIMPLE...........?

IT NOW SEEMS TO WORK (THOUGH I HAVE NOT GOT ROUND TO SETTING UP AND TESTING SSU YET)......

21 Jan 2010, 1:20 AM
#4144
seancon1 avatar

seancon1

New Zenner

Join Date:
Sep 2007
Posts:
19
Plugin Contributions:
0

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

getting this error trying to install

Warning: require_once(/INSTALL_PATH/includes/classes/ri_template.php) [function.require-once]: failed to open stream: No such file or directory in /INSTALL_PATH/admin/ssu.php on line 13

zencart 1.3.8a
SSU 3.7.5
Module Manager 1.6 (feb 1009)

:frusty:

thanks in advance

Sean

21 Jan 2010, 1:33 AM
#4145
seancon1 avatar

seancon1

New Zenner

Join Date:
Sep 2007
Posts:
19
Plugin Contributions:
0

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

seancon1:

Module Manager 1.6 (feb 1009)

should have been Module Manager 1.6 (feb 2009)

21 Jan 2010, 9:09 AM
#4146
philip937 avatar

philip937

Totally Zenned

Join Date:
Aug 2009
Location:
Bedford, England
Posts:
968
Plugin Contributions:
0

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

creamcrackers:

Hi
I just came accross a tool in Google Webmaster Tools that lets me set the site so that Google ignores certain parameters to avoid duplicate content.

To get to this tool log into Google webmaster tools, go to site configuration and then parameter handling.

So im trying to get google to igore the parameters that are still not taken out by SSU

Ive set Google to ignore

cPath
products_id
alpha_filter_id (whats that?)
language
keywords (used when people search the site i assume)
pID
id
zenid
Zenid

Does that sound OK? Have i missed anything?

Fingers crossed this might help my rankings... google says not to worry about dulicate content but many webmasters dont believe it

Thanks!

Did this ever work out for you? I have done the same,but wasn't sure to select ignore or dont ignore.. I selected Ignore as i assume its saying ignore main_page and only look at / ?

Phil


Online Fancy Dress Shop - Buy Fancy Dress

21 Jan 2010, 11:38 AM
#4147
nickp avatar

nickp

New Zenner

Join Date:
Mar 2009
Posts:
34
Plugin Contributions:
0

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

I tried to install version 2.9.6 on Zencart 1.3.8 with PHP4.
Wenn I go to extas - bOX_SSU I get the following message:

Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/www/vhosts/centrumgaia.nl/httpdocs/shop/includes/classes/ssu/languages/default.php on line 5

What goes wrong?

21 Jan 2010, 12:07 PM
#4148
nickp avatar

nickp

New Zenner

Join Date:
Mar 2009
Posts:
34
Plugin Contributions:
0

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

Solved!

In the folder with the default.php there is als a file named default.php4 and languages.php4.
Renamed both these files to default.php and languages.php (old file renamed to .old.

Do I also have to rename the file shop/includes/init_includes/init_ssu.php4?

21 Jan 2010, 2:09 PM
#4149
peteboy avatar

peteboy

New Zenner

Join Date:
Feb 2009
Posts:
27
Plugin Contributions:
0

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

Well I have now tested ssu after trying to fix the previous problem....

And it dont work?

I am not sure if its a mod_rewrite problem or a php problem????

My guess is it is problem with dereferencing pointer in the array breaking code for urls in php, maybe array splitting delimiter?..
or a configuration problem in apache.??????

I AM NOT A PHP PROGRAMMER SO THIS IS PROBABLY TOTALLY WRONG?

The symptoms are that the links look wrong (compared with earlier working versions), example as follows.....:
I have an initial category "parts" (id 67) and various products in it one example being "screws"

without ssu the link to parts category would be:
index.php?main_page=index&cPath=67

when ssu is enabled the link becomes:
cPath/67

normally the link should become:
parts-c-67

The server details are as follows:

absolutly stock version of XAMPP for Linux 1.7.3a, 2010/1/10
running on dsl.
(that is php5.3.1, apache2.2.14, mysql5.1.41)

I think this problem also occurs on on stock installation of centos5.3.....

But this problem does not occur on my hosting providers servers which run centos5.0 with php5.1.6

Anyone have any suggestions??????

22 Jan 2010, 1:46 PM
#4150
twoabove avatar

twoabove

New Zenner

Join Date:
Nov 2009
Posts:
3
Plugin Contributions:
0

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

Just loaded SSU. Clicking on Extras/Simple SEO URL Manager in Admin brings up a blank page.

Error logger shows that mydomain/admin/ssu.php is trying (on line 13) to call mydomain/includes/classes/ri_template.php. I checked, and ri_template.php doesn't exist in my implementation nor in SSU 3.7.5 download files (i.e. no ftp problem on my end).

Was this supposed to be ytemplate.php (which is in that directory)?

Zen Cart 1.38a
SSU 3.7.5

Please Help. Thanks in advance.

22 Jan 2010, 3:45 PM
#4151
peteboy avatar

peteboy

New Zenner

Join Date:
Feb 2009
Posts:
27
Plugin Contributions:
0

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

twoabove:

Just loaded SSU. Clicking on Extras/Simple SEO URL Manager in Admin brings up a blank page.

Error logger shows that mydomain/admin/ssu.php is trying (on line 13) to call mydomain/includes/classes/ri_template.php. I checked, and ri_template.php doesn't exist in my implementation nor in SSU 3.7.5 download files (i.e. no ftp problem on my end).

Was this supposed to be ytemplate.php (which is in that directory)?

Zen Cart 1.38a
SSU 3.7.5

Please Help. Thanks in advance.

I think you have a corrupted file there, as the line is totally different to my version of 3.7.5?

That said I have not been able to get 3.7.5 working so maybe I have a corrupted harddrive?????????

Or maybe the original server the source code is stored on has a corrupted hard drive???????????

I am running my test system in a vmware image and the current install is not going well, I cannot workout what is going wrong and am wondering weather to just leave things as they were (previous installation was version 3.6.2beta on centos 5.2 and worked most of the time)

22 Jan 2010, 7:20 PM
#4152
twoabove avatar

twoabove

New Zenner

Join Date:
Nov 2009
Posts:
3
Plugin Contributions:
0

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

peteboy - I don't know...what does your line say?

I also sent this message to rubikintegration and received a private e-mail this morning telling me to get Module Manager. I did install that (v16 since I couldn't get v17 working) prior to installing SSU, but neglected to mention it in my previous message.

22 Jan 2010, 10:19 PM
#4153
peteboy avatar

peteboy

New Zenner

Join Date:
Feb 2009
Posts:
27
Plugin Contributions:
0

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

twoabove:

peteboy - I don't know...what does your line say?

I also sent this message to rubikintegration and received a private e-mail this morning telling me to get Module Manager. I did install that (v16 since I couldn't get v17 working) prior to installing SSU, but neglected to mention it in my previous message.

oops, I was looking at the wrong file, your right line 13 does require ri_template.php

ri_template.php seems to be present on my installation (module manager, and easypopulate are only other modules installed in zencart).

I am not sure what version of module manager i have installed.....

I think I will go back and try reinstalling once i find what version of module manager i have.

22 Jan 2010, 10:39 PM
#4154
peteboy avatar

peteboy

New Zenner

Join Date:
Feb 2009
Posts:
27
Plugin Contributions:
0

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

peteboy:

oops, I was looking at the wrong file, your right line 13 does require ri_template.php

ri_template.php seems to be present on my installation (module manager, and easypopulate are only other modules installed in zencart).

I am not sure what version of module manager i have installed.....

I think I will go back and try reinstalling once i find what version of module manager i have.

Yes looks like i have revision16 of module manager installed and there have been quite a few errors many of which i have not logged so can't list them here.

I think i will definitely have to start on a fresh install (though i get the feeling the problem may be due to php incompatabiltys??).....................

Will let you know what happens next week..

p.s. if you could not find module manager rev17 it should be on google code:

code.google.com/p/zencart-module-manager/downloads/list

23 Jan 2010, 12:48 AM
#4155
peteboy avatar

peteboy

New Zenner

Join Date:
Feb 2009
Posts:
27
Plugin Contributions:
0

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

I dont think my problem is anything to do with incorrect installation, I think its php incompatabiltys or a problem with the php5 patch for zencart.

I have just erased all database entries and done a complete fresh install.
steps taken:
1)unzip zencart 1.3.8a as dowloaded, and rename directory zencart in htdocs,
2) change directory to zencart doc root
3)unzip zc138a-php53patch.zip
4)create new sql user and database
5)install zencart using firefox(bon echo) browser in the zc_install directory
6)unzip module_manager.zip in zencart directory
7) browse admin/module_manager.php to install module manager (patches shown successful)
8)unzip ssu 3.7.5.zip in zencart directory
9)edit includes/classes/ssu/cores/parser.php line 17 (remove one occurence of protected)
10)browse /admin/ssu.php and configure ssu

browse the shop and find that the paths are not working correctly as i stated in my previous post.....

step 9 is required as the version of php i am using throws a fatal error when multiple access type modifiers are used???????

the php5.3 patch makes some changes to prevent errors that seem to crash the system on the following files:

admin/includes/application_top.php <line 22> (set_magic_quotes_runtime() deprecated)
includes/classes/db/mysql/query_factory.php <line 177> (ereg() deprecated)
includes/classes/db/mysql/query_factory.php <line 412> (ereg() deprecated)
admin/includes/functions/general.php <line 3001> (cannot redeclare date_diff()) Fatale error

I think this maybe bleeding edge problem as it is running on the latest linux xampp 1.7.3a build on a fresh dsl-4.4.10 linux harddisk install running in a vmware image.

Installing an older version of ssu on the same environment works better than the 3.7.5 version but still has similar problems.

I am guessing its a problem with php array indexing or splitting the url strings into arrays, off by one?

If anyone wants a copy of the vmware image to test themselves let me know and i can make it available (100Mb download)

I think I am going to leave this now, unless anyone has some simple suggestion (I have never programmed in php so im not going to dig any deeper)

23 Jan 2010, 1:54 AM
#4156
nisdats avatar

nisdats

New Zenner

Join Date:
Apr 2009
Location:
Houston
Posts:
41
Plugin Contributions:
0

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

Hello, I am running a heavily modified 1.3.8 with the SSU URL mod. My backup took over 7 hours to finish through a fast DSL connection. The problem is the SSU mod dumps an enourmous number of empty folders (hundred thousand of them!) in my CACHE folder. I do have lots and lots of categories b/c my shop is auto parts so I have separate categories for all makes models years..

The empty folders have names like 1-through-9 and then each one has 1-9 inside it and then AGAIN 1-9 inside THOSE and then even deeper, they all have wierd names like "dsf3D97if" or "ab45" inside them!!! Thousands and thousands and thousands of empty folders. This is AFTER I cleared the SSU cache in Admin.

The folder where this mess is public_html\cache\ssu\pc\ and this part took 6.9 hours and the rest of the backup was done in less than 10 minutes!!

Please Help if you know anything about this. I am attaching a picture of the backup folders... Thank You in advance for ANY HELP about this. SSU is a great mod and I would like to keep it but can't afford 7 hours to do a backup..

Respectfully,

Igor

23 Jan 2010, 12:52 PM
#4157
peteboy avatar

peteboy

New Zenner

Join Date:
Feb 2009
Posts:
27
Plugin Contributions:
0

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

nisdats:

The folder where this mess is public_html\cache\ssu\pc\ and this part took 6.9 hours and the rest of the backup was done in less than 10 minutes!!

Please Help if you know anything about this. I am attaching a picture of the backup folders... Thank You in advance for ANY HELP about this. SSU is a great mod and I would like to keep it but can't afford 7 hours to do a backup..

Respectfully,

Igor

Simple answer.......................
DO NOT BACKUP THE cache/ssu DIRECTORY!

it is only a cache directory there to speed up site access?
all the data is probuced from your sql database.

OF COURSE THIS IS ONLY MY OPINION, I DONT REALLY KNOW ANYTHING ABOUT THE INTERNAL WORKINGS OF SSU SO YOU SHOULD DO YOUR OWN RESEARCH BEFORE MAKING A DECISION.

23 Jan 2010, 5:53 PM
#4158
philip937 avatar

philip937

Totally Zenned

Join Date:
Aug 2009
Location:
Bedford, England
Posts:
968
Plugin Contributions:
0

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

Hi,

Does anyone know if it is possible to set a filtered url to an alias? I am trying it and it doesn't seem to be working. Not sure if i'm missing something? or if it is just not supported..

For example I would like to set something like:

/tv-film-music-fancy-dress?sort=20a&filter_id=42/
to
/bananaman/

this doesnt work, I then thought to my self as I have auto alias on that I should perhaps use the filter from the auto generated one so something like this:

auto alias url - /tv-film-amp-music-c-8/
set alias - /tv-film-music-fancy-dress/

so i also tried:

/tv-film-amp-music-c-8?sort=20a&filter_id=42/

this also didn't work.

any suggestions?

Cheers,
Phil:lookaroun


Buy Fancy Dress

24 Jan 2010, 2:23 AM
#4159
peteboy avatar

peteboy

New Zenner

Join Date:
Feb 2009
Posts:
27
Plugin Contributions:
0

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

peteboy:

I think I am going to leave this now, unless anyone has some simple suggestion (I have never programmed in php so im not going to dig any deeper)

I have given up on trying to get ssu working with the latest xamp distribution and reverted to the xamp1.7.1 distribution.........

everything works fine on the 1.7.1 xamp as it uses PHP 5.2.9....

SO FOR EVERYONES REFERENCE: SSU DOES NOT WORK WITH PHP5.3 AND ABOVE!!!!!!!!!!!!!

WILL THERE BE A PATCH?

24 Jan 2010, 2:37 AM
#4160
molywerks avatar

molywerks

Zen Follower

Join Date:
Aug 2006
Posts:
136
Plugin Contributions:
0

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

peteboy:

WILL THERE BE A PATCH?
Read developer's note here.