Archive for the ‘Zen Cart’ Category

Failed to open stream: No such file or directory in zencart installation and live zencart in Godaddy subcategory

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

Blank Pages in add to cart , checkout page, login and create account zen cart 1.3.9h

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

How to add a bookmark code in your high traffic website

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

Can’t create/write to file /tmp/ (Errcode: 28)

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

Paypal does not allow your country of residence to ship to the country you wish to

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