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.


Topics - view

Pages: [1]
1
PHP / Problem with GD
« on: April 18, 2016, 11:22:51 AM »
Hello


I have enabled GD and show all good in php.ini But in my joomla i get this error

Code: [Select]
Critical Issues
No GD library available.

In ssh i found rhis

Code: [Select]
[root@server ~]# php -v
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/extensions/no-debug-non-zts-20131226/php_gd2.dll' - /usr/lib64/extensions/no-debug-non-zts-20131226/php_gd2.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/extensions/no-debug-non-zts-20131226/php_intl.dll' - /usr/lib64/extensions/no-debug-non-zts-20131226/php_intl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 5.6.14 (cli) (built: Apr 12 2016 23:52:57)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies

How to resolve this problem?

2
Backup / FTP Backup
« on: November 20, 2015, 01:20:59 PM »
Hello

How to setup FTP/SFTP backup to remote backup FTP/SFTP server?
I see that you allow only rsync for remote backup.

Pages: [1]