I love to try new CMS and today I must prepare presentation for my student about new CMS called Silver Stripe. As usual I always start from installation method and use WampServer as media.

A bit information about SilverStripe from Wikipedia :

SilverStripe is a free and open source content management system (CMS) for creating and maintaining websites. The CMS provides a web-based administration panel that enables users to make modifications to parts of the website. This panel includes a WYSIWYG website editor.

Download SilverStripe

Get latest version from SilverStripe dot org.

install silver stripe 1 Step by step guide install Silver Stripe On WampServer

Save the file and extract to : C:\wamp\www\silver

install silver stripe 2 Step by step guide install Silver Stripe On WampServer

I have two folder inside silver :

  1. sapphire
  2. silverstripe-v2.3.4

Continue reading »

 

A reader contact me, asking a guide about recover forgotten password on his newly installed Joomla CMS.

I agree to help him. As usual I try to reproduce it in step by step.

Forgot Your Password

Common procedure for user who forgot their password is as follow :

Click link “Forgot your password

forgot joomla password 1 Could not instantiate mail function : Joomla email problem

User will see a form where he/she must supply email address in input box.

Click Submit to proceed.

forgot joomla password 2 Could not instantiate mail function : Joomla email problem

This problem came when no email server installed.

Could not instantiate mail function.

Quick Solution : Install Email Server

Make sure you check if all services running, simplest way to do that via command prompt.

Continue reading »

 

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 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!

© 2011 Hosting Formula Suffusion theme by Sayontan Sinha