icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » PHP, MySQL » ICONV support with PHP 4.x

PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >>

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
Old August 30th, 2006, 7:44 PM   #1 (permalink)
Registered User
Seasoned Poster
 
homiebrah's Avatar
 
Joined in Jun 2003
Lives in Elmendorf AFB, AK
Hosted on Quela
45 posts
Gave thanks: 0
Thanked 0 times
ICONV support with PHP 4.x

I am trying to get the Expose4 extension for Joomla to run on my site. However, it appears that iconv is not listed under my phpinfo. Funny, I had this extension working two weeks ago, now nothing.

Or am I looking at this wrong.

site: http://www.heatherscorner.com/phpinfo.php
__________________
Server: Quela
Site: HeathersCorner.com
homiebrah is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old January 26th, 2008, 1:19 PM   #2 (permalink)
Registered User
Fresh Surpasser
 
Joined in Sep 2003
Lives in Spokane, Washinton
Hosted on SH124
6 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
Quote:
Originally Posted by homiebrah View Post
I am trying to get the Expose4 extension for Joomla to run on my site. However, it appears that iconv is not listed under my phpinfo. Funny, I had this extension working two weeks ago, now nothing.

Or am I looking at this wrong.

site: http://www.heatherscorner.com/phpinfo.php
I encountered the same problem. What I did was create a .htaccess file. PHP4 on the servers does not have ICONV support, PHP5 does. So, in the directory where Joomla! is installed (lets say it is in joomla) create a text file named .htaccess

In the .htaccess file enter


AddHandler application/x-httpd-php5 .php

save the file. You will now be using php5 for those files. The other way you can do this is to have all of your php files with a php5 extension. The .htaccess file is much easier.
avagodro is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On