Archive for the ‘Zen Cart’ Category
Wednesday, December 15th, 2010
I installed a zencart as a addons domain in Godaddy. An error below displayed during install. Error in zc_install/includes/application_top.php : Warning: include(includes/installer_params.php) [function.include]: failed to open stream: No such file or directory Warning: include() [function.include]: Failed opening ‘includes/local/configure.php’ for inclusion An error below occur after install. Error in /includes/application_top.php : Warning: include(includes/configure.php) [function.include]: failed to [...]
>>read more
Posted in Zen Cart | No Comments »
Wednesday, December 15th, 2010
A Blank Page is typically the result of a PHP syntax error in one or more of the files you have uploaded or created. It occurs when a blank lines added after “?>” in php include files mostly happen in /includes/languages/english.php and other language file when you added a new page in zencart. Check my [...]
>>read more
Posted in Bug Report, Zen Cart | No Comments »
Tuesday, August 18th, 2009
Here’s how to add a bookmark code in your high traffic website: 1. Place the following script into your section in the page you need to use it: <script type="text/javascript"> function bookmark_us(url, title){ if (window.sidebar) // firefox window.sidebar.addPanel(title, url, ""); else if(window.opera && window.print){ // opera var elem = document.createElement(‘a’); elem.setAttribute(‘href’,url); elem.setAttribute(‘title’,title); elem.setAttribute(‘rel’,’sidebar’); elem.click(); } [...]
>>read more
Tags: add to favorites, bookmark, firefox, internet explorer, mozilla, netscape, safari
Posted in Blogger, Javascript, Joomla, Video Sharing Community, Website Addons, Wordpress, Zen Cart | No Comments »
Monday, December 29th, 2008
The tutorial explain how to fix error cause by MYSQL daemon/engine on your server has run out of space for storing its own database files. If the filename/path mentioned includes “/tmp/” in it, then the error is likely referring to temporary/swap files instead of main database files.
>>read more
Tags: error code 28, my.cnf, mysql, tutorial
Posted in Bug Report, Creloaded, Drupal, Ecommerce, Joomla, Media Wiki, PHP, PHPBB, Rayzz, Virtuemart, Wordpress, Zen Cart | 1 Comment »
Friday, November 14th, 2008
The tutorial explain on how to fix error when you are using Paypal as your payment gateway. All cart using paypal as a payment gateway are affected on this issue including CRELOADED, 273 LOADED , Virtuemart in Joomla and ubecart. Here’s is the Fix: CRE Loaded AND 273 Loaded cart : 1. Setup Your PayPal [...]
>>read more
Tags: 273 Loaded, CRE Loaded, Creloaded, Joomla, payment gateway, paypal, paypal transaction, shipping, shoppin cart, ubecart, Virtuemart
Posted in Bug Report, Creloaded, Ecommerce, Joomla, Virtuemart, Zen Cart | No Comments »