Download the package from the server again should fix this fatal error problem for you
http://public.rubikintegration.com/
Regards
Download the package from the server again should fix this fatal error problem for you
http://public.rubikintegration.com/
Regards
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
hello it went all ok, but now...
I had to move my directory from
hxxp://www.giocattoliamo.it/demosugar
to
hxxp://www.giocattoliamo.it
but now it doesn't go SSU, if I disable SSu all goes, if I enable it gives on product 500 internal server error
I have tried also to reset all cache from fix_cache_key
and from extra>ssu manager
How can I do?
Please![]()
If you move folder, you need to change htaccess
In your case, you have to change to RewriteBase /
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 had changed it
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
#### EOF SSU
but it doesn't go
I remebered that in some times it needs to uncomment
Options +FollowSymLinks -MultiViews
so i write
#Options +FollowSymLinks -MultiViews
and now it goes.
Can you confirm that also with this modify the mod functions well?
thank you very much, for your answers, rapid and clean.
![]()
boh now it goes also with options uncommented.....
but I see on bar below when I go over with mouse for example over a category that in that bar I see the name without rewrite.
But then If I click on product or categorie, I see at top the address rewrite
![]()
In this case, it is possible that whoever coded your template hardcoded the links and did not use zen_href_link to generate the links.
Edit: after looking at it more carefully, it's more likely that something went wrong in this case:
The manufacturer links seem to be hardcoded because the "demosugar" folder is still there in the link?
The category links and other links are not translated to seo urls, this is most likely because the change in html_output.php file is over-written for some reason. This should help you:
B. Open your current includes/functions/html_output.php
- find the function zen_href_link
- find this line:
global $request_type, $session_started, $http_domain, $https_domain; Insert these lines below that line:
//bof simple seo url
global $ssu;
if(is_object($ssu) && ($link = $ssu->ssu_link($page, $parameters, $connection, $add_session_id, $search_engine_safe, $static, $use_dir_ws_catalog))!= false) return $link;
//eof simple seo url
Last edited by yellow1912; 10 Feb 2009 at 01:53 AM.
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
you are genius!!!
it was the code that was missed.
Perfect, thank you very much also for the rapid and correct answer
![]()
Ok Yellow, I've updated to your newest version (the link attached to your signature) Now everything is updated and running. I've cleared the cache yet Google XML Sitemap is still parsing the old URL's. How can I change this so it compiles and submits the new SSU URL's?
http://guruseeds.com/sitemapproducts.xml
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
Bookmarks