If you want to use Python with Twitter API, skip Python Twitter library for now. Get followers for any user bug makes version 0.6 pretty much useless. In addition to this, both next_cursor and previous_cursor are not supported.
Archives for e-commerce
Payment problems in Magento Paypal Standard with IPN after upgrade from 1.3.x to 1.4.0.1
Those who, after a seemingly successful upgrade from Magento 1.3.x to Magento 1.4.0.1, have problems with Magento acknowledging PayPal payments (changing order status from Pending Payment to Processing) and sending out New Order emails to their clients should do/check the following things:
In PayPal: Go to My Account -> Profiles -> More Options -> Instant Payment [...]
GPS navigators web site launched
Finally, after spending many days preparing, organizing and verifying information about Garmin GPS devices, we’ve launched GPS Navigator web site in Ukraine.
Google July 27
On July 27, exactly one month after June 27, one of our larger web sites Multiplex Systems Store regained its position for all competitive sets of keywords. What exactly caused the problem still remains a question, but this is something that is referred to as “data refresh” by Matt Cutts.
As a preventive measure for future, [...]
Google June 27
It looks like something quite bad happened to Google search on June 27. There are long threads about this event on Webmaster World.com: June 27 – changes and June 27 – changes Part 2 but everybody can only guess why certain sites have been hit and certain have not.
Unfortunately Multiplex Systems Store is one [...]
Zen Cart and MySQL 5.x
One important feature of new Zen Cart 1.3.x is out of the box support of MySQL 5.x However, for some reason, it is not explicitly mentioned in release notes.
If you choose to have Zen Cart 1.2.* with MySQL 5.*, you sentence yourself to fixing many pieces of badly written SQL queries as described in this [...]
1054 Unknown column ‘p.products_id’ in ‘on clause
If you have Zen Cart 1.2.x with Ultimate SEO contribution running on MySQL 5.0.x, you will probably very soon run into the following error:
1054 Unknown column ‘p.products_id’ in ‘on clause’
preventing even your front page from opening.
This is a bug of Ultimate SEO contribution and to fix it you will need to replace two occurrences of [...]
Zen Cart vs osCommerce
Obviously I should have looked at SourceForge statistics before deciding whichsoftware to use instead of basing my decision exclusively on Googlepage count so here we go:
Zen Cart
Development Status: 5 – Production/Stable
Developers: 5
Activity Percentile (last week): 99.85
Latest Release: August 21, 2005
Google Hits: 2,110,000
osCommerce
Development Status: 4 – Beta
Developers: 3
Activity Percentile (last week): 92.80
Latest Release: July 12, 2003
Google [...]
oscommerce SQL errors on Fedora Core 4
Several parts of admin section shouldn’t not work in oscommerce-2.2ms2 installation on Fedora Core 4 due to some issues with MySQL 4.1 In order to fix them the following lines in admin/includes/classes/split_page_results.php:
$offset = ($max_rows_per_page * ($current_page_number – 1));$sql_query .= ” limit ” . $offset . “, ” . $max_rows_per_page;
should be changed to:
$offset = ($max_rows_per_page [...]
Blank admin screen in oscommerce on Fedora Core 4
This issue is a bug with oscommerce-2.2ms2 and PHP5. To fix it, replace
$this = null;
with
unset($this);
in catalog/admin/includes/classes/upload.php
Posts