

Predator123
Members-
Content count
17 -
Joined
-
Last visited
Profile Information
-
Real Name
Mark
-
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
I can add this info : It happened after some days of cache enabled. I have about 9000 products in store and "file" system cache enabled. It seems like "saturated" error. Hope this helps -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Hi there, hi Robert. I get this error when i switch cache to true : Catchable fatal error: Argument 1 passed to Data_Registry::load() must be an array, boolean given, called in /web/htdocs/www.***.*/home/***/includes/modules/ultimate_seo_urls5/main/usu5.php on line 276 and defined in /web/htdocs/www.***.*/home/***/includes/modules/ultimate_seo_urls5/main/registry.php on line 133 It seems that that error appear only when i try a search like : .../advanced_search_result.php?keywords=dolce e gabbana OR time&search_in_description=1&language=it And i want to ask you if is possible to use cache default OsCommerce system instead of USU5 cache. Or USU5 cache replace it ? Can you help me ? Thanks -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Ok ok but if i totally disable the cache?! What do you think? Is it good? -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Unfortunately Today i open my store and saw blank page with this error : Warning: SQLiteDatabase::query() [sqlitedatabase.query]: no such table: usu_cache in /web/htdocs/www.***.**/home/shop/includes/modules/ultimate_seo_urls5/main/usu5.php on line 301 Fatal error: Call to a member function fetch() on a non-object in /web/htdocs/www.***.**/home/shop/includes/modules/ultimate_seo_urls5/main/usu5.php on line 302 After two day with USU5 PRO i already got that error. So i have big problem with my customer... 0 sell , 0 visitators, 0 orders I have immediately reset cache, choose "file" as cache system and now my store works but i fear that in 1-2 day will have the same problem. So please help me to use "mysql" cache system, it is the better system for me or give me a solution. If i choose "mysql" as cache system, my store works correctly... i saw all products but on footer of any pages i get this "warning" that not is an error.. so i think that it is a small fix to do : Warning: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in /web/htdocs/www.***.**/home/shop/includes/functions/database.php on line 132 Warning: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in /web/htdocs/www.***.**/home/shop/includes/functions/database.php on line 132 Warning: mysql_query(): 7 is not a valid MySQL-Link resource in /web/htdocs/www.***.**/home/shop/includes/functions/database.php on line 44 - INSERT INTO `usu_cache` (cache_name, cache_data, cache_date) VALUES ('', '', '2011-02-03 03:42:34') [TEP STOP] If you want I can paste my "database.php" code file. Thanks in advance. -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Thanks for your fast reply. Now i have the last question for you : Do you can suggest me a dynamic sitemap generator that works fine with USU5 PRO ? I have a sitemap that didn't generate a corret SEO link. Example : "http://**.**.**/shop/product_info.php?products_id=2145" instead of SEO link "http://**.**.**/shop/name-of-product-p2145.html" How i can fix that? -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Hello FWR MEDIA, as you suggest me, i have update my USU5 in USU5 PRO. It seems works fine but i have some questions for you : 1. what is the differences between "rewrite" and "path_rewrite" mode? 2. by default USU5 PRO uses "sqlite" as cache system. It is the better system? Sometimes when i browse my store, i get this "WARNING" : Warning: SQLiteDatabase::query() [sqlitedatabase.query]: column cache_name is not unique in /web/htdocs/www.***.**/home/shop/includes/modules/ultimate_seo_urls5/cache_system/sqlite.php on line 101 How i can fix that? 3. If i choose "mysql" as cache system, i will get ever the same error that i get with normal USU5 : Warning: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in /web/htdocs/www.***.**/home/shop/includes/functions/database.php on line 132 Warning: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in /web/htdocs/www.***.**/home/shop/includes/functions/database.php on line 132 Warning: mysql_query(): 7 is not a valid MySQL-Link resource in /web/htdocs/www.***.**/home/shop/includes/functions/database.php on line 44 - INSERT INTO `usu_cache` (cache_name, cache_data, cache_date) VALUES ('', '', '2011-02-03 03:42:34') [TEP STOP] How i can fix that? 4. i saw that many user had the problem to modify in "catalog/index.php" file. I too... I have "tep_draw_form('filter', FILENAME_DEFAULT, 'get')" between tag comments // optional Product List Filter /* */ in yellow words. So i think that if i modify the code it actually didn't do any effect. I have 4 "FILENAME_DEFAULT" pieces of code in index.php. eg. require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT); Do i have to modify "FILENAME_DEFAULT" with "tep_href_link( FILENAME_DEFAULT )" in all 4 parts? Thanks, you are the best. -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Edit : This is my file "database.php" arount line 132 : function tep_db_input($string, $link = 'db_link') { global $$link; if (function_exists('mysql_real_escape_string')) { return mysql_real_escape_string($string, $$link); } elseif (function_exists('mysql_escape_string')) { return mysql_escape_string($string); } This is my file "database.php" in line 44 : $result = mysql_query($query, $$link) or tep_db_error($query, mysql_errno(), mysql_error()); I hope this help. Please help me... i'm in trouble :( -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Dear FWR Media, after about 2 months that you sent me hte files for huge shops, i have again the same problem. Today my webstore is stopped again. I would like to try another caching system of USU5 that i think resolve many problems : Selected caching system : "Database" instead of "Filesystem". The problem is that when i select "Database" in bottom of any page of my store i get this error : Warning: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in /web/htdocs/www.***.**/home/shop/includes/functions/database.php on line 132 Warning: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in /web/htdocs/www.***.**/home/shop/includes/functions/database.php on line 132 Warning: mysql_query(): 7 is not a valid MySQL-Link resource in /web/htdocs/www.***.**/home/shop/includes/functions/database.php on line 44 - UPDATE `usu_cache` SET cache_data = '', cache_date = '2011-01-29 12:49:50' WHERE cache_name = '' [TEP STOP] Can you help me? I am having serious problems with the sales on my website for this problem ... Please reply as soon as possible. THANKS IN ADVANCE FROM ITALY. YOU ARE AWESOME. -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Also include this error : Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /web/htdocs/www.***.***/home/***/includes/modules/ultimate_seo_urls5/modules/Usu_Categories.php on line 161 Please Help me to fix that error... Thanks a lot from Italy... -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Hi all. Although i have upload the files for huge shop provides by FWR Media via email, i often get this error in random : Warning: gzinflate() [function.gzinflate]: data error in /web/htdocs/www.***.***/home/***/includes/modules/ultimate_seo_urls5/classes/Usu_Cache_FileSystem.php on line 57 Fatal error: Unsupported operand types in /web/htdocs/www.***.***/home/***/includes/modules/ultimate_seo_urls5/classes/Usu_Registry.php on line 79 Please Help me to fix that error... Thanks a lot from Italy... -
I confirm! This works for me! It's Great! I Hope this help! Best Regards from italy :)
-
Perhaps i have found the problem! The problem is the path of ipn.php file! In osCommerce PayPal IPN 2_3_4_7 contribution you have to upload the ipn.php file into : catalog\ext\modules\payment\paypal_ipn\ipn.php instead i made a mistake and copy my file into this folder : catalog\ext\modules\payment\paypal\ipn.php Now i have fix this path and i'm waiting for next payment via PayPal to check if it update corretly the order status. See you soon!
-
I have the same problem. I have update my PayPal IPN module and now i'm using osCommerce PayPal IPN 2_3_4_7 contribution : http://www.oscommerce.com/community/contributions,2679 Once a customer complete the order I am expecting the order to change in the Admin of Oscommerce from "Preparing [PayPal IPN]" to "PayPal IPN Verified [Completed (Verified; xxx Euro)] " status.... instead the status was Preparing [PayPal IPN] and not update ... Please help! Thanks.
-
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
Dear FWR MEDIA, Many thanks, you are awesome. I've just upload your files that you send me via email and it seems works fine. Best Regards from Italy :D -
ULTIMATE Seo Urls 5 - by FWR Media
Predator123 replied to FWR Media's topic in General Add-Ons Support
I still waiting an answer via email by FWR Media... i have send you a pm with my email so i can receive the file for no caching USU. That is a seriously problem because google bot downgrade the website... I think that is better to implement the "no cache" as "Select caching system" by default in USU5. We should have : No Cache: No cache. Filesystem: Zero queries after cache load. Database: One query after cache load Memcached: Requires memcached in apache and php.ini. I am having serious problems with the sales on my website for this problem ... Please reply as soon as possible. I have 3900 products in store that are moltiplate for 3 languages are about 12000 products... Many Thanks.