Category Archives: PHP

Everything PHP

PHP Error Reporting NO ERRORS ARE SHOWING UP!

Select box Plugin option is: fourSo I had this problem with php not giving me any errors.  I went through my php.ini file looking for what other people posted to change. I tried this in my php.ini error_reporting = E_ALL display_errors = On and added this to my php script: ini_set(‘display_errors’,1); error_reporting(E_ALL); Still i run [...]

Posted in PHP | Tagged , , , , , , , , | Leave a comment

Magento – Adding Image Rollerover Effects to Product Lists

Select box Plugin option is: fourWhat I’m trying to accomlish is adding a roller over effect to the images.  I want the image to pop up in another layer on rollover. As always, with any editing of any files that currently already work, make a BACKUP! I like to copy and paste the file, then [...]

Also posted in Magento | Tagged , , , , , | 4 Comments

Removing All from Show All Per Page on Magento’s front end

Select box Plugin option is: four. Searching low and high, trying every search string i can think of in google. I’ve found nothing. Posting on Magento Commerce’s website i got a response with the answer. Here is the answer: The file you are looking for is: Mage/Catalog/Block/Product/List/Toolbar.php In this file at line 530 function getAvailableLimit() [...]

Also posted in Magento | Leave a comment

Installing MCrypt in php

Select box Plugin option is: four1 way I’ve found of installing mcrypt, to tell you the truth I have no idea how it works, but it worked for me. Please comment and let me know how it works for you. From root SSH (putty) run commands as follows: yum install mcrypt* yum install php-mcrypt*

Posted in PHP | Leave a comment

Your Magento folder does not have sufficient write permissions

Select box Plugin option is: four. Error: Please check for sufficient write file permissions Your Magento folder does not have sufficient write permissions, which this web based downloader requires. If you wish to proceed downloading Magento packages online, please set all Magento folders to have writable permission for the web server user (example: apache) and [...]

Also posted in Magento | 2 Comments

Moving OS Commerce from php4 to php5

Select box Plugin option is: fourI’m not sure if this fix is due to os commerce mods or just cause it’s needed when migrating a site from php 4 to php 5. After I switched the os commerce site to a new host i had many problems. A few hours and all can be fixed. [...]

Also posted in OsCommerce | Tagged , , , , , , , , | Leave a comment