Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
countrycharm
Try this
PHP Code:
GET /the_exact_path_to_your/html/cron/ssu.php
or
PHP Code:
GET http://yoursite.com/cron/ssu.php
Hooray! I found the issue and other newbies such as myself may want to know.
My file permissions in the sss.php file had to change from 777 to 644. After that, I just ran the command :
PHP Code:
wget http://www.yoursite.com/cron/ssu.php
For some reason, the regular GET command would not work.
Thank you country, yellow, and Chuck from PGR Creations. You all rock! :clap:
Re: Simple SEO URL [support thread]
Hi all i cannot clear my cache . Has anyone else got the same problem ????
When i try and clear any of the caches i get a massive list of this
Warning Could not open dir /var/www/vhosts/fishingtackleoxford.co.uk/httpdocs/cache/ssu//aliases/9/b/9
Can anyone help
Re: Simple SEO URL [support thread]
Is there somewhere I can use the zen cart function:
PHP Code:
zen_get_products_manufacturers_name()
to display the manufacturers name immediately before the products name in the url/link?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
redwax
Is there somewhere I can use the zen cart function:
PHP Code:
zen_get_products_manufacturers_name()
to display the manufacturers name immediately before the products name in the url/link?
I did manage to edit the parseParam() function in /clases/ssu/plugins/parsers/products.php to include:
PHP Code:
$man = strtolower(zen_get_products_manufacturers_name($products_id));
$man = str_replace(" ", "-", $man);
$temp_params[1] = $man.'-'.self::getName($products_id, $languages_id, $languages_code);
but the auto alias function doesn't work properly then.
ANy thoughts?
Re: Simple SEO URL [support thread]
Does anyone know if Yellow1912(Raine) is still supporting this module? I've traced a problem that has just popped up with our website to the Simple SEO Module and was hoping to get some advice on it.
I see that the latest version is 3.5.8, and the version we have installed is Beta 3.6.1.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Globie
Does anyone know if Yellow1912(Raine) is still supporting this module? I've traced a problem that has just popped up with our website to the Simple SEO Module and was hoping to get some advice on it.
I see that the latest version is 3.5.8, and the version we have installed is Beta 3.6.1.
Read below
Quote:
Originally Posted by
yellow1912
Dear SP and other ZC members,
This module is kind of my personal contribution to the great ZC community. Due to my personal work life (I have recently moved to Japan and will stay here for a about 6 months), it has been really busy for me so I don't have much time to visit the Zencart forum anymore. In the mean time I won't be able to provide on-time support with non-bug problems here on the forum. (this goes for all the modules I have here).
If there is a serious bug with the module, please feel free to go to our website at rubikintegration.com and shoot me an email.
I will be back here as soon as I can.
Regards
Raine
Re: Simple SEO URL [support thread]
HEy All,
I finally got a round to installing this module and i think i have done it correctly.
Just looking through whos online in the Admin area im noticing address paths like these:
/bmz_cache/zenra-videos-japan-free.html
And
/bmz_cache/little-caprice-download-pictures.html
I had a look in the bmz cache folder but these files dont exist?
What could this mean?
Re: Simple SEO URL [support thread]
Help me out i tried to install simple seo url's and it didnt work, so i removed all the files and now its still giving errors when signing into admint its going to customer login
lemy.co.uk/admin
http://lemy.co.uk/index.php?main_page=login
Re: Simple SEO URL [support thread]
Were you able to fix this? :unsure:
If I go to your /admin I appear to stay there but I am not actually trying to login just clicking around what is available on the login screen ...