After Wamp 3.0.6 Installation
Posted by: KianWilliam (---.sabanet.ir)
Date: November 29, 2016 07:56AM

Greetings:
I had wamp 2.2, I installed 3.0.6 32 bit on my laptop.
It works perfect. I copied and pasted my joomla websites from older wamp to www folder of new wamp.
In older wamp, using phpmyadmin I created sql file for each website.
In new wamp, I created new databases, the same name for each database as I had in older wamp and I imported sql files into it.(this way no need to change configuration.php file in joomla).I run the website in different browsers, working perfect. no problem.
Some older versions of Joomla , display warning messages regarding deprecation of some methods like:
iconv_set_encoding() or preg_replace(). To get rid of them, I turned off CMS error message system and the broswer becomes clean. So in a nutshell, I did not copy and pasted older versions of php and mysql in my new wamp.
Everything works perfect after a reboot too.
Could be there a problem in the long run? or is there something I have not considered yet?
thanks ahead.
Kian William

Options: ReplyQuote
Re: After Wamp 3.0.6 Installation
Posted by: Otomatic (Moderator)
Date: November 29, 2016 04:23PM

Hi,

You can change how errors or warnings will be seen.
In php.ini (Icon Wampmanager -> PHP -> php.ini) see the section nammed "; Error handling and logging ;"
and you could replace
error_reporting = E_ALL
by
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: After Wamp 3.0.6 Installation
Posted by: KianWilliam (---.sabanet.ir)
Date: November 30, 2016 10:34AM

It sounds better this way.
Thanks.
Kian William

Options: ReplyQuote


Sorry, only registered users may post in this forum.