This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
PHP / Re: error: PDO_MYSQL configure failed, MySQL 4.1 needed
« on: July 20, 2018, 02:35:29 PM »
If you have this problem, for example, using the switcher to have php 7.2. just go to this directory:
/usr/local/cwpsrv/htdocs/resources/conf/php_switcher
and find the .ini file that correspond with the php version you want to install, in this example will be 7.2.ini
find the line --with-pdo-mysql=/usr and replace /usr with mysqlnd
result: --with-pdo-mysql=mysqlnd
save changes and try again
/usr/local/cwpsrv/htdocs/resources/conf/php_switcher
and find the .ini file that correspond with the php version you want to install, in this example will be 7.2.ini
find the line --with-pdo-mysql=/usr and replace /usr with mysqlnd
result: --with-pdo-mysql=mysqlnd
save changes and try again
2
Information / Re: Did You make CWP update today ?
« on: December 01, 2017, 11:43:04 PM »yep..
yum update -y
yum reinstall crwps
reboot... nothing...
if i use this command i will lost data or something?
Pages: [1]