Author Topic: problem after installation I get this error Warning: [obfuscated]  (Read 18995 times)

0 Members and 1 Guest are viewing this topic.

Offline
*

I have centos 7 I have cwp installed after installation I get this error
Warning: [obfuscated](): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

Warning: [obfuscated](): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0


Trying to start mysql server, please wait!
Try to restart CentOS Web Panel with command: service cwpsrv restart

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf


Warning: [obfuscated]() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:

Offline
*****
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #1 on: February 02, 2017, 05:46:51 AM »
did you changed mysql root password ?

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #2 on: February 02, 2017, 11:53:58 AM »
I have not changed.
After the install I have myip: 2030 I get this error.

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #3 on: February 02, 2017, 12:43:25 PM »
try installing it again since looks like there is something wrong or if you have support they can investigate this issue.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #4 on: March 22, 2017, 03:38:50 PM »
try installing it again since looks like there is something wrong or if you have support they can investigate this issue.

I, too, have exactly the same problem, and it has not yet decided.
Before installing, I changed the mySQL password, but the installation was fine.
Passwords converge.

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #5 on: April 06, 2017, 11:08:16 AM »
Hi,

I have the same problem.

Any news, any help. No Password changed.

After the cwp upgrade to 188
« Last Edit: April 06, 2017, 11:22:27 AM by ida »

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #6 on: April 06, 2017, 11:12:54 AM »
I have same problem .. directly after fresh installation .. :-\ :-\

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #7 on: April 06, 2017, 02:10:41 PM »
I was helped to just run mysql from console:
Code: [Select]
service mysqld start

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #8 on: April 07, 2017, 07:13:44 AM »
It works, thanks but after rebooting the server, the same problem.

Offline
*****
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #9 on: April 12, 2017, 10:42:05 AM »
check if mysqld is enabled on boot startup.

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #10 on: June 02, 2017, 01:52:36 PM »
The same problem with me.
I also with Centos 7
CWP version: 0.9.8.331

If a user log in - it goes to normal.

@Sandeep
mysqld.service is enabled Start-up Services.

Any help?

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #11 on: June 02, 2017, 02:37:18 PM »
Hi Sandeep,

(1)I check "services config" as follows:
(2)"Startup service" ; mysqld is enabled
(3)but I found in "servicemonitor (systemd)" - mysqld.service     Systemd status: unknown  ---- maybe this is the problem.

Maybe you could investigate it?



« Last Edit: June 02, 2017, 02:41:07 PM by asrof_id »

Offline
*
Re: problem after installation I get this error Warning: [obfuscated]
« Reply #12 on: July 28, 2017, 04:31:41 PM »
Same issue after reboot server. My cwp was working good but when i reboot the server mysql server not worked. issue was mysql auto restart disappeared from chkconfig file

solution was here.
Code: [Select]
chkconfig --level 345 mysqld on
worked for me.
« Last Edit: July 28, 2017, 04:34:14 PM by tristar78 »