Show Posts

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.


Messages - cpass78

Pages: [1]
1
PHP / Re: What version of PHP is in centos cpanel?
« on: January 01, 2014, 09:14:47 PM »
yes however the centos repo for php installs ioncube automatically. Upgrading php to the latest with the webtatic repo does not do this so you need to change the ioncube from 5.3 to 5.5. I just wanted to outline what was needed in case somone else wanted to do the same :)

2
PHP / Re: What version of PHP is in centos cpanel?
« on: December 31, 2013, 09:27:50 PM »
Ok that worked but it took a few other changes to make it work.

After installing the latest php from the link above, ioncube is then out of date, so need to update that to ioncube_loader_lin_5.5.so and adjust the /etc/php.d/ioncube.ini to the new version.

Then mysql would fail to start for some reason so had to physically change the passwords in:
/etc/webpanel/mysql.txt (not sure if this was needed)
/etc/webpanel/panel/include/db_conn.php

to the current root passwords.

After this then a
Code: [Select]
service cwp restartand it all seems to be running fine.

Thanks for the help.

3
PHP / Re: What version of PHP is in centos cpanel?
« on: December 31, 2013, 08:30:18 PM »
Is this in any way compatible with 5.5.7? Centos 6.5 repos only ship 5.3.3 yet I need 5.4.x for a project and 5.5.7 was released last week. On a fresh install with http://www.webtatic.com/packages/php55/ repos nginx crashes and the interface is unreachable.

4
MySQL / Re: mysql restart
« on: December 31, 2013, 03:53:05 AM »
yes the restart function still appears to function properly, I suppose that was more of an informative post than anything.

Thanks

5
MySQL / mysql restart
« on: December 31, 2013, 02:33:19 AM »
Hello,

When restarting the mysql server i am presented with this error at the top of the page:

Code: [Select]
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /etc/webpanel/panel/include/inc_index.php(1) : eval()'d code(1) : eval()'d code on line 1 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /etc/webpanel/panel/include/inc_index.php(1) : eval()'d code(1) : eval()'d code on line 1 MySQL server has gone away Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /etc/webpanel/panel/include/functions.php(1) : eval()'d code(1) : eval()'d code on line 3
The server does appear to restart however so I ignore but still.

6
MySQL / mysql root password
« on: December 31, 2013, 02:29:51 AM »
Hello,

Trying to reset/change the mysql root password from the web panel settings and it says it was updated however it never does and will only use the password that was initially created.

7
MySQL / new users and databases not showing up
« on: December 31, 2013, 02:26:44 AM »
Hello,

I just installed this on centos 6.5 64 bit and have everything setup correctly however the mysql functions are not working for some reason. After using the form to create a new user/database, it says it was created successfully however nothing appears in the mysql manager nor in phpmyadmin.

Any ideas?

Thank you

Pages: [1]