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

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

[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 :-)

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!

Related Reading:

Using DrupalUsing Drupal

With the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >

Drupal For DummiesDrupal For Dummies

Learn to set up, manage, and administer a Drupal Web site

Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >

Pro Drupal Development, Second EditionPro Drupal Development, Second Edition

Widely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >

Front End Drupal: Designing, Theming, ScriptingFront End Drupal: Designing, Theming, Scripting

“For Drupal to succeed, we need books like this.”

–Dries Buytaert, Drupal founder and project... Read More >

Cracking Drupal: A Drop in the BucketCracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >

Thanks for reading, if you think this post help you please consider to buy me a beer

Search Terms :

  • [UNKNOWN: 8192] Function ereg() is deprecated
  • joomla Function ereg() is deprecated
  • deprecated function eregi is deprecated in joomla
  • Deprecated: Function ereg() is deprecated in Joomla
  • Deprecated: Function eregi() is deprecated in joomla
  • Function ereg() is deprecated joomla
  • Function eregi() is deprecated joomla
  • joomla Deprecated: Function eregi() is deprecated in
  • Deprecated: Function ereg() is deprecated joomla
  • Deprecated: Function eregi() is deprecated joomla
  • JOomla Function eregi() is deprecated
  • function eregi is deprecated joomla
  • joomla Deprecated: Function eregi() is deprecated
  • function eregi is deprecated in joomla
  • Function eregi() is deprecated in Joomla
  • joomla Deprecated: Function ereg() is deprecated in
  • Function ereg() is deprecated in joomla
  • joomla [UNKNOWN: 8192] Function ereg() is deprecated
  • UNKNOWN: 8192] Function ereg() is deprecated
  • function ereg is deprecated joomla
    • Share/Bookmark
    Step By Step

    If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

    Comments are closed.