no

How to Attached an Html Document to Email

If you have this kind of error, just check the way you'r calling the email library. Be sure to add this line. $config['mailtype...

How to Fix No Such Host Is Known Error in Php

Wondering how to disable the above error? Even if you set in your php.ini: display_errors = Off Errors will still pop out. Solution:...

How to Fix File Access Is Disabled in the Server Configuration

I am checking it my link verifier script is working when I have encountered this error. This is my function that checks if a url is existi...

Learn to Encrypt Customer Password in Magento

Unfortunately, since we have to integrate our another customized system x in magento, we have to find a way to sync it's users and passw...

How to Integrate Securimage Captcha to Codeigniter

Heres how: 1.) Download the open source securimage library from: http://www.phpcaptcha.org/. 2.) Copy the library in your codeigniter...

How to Fix Unable to Load Dynamic Library in Php

This problems are often encountered on new php installation. Solution: 1.) Add these lines to httpd.conf PHPIniDir "C:/php-5.2.1...

How to Fix Assigning Return Value of New Reference Is Deprecated in Phppgadmin

Unfortunately, some frameworks built using php5.2 will experience this problem. Solutions: 1.) Set the error_reporting = 0, this will ig...

How to Fix 500 Internal Error in Magento

Server: 1and1 hosting After fixing the database issue, I found myself trap with: 1.) front end - I got 500 Internal Error 2.) back end -...

How to Fix Not Enough Memory During File Upload on Phpmyadmin

I know the first solution is to change the value of this key: upload_max_filesize Unfortunately, I'm still getting the error even afte...

How to Fix Docmd.close Acform Not Working

Playing with the old VB form in MS Access, I have this weird error. I have 2 forms: form1 and form2, when I am in form2 there is a close b...

How to Fix Lost Connection to Mysql Server in Magento

After I have successfully dumped my database in our hosting server, I've encountered the above error when I open the magento page. Sol...

How to Fix Foreign Key Constraint Fails in Magento

I am in the stage of migrating my local database of magento to public when I have encountered this error. How did it happen: 1.) I use ph...

How to Allow Url Query String in Codeigniter

As we all know codeigniter uses segment-based as url, example: Just like these: classname/methodname/parameter1/paramenter2, index.php/...

How to Create a New Index Inside a Subdirectory in Codeigniter

I am using codeigniter framework in my php project and I have a requirement like this: When the url is */admin/, the application should ca...

archive