Link to home
Start Free TrialLog in
Avatar of COI2014
COI2014

asked on

Joomla Post-Installation Message

I have completed my first installation of Joomla. XAMPP was used to install supporting software and hosting/testing locally on Windows7 64bit.

The installation completed successfully with no issues. However when clicking "enable two factor authentication" or 'hide this message' in the post-installation and upgrade messages page, neither of these options work.  by clicking it simply refreshes the page and does not hide on or hide the messages.

In an effort to resolve we installed (same procedure as above) on another system only to have the same issue.

Any help is greatly appreciated
Avatar of Peter Hart
Peter Hart
Flag of United Kingdom of Great Britain and Northern Ireland image

when the 2 step is enabled, each user can either enable it or ignore it.
so, when you log on you’ll  see the secret key field underneath username and password fields. currently, this new field is not configured. leave it empty and log in with your username and password.

After logging in, go straight to menu Users – Users Manager and click on your username to edit, you will see a new tab named “Two Factor Authentication”

which is where you need to configure the key, it is disabled by default and you have to select it to begin configuring it. The tab will contains setup information,

You’ll need the The Google Authenticator app on your smart phone.
oh sorry just reread your question properly - you haven't even got past the installation tidy up.

I would double check the install file there are over 5000 files on a Joomla install and its easy for FTP to drop a couple.
I have found problems with Windows servers running  Joomla

have you checked the minimum requirements?
http://www.joomla.org/technical-requirements.html

against your set up?
Hi, which version are you trying to install?
Which Xampp version are you using?

I never have any problem using Wampserver
http://www.wampserver.com/

If you don't use Xampp for other application, you can unsintall it and try WampServer.
(If you already use it for other web apps don't forget to perform script & database backup)
Avatar of COI2014
COI2014

ASKER

@Chiltern I had checked all requirements and exceeded them all.

@lenamt1 here is the process I used to install Joomla:
XAMPP 1.8.3 from apachefriends.org for the bits to install.
Downloaded Joomla 3.2.3 from Joomla.com

Installed XAMPP  
extracted and copied joomla files to c:\xampp\htdocs folder
navigate to localhost and install Joomla and edit php.ini file to meet the checklist requirements.

after uninstalling and installing several times as above I tried the WAMP installer. It worked as a charm. Then uninstalled and installed XAMPP again, but this time I did not copy the Joomla files to the htdocs foler. I instead went to the Bitnami site and installed their Joomla packaage and it worked as expected as did the WAMP installer.

Not sure what is so different about the bitnami installer for XAMPP. I would really like to know what the diffence between the installer and coping the files manually is but....
ASKER CERTIFIED SOLUTION
Avatar of lenamtl
lenamtl
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of COI2014

ASKER

@lenamt1   XAMPP was what I used first and liked their interface/management.

Thank you for you help!