

solarplexus
-
Content count
19 -
Joined
-
Last visited
Posts posted by solarplexus
-
-
The culprit responsible for no carts in who's online is suhosin patch :(Errr.. not sure about security but.. I just added this
php_flag suhosin.session.encrypt off
to my .htaccess, and now the cart works. Shared hosting.
-
Hi,
My shop - oscommerce v2.2 rca2 - is hosted on a shared server. Everything was working fine, however recently I noticed a problem with three add-ons. Since I wasn't modifying anything (either files, or database) I am guessing something changed on the shared server.
- Who's online enhancement v3.6.5 - doesn't show the cart anymore
The other two add-ons that don't work (For reference, in case they have some hosting requirement in common with Who's Online Enhancement):
- Header Tags SEO v3.1.5 - doesn't work on product_info.php and on index.php. When I view page source the tags that are there are global tags, not page specific tags.
- Ultimate SEO URLS v 5 - example product page url looks like this: www.website.com/product_info.php/product-name-product-model-p-XX
Any idea how to fix/address this issue?
-- thanks, ania
Issues unrelated to Who's Online have been solved. The culprit responsible for no carts in who's online is suhosin patch :(
-
Thank you soo much! Worked like a charm!
And.. unbelievably.. by running the removal script and then the USU5 install.php... the issue I had with Header Tags SEO got fixed too! :) :) :)
The only thing that still needs research is Who's Online, but I can live without that.
Thank you soo much again :) :)
-
I have no clue what could have happened to the database then :( I am the only person with access. Since the store went live couple of months back, I haven't messed either with the php files nor database and everything worked correctly till now. As all I know about php and mysql comes from this forum and from the add-on install instructions, my knowledge is limited.
I made a backup of the sql file, opened it, and these are the only entries concerning USU5 in the database that I found (I corelated them with the installer.php script):
INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES (...),(..),(41,'Seo Urls 5','Options for ULTIMATE Seo Urls 5 by FWR Media',99,1),(..)
and
DROP TABLE IF EXISTS `usu_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `usu_cache` ( `cache_name` varchar(32) NOT NULL, `cache_data` mediumtext NOT NULL, `cache_date` datetime NOT NULL, PRIMARY KEY (`cache_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `usu_cache` -- LOCK TABLES `usu_cache` WRITE; /*!40000 ALTER TABLE `usu_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `usu_cache` ENABLE KEYS */; UNLOCK TABLES;
Would it be possible to edit the installer.php script in order to load up the missing database entries?
-
Hi,
My shop - oscommerce v2.2 rca2 - is hosted on a shared server. Everything was working fine, however recently I noticed a problem with three add-ons. Since I wasn't modifying anything (either files, or database) I am guessing something changed on the shared server.
- Ultimate SEO URLS v 5 - example product page url looks like this: www.website.com/product_info.php/product-name-product-model-p-XX
Plus for some odd reason when I go to Configuration -> SEO URLS 5, there is just an empty table (no errors). Tried reinstalling database entries from the provided php script, but the script says the entries already exist. I have no idea what/how to remove manually.
The other two add-ons that don't work (For reference, in case they have some hosting requirement in common with Ultimate Seo Urls):
- Header Tags SEO v3.1.5 - doesn't work on product_info.php and on index.php. When I view page source the tags that are there are global tags, not page specific tags.
- Who's online enhancement v3.6.5 - doesn't show the cart anymore
Any idea how to fix/address this issue?
-- thanks, ania
-
Hi,
My shop - oscommerce v2.2 rca2 - is hosted on a shared server. Everything was working fine, however recently I noticed a problem with three add-ons. Since I wasn't modifying anything (either files, or database) I am guessing something changed on the shared server.
- Header Tags SEO v3.1.5 - doesn't work on product_info.php and on index.php. When I view page source the tags that are there are global tags, not page specific tags.
The other two add-ons that don't work (For reference, in case they have some hosting requirement in common with Header Tags SEO):
- Ultimate SEO URLS v 5 - example product page url looks like this: www.website.com/product_info.php/product-name-product-model-p-XX
Plus for some odd reason when I go to Configuration -> SEO URLS 5, there is just an empty table (no errors). Tried reinstalling database entries from the provided php script, but the script says the entries already exist. I have no idea what/how to remove manually.
- Who's online enhancement v3.6.5 - doesn't show the cart anymore
Any idea how to fix/address this issue?
-- thanks, ania
-
Hi,
My shop - oscommerce v2.2 rca2 - is hosted on a shared server. Everything was working fine, however recently I noticed a problem with three add-ons. Since I wasn't modifying anything (either files, or database) I am guessing something changed on the shared server.
- Who's online enhancement v3.6.5 - doesn't show the cart anymore
The other two add-ons that don't work (For reference, in case they have some hosting requirement in common with Who's Online Enhancement):
- Header Tags SEO v3.1.5 - doesn't work on product_info.php and on index.php. When I view page source the tags that are there are global tags, not page specific tags.
- Ultimate SEO URLS v 5 - example product page url looks like this: www.website.com/product_info.php/product-name-product-model-p-XX
Any idea how to fix/address this issue?
-- thanks, ania
-
Hi
Has anybody figured how to combine this contrib with Display MSRP & Savings (contrib) ?
Namely, I'd like to hide all prices (our price, "you save") from unregistered users, BUT still show MSRP price.
How can it be done?
Thanks - ania
-
Hello,Can you show the site?
Have you found the difference in the html page source that cause this width change?
Stanislav
The site is www.e-zegarek.com (you can see the effect on the right side).
As to your question I am afraid I don't understand it (am a newbie :'( )
BTW. I used the 2.1e original updated contrib (7 Dec 2008).
-
Hi,
I was wondering if you could point me in the right direction. For some reason after I installed the contribution, the main table of the design got slightly wider. Nowhere can I find where to change that in the php code and the look of it bugs me :(
Thanks -- ania
-
Hi,
Has anybody figured out how to add modules/article_listing.php to index.php ?
When I add
<?php include(DIR_WS_MODULES . FILENAME_ARTICLE_LISTING); ?>
to index.php (at the bottom of the file),
I get
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit 0, 10' at line 1 limit 0, 10 [TEP STOP]
Thanks in advance -- Ania
-
Hi,
Just installed version 2.3. Everything seems to be working fine, creating a newsletter, previewing it etc.. but when I try to send it, this is what I get:
========
Warning: reset() [function.reset]: Passed variable is not an array or object in /home4/vyxncleu/public_html/admin/includes/classes/object_info.php on line 17
Warning: Variable passed to each() is not an array or object in /home4/vyxncleu/public_html/admin/includes/classes/object_info.php on line 18
Warning: main(includes/languages/polish/modules/newsletters/.php) [function.main]: failed to open stream: No such file or directory in /home4/vyxncleu/public_html/admin/newsletters.php on line 398
Warning: main(includes/languages/polish/modules/newsletters/.php) [function.main]: failed to open stream: No such file or directory in /home4/vyxncleu/public_html/admin/newsletters.php on line 398
Warning: main(includes/languages/polish/modules/newsletters/.php) [function.main]: failed to open stream: No such file or directory in /home4/vyxncleu/public_html/admin/newsletters.php on line 398
Warning: main() [function.include]: Failed opening 'includes/languages/polish/modules/newsletters/.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home4/vyxncleu/public_html/admin/newsletters.php on line 398
Warning: main(includes/modules/newsletters/.php) [function.main]: failed to open stream: No such file or directory in /home4/vyxncleu/public_html/admin/newsletters.php on line 399
Warning: main(includes/modules/newsletters/.php) [function.main]: failed to open stream: No such file or directory in /home4/vyxncleu/public_html/admin/newsletters.php on line 399
Warning: main(includes/modules/newsletters/.php) [function.main]: failed to open stream: No such file or directory in /home4/vyxncleu/public_html/admin/newsletters.php on line 399
Warning: main() [function.include]: Failed opening 'includes/modules/newsletters/.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home4/vyxncleu/public_html/admin/newsletters.php on line 399
Fatal error: Cannot instantiate non-existent class: in /home4/vyxncleu/public_html/admin/newsletters.php on line 405
================
Please advise what to do. Thanks -- ania
Support Thread for Price Match
in General Add-Ons Support
Posted
Hello,
I've been using this contribution for quite awhile now.. no problems installing or having it work.
I have one problem with it tho: when I have multiple currencies in the store, say:
- for English language - USD (that's the main currency in the store)
- for German language - EUR (the price in EUR is calculated on the basis of forex USD->EUR).
When a customer uses English to send a pricematch request - thier suggested price is say 10 USD and pricematch request email shows 10 USD.
BUT
When a customer uses German to send a pricematch request - their suggested price is say 10 EUR but the email will show 6,65 EUR (oscommerce thinks 10 means 10 USD, so it converts those 10USD into EURO; 10USD * conversion rate 0,665 = 6,65 EUR).
This happens regardless of what "Switch To Default Language Currency" is set to (true/false).
Not sure if I am making myself clear :/
Oscommerce addons support multiple languages, right? So I would like this addon to support multiple currencies :)
Can this be done?