Control Web Panel

WebPanel => Installation => Topic started by: ali118 on February 02, 2017, 01:39:44 AM

Title: problem after installation I get this error Warning: [obfuscated]
Post by: ali118 on February 02, 2017, 01:39:44 AM

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:
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: Sandeep on February 02, 2017, 05:46:51 AM
did you changed mysql root password ?
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: ali118 on February 02, 2017, 11:53:58 AM
I have not changed.
After the install I have myip: 2030 I get this error.
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: Administrator 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.
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: artttur 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.
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: ida 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
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: boyosof on April 06, 2017, 11:12:54 AM
I have same problem .. directly after fresh installation .. :-\ :-\
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: alfil on April 06, 2017, 02:10:41 PM
I was helped to just run mysql from console:
Code: [Select]
service mysqld start
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: ida on April 07, 2017, 07:13:44 AM
It works, thanks but after rebooting the server, the same problem.
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: Sandeep on April 12, 2017, 10:42:05 AM
check if mysqld is enabled on boot startup.
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: asrof_id 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?
Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: asrof_id 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?

(https://image.prntscr.com/image/32c5b0890a7f4754b55af901aeb1cb6c.png)

Title: Re: problem after installation I get this error Warning: [obfuscated]
Post by: tristar78 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.