

svobodicz
Members-
Content count
16 -
Joined
-
Last visited
Profile Information
-
Real Name
Martin
-
ULTIMATE Seo Urls 5 - by FWR Media
svobodicz replied to FWR Media's topic in General Add-Ons Support
You were right. I focused on advice given by technical support of the hosting. There was new .htaccesss in the image directory, there was no any before. I want to know how it could be uploaded in there. Thank you very much for patient assistance :-) -
ULTIMATE Seo Urls 5 - by FWR Media
svobodicz replied to FWR Media's topic in General Add-Ons Support
Czech characters were quite tricky due to coding of the conversion file. But how should I set the Rewritebase variable if it is running on address http://eshop.drinker.cz URLs are re-written and working correctly but no images displayed :-( I tried to set it even like this: /home/www/drinker.cz/subdomeny/eshop/ (according to server info) but still have no idea -
ULTIMATE Seo Urls 5 - by FWR Media
svobodicz replied to FWR Media's topic in General Add-Ons Support
Thank you for quick response. The contribution itself was installed correctly, but there was other piece of code that caused the problem. I wasn't able to identify the file. I have to deal with special czech characters (conversion pack doesn't work in this moment) and finaly with the correct path in the .htaccess file, as my path is not shown in the Rewritebase variable. -
-
ULTIMATE Seo Urls 5 - by FWR Media
svobodicz replied to FWR Media's topic in General Add-Ons Support
I've just finished the upgrade, but it doesn't work at all. When I try run my eshop start page, there is error message: Fatal error: Class 'Usu_Main' not found in /home/www/drinker.cz/subdomeny/eshop/includes/application_top.php on line 314 in the application_top file it is like this (line 314 starts with Usu_Main...): /** * ULTIMATE Seo Urls 5 PRO by FWR Media */ Usu_Main::i()->setVar( 'languages_id', $languages_id ) ->setVar( 'request_type', $request_type ) ->setVar( 'session_started', $session_started ) ->setVar( 'sid', $SID ) ->setVar( 'language', $language ) ->setVar( 'filename', $PHP_SELF ) ->initiate( ( isset( $lng ) && ( $lng instanceof language ) ) ? $lng : array(), $languages_id, $language ); // include the language translations require(DIR_WS_LANGUAGES . $language . '.php'); -
ULTIMATE Seo Urls 5 - by FWR Media
svobodicz replied to FWR Media's topic in General Add-Ons Support
Ohh yeah, sorry for mistake, it was downloaded from here http://addons.oscommerce.com/info/2823 I didn't notice the difference. Is it possible to upgrade it or shall I replace it somehow? -
ULTIMATE Seo Urls 5 - by FWR Media
svobodicz replied to FWR Media's topic in General Add-Ons Support
Hi, I've been running eshop for nearly one year and about a week ago all it happened that all the images are displayed anymore. I asked for the assistence webhosting company. I was told to check my htaccess file. All my rewrite rules write fine, but there might be an error in RewriteBase variable. Shop is running under this address: http://eshop.drinker.cz This case is not in the RewriteBase instructions May I ask for any suggestion, please. My htaccess goes like this: # Ultimate SEO URLs BEGIN Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} ^options\=(.*)$ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2%1 RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} # BOF: "Extra pages-info box w/ admin" support added by faaliyet RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} # EOF: "Extra pages-info box w/ admin" support added by faaliyet RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} # Added polls and newsdesk #RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} # BOF: Faqdesk support added by faaliyet RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} # EOF: Faqdesk support added by faaliyet # Ultimate SEO URLs END -
Hi, I would like to ask you for help with error message I get in articles manager's administration, item Topics/articles . Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 71 bytes) in /home/www/drinker.cz/subdomeny/eshop/admin/includes/functions/articles.php on line 51 I suppose there is something wrong with the database request, but I don't know how to repair it :( All other items in administration menu work correctly at this moment. Thank you. Martin
-
Hi, is it possible to switch off the FCKeditor for some field? I have trouble after I installed Header Tags SEO. I would need to have the form for keywords without wysiwyg editor because it adds html tags (<p>) and my therefore my breadcrumb trail is broken. Martin
-
ULTIMATE Seo Urls 5 - by FWR Media
svobodicz replied to FWR Media's topic in General Add-Ons Support
Hello, I don't know, why the admin setting didn't work. No characters were replaced. That's all I can say Here goes specification for the function replacing all czech characters in file czech.php: $char_convert = array('ě' => 'e', 'š' => 's', 'č' => 'č', 'ř' => 'r','ž' => 'z', 'á' => 'a', 'í' => 'i', 'é' => 'e', 'ú' => 'u', 'ů' => 'u', 'ť' => 't','Ě' => 'e','Š' => 's','Č' => 'c', 'Ř' => 'r','Ž' => 'z','Ý' => 'y','Á' => 'a','Í' => 'i','É' => 'e', 'Ú' => 'u','Ů' => 'u','Ť' => 't','ň' => 'n','Ň' => 'n'); It works. Thank you. -
ULTIMATE Seo Urls 5 - by FWR Media
svobodicz replied to FWR Media's topic in General Add-Ons Support
Thank you for quick reply. I know about configuration in admin section. It does not work. However, I must apologize, I didn't notice the file with instruction for conversion. oops :angry: I ho Martin -
ULTIMATE Seo Urls 5 - by FWR Media
svobodicz replied to FWR Media's topic in General Add-Ons Support
First of all, thank you for this contribution. It is the tirst one, that works :) I have one trouble with special characters as we use them in Czech alphabet (éíáýžřčšě -> it appears like this: Å¡ÄÅžýáÃéÄÅ¡ÃÃÃÃŽÅÄÅ Ä-p-28) :angry: . I would need to remove them from the url. I mean replace them with "normal" letters. Can anyone give me way, how to deal with it? Thanx in advance.