Please use this file , I remove from it custom words ( that used only instead alias, he need write own for his category names if dmagic want or use alias in future) .This file convert hebrew into translit![]()
Please use this file , I remove from it custom words ( that used only instead alias, he need write own for his category names if dmagic want or use alias in future) .This file convert hebrew into translit![]()
I just tried installing this mod on a test cart for 1.3.8a and this is the url I am getting: http://grtcustom5.com/store/cSSU_ID_..._ID_DELIMITER3
I can't find anywhere what might be causing this. Help!
Oh also - in my admin, when I go to Extras > Simple SEO URL Manager, I get a blank page...
Thanks!
Last edited by jford; 6 Nov 2008 at 08:09 PM.
I am on PHP5. And I'm assuming SSU stands for Simple SEO URL so I am using the newest one in the Free Add Ons page - Beta 2.9.6
If you are on php5, you should be fine. You can use the script in this article to get the debug log and see why you get the blank page error
https://www.zen-cart.com/tutorials/index.php?article=82
As for the weird chars in the link, all you have to do after fixing the above error is to clear ssu cache at extras->ssu manager
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
thanks - i ran the debug and i came back with this error:
[06-Nov-2008 11:38:44] PHP Warning: require_once(includes/classes/module_installer.php) [<a href='function.require-once'>function.require-once</a>]:led to open stream: No such file or directory in /usr/local/www/vhosts/grtcustom5.com/httpdocs/store/admin/ssu.php on line 10
[06-Nov-2008 11:38:44] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/local/psa/psa-horde/pear/') in /usr/local/www/vhosts/grtcustom5.com/httpdocs/store/admin/ssu.php on line 10
I'm sorry - I'm not really sure what it all means....
No problem at all, just install this and you will be up and running:
http://code.google.com/p/zencart-mod...downloads/list
And here is a detailed installation note for SSU:
http://wiki.rubikintegration.com/zen...u/installation
In the mean time, Im writing an installer for ssu to make this whole process easier for you all.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Here is the he.php that should work for your version. However, I tested it on your site and it doesnt seem to replace the hebrew letters by english letters. You will have to ask xordox to look at your site and see if some letter is missing from the translit table.
Im not familiar with hebrew, so I really dont know which letter is which.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I'm almost done with the migration from the dreaded miva to zencart shopping cart. I need to 301 redirect from the miva seo url http://www.mydomain.com/page/XY/CTGY/MyCategory to SSU http://www.mydomain.com/MyNewCategory. I triedand many other versions of the RewriteRule with my limited knowledge of regex, without success.Code:. . . RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] #### EOF SSU RewriteRule ^/page/XY/CTGY/MyCategory/$ /MyNewCategory [R=301,L]
Since the original and new url do not pattern match well, I may need to create an rule for every category and product.
What am I missing in my rule or regex? Thanks.