1. Guarantee Web site malware removal (joomla, drupal, wordpress etc) - don't let your business get down due to virus, malware and blacklist problem.
  2. Recommended Web Hosting to help you doing business online with high performance. : Support ioncube, zend and all other hosting by default.
  3. Get free wordpress website transfer : up to 4 domains Find out more .... Click here to see other user testimonial

Hello, in previous post I try to describe installation process of Joomla with Wampserver but I face this problem :

sucuri long [UNKNOWN: 8192] Function ereg() is deprecated when Install Joomla

[UNKNOWN: 8192] Function ereg() is deprecated
error in line 1177 of file C:\wamp\www\joomla\libraries\joomla\client\ftp.php

I got that error when I install Joomla with Wampserver, until I found out that problem happen when I use php 5.3.0

Quick solution for that case is change the function to mb_ereg()

For example line 1177 of ftp.php is part of these lines. After change to mb_ereg()

foreach ($regexps as $k=>$v) {
if (mb_ereg($v, $contents[0])) {
$osType = $k;
$regexp = $v;
break;
}
}

Save this file and click button “Verify FTP Settings”

Another error came from line 1194.

[UNKNOWN: 8192] Function ereg() is deprecated
error in line 1194 of file C:\wamp\www\joomla\libraries\joomla\client\ftp.php

Do same action and save the file.

Check again and this time I got good sign icon smile [UNKNOWN: 8192] Function ereg() is deprecated when Install Joomla

install joomla ftp valid [UNKNOWN: 8192] Function ereg() is deprecated when Install Joomla

Final setting for FTP configuration is as shown in this image :

install joomla ftp valid2 [UNKNOWN: 8192] Function ereg() is deprecated when Install Joomla

Joomla Main Configuration

joomla main configuration [UNKNOWN: 8192] Function ereg() is deprecated when Install Joomla

Click button “Install Sample Data” .

“Sample data installed successfully” message will display, continue with Next button.

Congratulations! Joomla! is now installed.

PLEASE REMEMBER TO COMPLETELY
REMOVE THE INSTALLATION DIRECTORY.
You will not be able to proceed beyond this point until the installation directory has been removed. This is a security feature of Joomla!.

Administration Login Details

Username: admin

Great.

Last step need to to is delete “installation” folder.

install joomla delete folder [UNKNOWN: 8192] Function ereg() is deprecated when Install Joomla

After delete installation folder you can check the web as shown.

install joomla success [UNKNOWN: 8192] Function ereg() is deprecated when Install Joomla

Enjoy the day and see you in next post.

Stay Health!

hg [UNKNOWN: 8192] Function ereg() is deprecated when Install Joomla

Related posts:

  1. Deprecated: Function ereg() is deprecated when install Drupal
  2. Step by Step install Joomla with WampServer
  3. Could not instantiate mail function : Joomla email problem
  4. Install drupal in localhost with xampp
  5. Step by Step Install Drupal on WampServer : Vhost and Clean URL

Sorry, the comment form is closed at this time.

   
© 2011 Hosting Formula Suffusion theme by Sayontan Sinha