Gallery3 requires mysql and msgpack: php_value[extension]=mysql.so php_value[msgpack]=mysql.so or extension=mysql.so extension=msgpack.so See https://adrhc.go.ro/wordpress/configure-command-for-building-various-software/ for learning how to compile msgpack. The user/group of the php processes (specified in php-fpm.conf) show be the same for gallery3 directory: chown -R nobody:nobody ~/apache-htdocs/gallery3 After installing […]
Month: July 2015
core dump
The path for core dump is like this: /i-data/md0/.system/core.*. # The path pattern is written in /proc/sys/kernel/core_pattern. cat /proc/sys/kernel/core_pattern /i-data/md0/.system/core.%e.%u.%g.%s # In order to generate core dump declare in php-fpm.conf: rlimit_core = unlimited # reading php-fpm’s core dump: gdb […]
NSA310: phpMyAdmin setup
#start configuration mkdir $HOME/apache-htdocs/myadmin/config chown -R nobody:nobody ~/apache-htdocs/myadmin Access https://adrhc.go.ro/myadmin/setup. #you’ll then have $HOME/apache-htdocs/myadmin/config/config.inc.php which you must move to $HOME/apache-htdocs/myadmin/config.inc.php #then delete $HOME/apache-htdocs/myadmin/config #bzopen and bzcompress functions required This means you don’t have extension=bz2.so somehow enabled into php. #Enable Features […]