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.
16
PHP Selector / Re: PHP 7 & IntlDateFormatter
« on: December 07, 2016, 07:11:20 PM »check if php INTL is installed or not
php-intl.x86_64 is installed.
{edit}
same for:
intltool.noarch perl-libintl.x86_64
17
PHP Selector / PHP 7 & IntlDateFormatter
« on: December 05, 2016, 05:37:58 PM »
Hello All,
Having a fight with this for the last few days.
Cannot get my magento 2 site to work.
I did recompile the latest version of php 7.
Just having the following issue.
[error] [client 192.168.146.1] PHP Fatal error: Class 'IntlDateFormatter' not found in /home/<site>/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 93
Have tried to recompile it with several different strings (seems for php 7 the intl has to be compiled on a different way).
Anyone can help me with this?
Having a fight with this for the last few days.
Cannot get my magento 2 site to work.
I did recompile the latest version of php 7.
Just having the following issue.
[error] [client 192.168.146.1] PHP Fatal error: Class 'IntlDateFormatter' not found in /home/<site>/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 93
Have tried to recompile it with several different strings (seems for php 7 the intl has to be compiled on a different way).
Anyone can help me with this?
18
CentOS-WebPanel Bugs / Re: Apache + Varnish not work
« on: October 22, 2016, 07:48:03 AM »
Same problem over here.
Just created a new topic about it, then saw yours.
Just created a new topic about it, then saw yours.
19
CentOS-WebPanel Bugs / Varnish & phpMyAdmin
« on: October 22, 2016, 07:46:42 AM »
Running CWP version: 0.9.8.70
Did enable Varnish.
Once trying to start phpMyAdmin from a user or root client, getting the following error:
Error 503 Service Unavailable
Service Unavailable
Guru Meditation:
XID <number>
Varnish cache server
Guess thats not normal behaviour?
I just see that there is another topic about it too:
http://forum.centos-webpanel.com/centos-webpanel-bugs/apache-varnish-not-work/
Did enable Varnish.
Once trying to start phpMyAdmin from a user or root client, getting the following error:
Error 503 Service Unavailable
Service Unavailable
Guru Meditation:
XID <number>
Varnish cache server
Guess thats not normal behaviour?

I just see that there is another topic about it too:
http://forum.centos-webpanel.com/centos-webpanel-bugs/apache-varnish-not-work/
20
CentOS 6 Problems / Home partition suddenly changed size
« on: April 15, 2016, 04:45:32 PM »
Hi all,
I got a random weird problem.
Yesterday i was messing with CWP again.
I suddenly noticed that my home partition changed size and is full now.
As you can see, suddenly my home partition is 4.7 GB. This was always 59.x.
Is there any way i can change this back to the old situation?
Since these:
I got a random weird problem.
Yesterday i was messing with CWP again.
I suddenly noticed that my home partition changed size and is full now.
Code: [Select]
[root@server01 ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdb 8:16 0 59.6G 0 disk
└─sdb1 8:17 0 59.6G 0 part
sda 8:0 0 59.6G 0 disk
├─sda1 8:1 0 500M 0 part /boot
└─sda2 8:2 0 59.1G 0 part
├─vg_server01-lv_root (dm-0) 253:0 0 48.5G 0 lvm /
├─vg_server01-lv_swap (dm-1) 253:1 0 6G 0 lvm [SWAP]
└─vg_server01-lv_home (dm-2) 253:2 0 4.7G 0 lvm /home
sr0 11:0 1 1024M 0 rom
As you can see, suddenly my home partition is 4.7 GB. This was always 59.x.
Is there any way i can change this back to the old situation?
Since these:
Code: [Select]
├─vg_server01-lv_root (dm-0) 253:0 0 48.5G 0 lvm /
├─vg_server01-lv_swap (dm-1) 253:1 0 6G 0 lvm [SWAP]
└─vg_server01-lv_home (dm-2) 253:2 0 4.7G 0 lvm /home
are LVM's i think i can unmount them, then readd the space of lv_root to lv_home?
21
CentOS Configuration / Re: GDlib
« on: December 23, 2015, 01:31:59 PM »
Yep, totally done that.
Having the same issue btw when installing TYPO3:
Having the same issue btw when installing TYPO3:
Code: [Select]
PHP GD library jpg support missing
GD must be compiled with jpg support. This is essential for TYPO3 CMS to work properly.
Code: [Select]
PHP GD library freetype support missing
Some core functionality and extension rely on the GD to render fonts on images. This support is missing in your environment. Install it.
Code: [Select]
PHP GD library freetype2 support missing
The core relies on GD library compiled into PHP with freetype2 support. This is missing on your system. Please install it.
22
MySQL / Re: MySQL 5.6
« on: December 21, 2015, 08:15:04 AM »
What problem you are facing now?
I managed to upgrade to 5.6 without any major problems (except pure-ftpd is not working anymore)
I managed to upgrade to 5.6 without any major problems (except pure-ftpd is not working anymore)
23
CentOS Configuration / GDlib
« on: December 21, 2015, 07:10:22 AM »
Hi all,
I am using php 7 and trying to install magento 2.
During the install i get this:
[ERROR] exception 'Exception' with message 'Warning: call_user_func() expects parameter 1 to be a valid callback, function 'imagecreatefromjpeg' not found or invalid function name in /home/magento2/public_html/vendor/magento/framework/Image/Adapter/Gd2.php on line 63' in /home/magento2/public_html/vendor/magento/framework/App/ErrorHandler.php:61
I have the gdlib and imagemagick installed, but i guess i have to add them when compiling php 7?
I am using php 7 and trying to install magento 2.
During the install i get this:
[ERROR] exception 'Exception' with message 'Warning: call_user_func() expects parameter 1 to be a valid callback, function 'imagecreatefromjpeg' not found or invalid function name in /home/magento2/public_html/vendor/magento/framework/Image/Adapter/Gd2.php on line 63' in /home/magento2/public_html/vendor/magento/framework/App/ErrorHandler.php:61
I have the gdlib and imagemagick installed, but i guess i have to add them when compiling php 7?
24
iptables / Re: Iptables Started Problem
« on: December 17, 2015, 05:39:18 PM »
Try this once your server is booted:
iptables -I OUTPUT -p tcp --dport 2030 -j ACCEPT
iptables -I OUTPUT -p tcp --dport 2030 -j ACCEPT
25
SSL / Re: letsencrypt.org implementation
« on: December 06, 2015, 09:56:14 AM »
Funny to see this thread.
I just added this to suggestions for CWP.
I just added this to suggestions for CWP.
26
Suggestions / SSL Certificates
« on: December 06, 2015, 09:55:10 AM »
The current SSL function is not working proper (well not for me).
Maybe it is an idea to include this:
https://letsencrypt.org/howitworks/
Free certificates =]
Maybe it is an idea to include this:
https://letsencrypt.org/howitworks/
Free certificates =]
27
MySQL / Problems after upgrading mysql 5.6
« on: December 06, 2015, 09:54:05 AM »
In another thread i already told i did an upgrade to mysql 5.6.
Apparantly pure-ftp got removed by this.
With mysql 5.5 i just reinstalled it without any problems.
Now with mysql 5.6 i got this error when trying to install it.:
Anyone got a clue on how to solve it? (Had to remove some lines to get it within 20000 chars )
Apparantly pure-ftp got removed by this.
With mysql 5.5 i just reinstalled it without any problems.
Now with mysql 5.6 i got this error when trying to install it.:
Code: [Select]
Transaction Check Error:
file /usr/share/mysql/charsets/Index.xml from install of mysql-community-commo n-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6 .x86_64
file /usr/share/mysql/charsets/armscii8.xml from install of mysql-community-co mmon-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1. el6.x86_64
file /usr/share/mysql/charsets/ascii.xml from install of mysql-community-commo n-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6 .x86_64
file /usr/share/mysql/charsets/cp1250.xml from install of mysql-community-comm on-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el 6.x86_64
file /usr/share/mysql/charsets/cp1256.xml from install of mysql-community-comm on-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el 6.x86_64
file /usr/share/mysql/charsets/cp1257.xml from install of mysql-community-comm on-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el 6.x86_64
file /usr/share/mysql/charsets/cp850.xml from install of mysql-community-commo n-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6 .x86_64
file /usr/share/mysql/charsets/cp852.xml from install of mysql-community-commo n-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6 .x86_64
file /usr/share/mysql/charsets/cp866.xml from install of mysql-community-commo n-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6 .x86_64
file /usr/share/mysql/charsets/dec8.xml from install of mysql-community-common -5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6. x86_64
file /usr/share/mysql/charsets/geostd8.xml from install of mysql-community-com mon-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.e l6.x86_64
file /usr/share/mysql/charsets/greek.xml from install of mysql-community-commo n-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6 .x86_64
file /usr/share/mysql/charsets/hebrew.xml from install of mysql-community-comm on-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el 6.x86_64
file /usr/share/mysql/charsets/hp8.xml from install of mysql-community-common- 5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6.x 86_64
file /usr/share/mysql/charsets/keybcs2.xml from install of mysql-community-com mon-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.e l6.x86_64
file /usr/share/mysql/charsets/koi8r.xml from install of mysql-community-commo n-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6 .x86_64
file /usr/share/mysql/charsets/koi8u.xml from install of mysql-community-commo n-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6 .x86_64
file /usr/share/mysql/charsets/latin1.xml from install of mysql-community-comm on-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el 6.x86_64
file /usr/share/mysql/charsets/latin2.xml from install of mysql-community-comm on-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el 6.x86_64
file /usr/share/mysql/charsets/latin5.xml from install of mysql-community-comm on-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el 6.x86_64
file /usr/share/mysql/charsets/latin7.xml from install of mysql-community-comm on-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el 6.x86_64
file /usr/share/mysql/charsets/macce.xml from install of mysql-community-commo n-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6 .x86_64
file /usr/share/mysql/charsets/macroman.xml from install of mysql-community-co mmon-5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1. el6.x86_64
file /usr/share/mysql/charsets/swe7.xml from install of mysql-community-common -5.5.46-2.el6.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6. x86_64
Error Summary
Anyone got a clue on how to solve it? (Had to remove some lines to get it within 20000 chars )
28
MySQL / Re: MySQL 5.6
« on: December 02, 2015, 08:36:36 PM »
No clue how, but managed to upgrade mysql 5.1 till 5.7 as i said before (was 5.7, i went a bit to high)..
This update totally failed.
Took a bit of time, but got mysql 5.5 running now.
Only 1 database totally got corrupted.
Will try to upgrade to 5.6/5.7 later on =]
This update totally failed.
Took a bit of time, but got mysql 5.5 running now.
Only 1 database totally got corrupted.
Will try to upgrade to 5.6/5.7 later on =]
29
MySQL / Re: MySQL 5.6
« on: December 01, 2015, 08:14:29 PM »
Alright.. do not use this:
http://mysqlserverteam.com/mysql-yum-repositories/
Or CWP will be full with errors like:
http://mysqlserverteam.com/mysql-yum-repositories/
Or CWP will be full with errors like:
Code: [Select]
Warning: mysql_connect(): No such file or directory in /usr/local/cwpsrv/htdocs/admin/index.php(1) : eval()'d code(1) : eval()'d code on line 2
mysqld is stopped
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
Could not connect: No such file or directory

30
Hi all,
Currently running: CWP version: 0.9.8.10
Want to mess around with magento 2.0.
This requires MySQL 5.6.
Currently i am running: MySQL version: 5.1.73
Is there a safe way to upgrade to MySQL 5.6?
[edit]
Found some other questions about this on here.
Seems with centos 6 it doesn't go any further as MySQL 5.5?
The other option is to update MariaDB till version 10?
Currently running: CWP version: 0.9.8.10
Want to mess around with magento 2.0.
This requires MySQL 5.6.
Currently i am running: MySQL version: 5.1.73
Is there a safe way to upgrade to MySQL 5.6?
[edit]
Found some other questions about this on here.
Seems with centos 6 it doesn't go any further as MySQL 5.5?
The other option is to update MariaDB till version 10?