• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. Y

    Issue Error installing memcache 3 on plesk php 7 - centos 7

    Sorry I saw that pecl memcache-beta is not written for php 7. Any other solution on how to install memcache with plesk alternate php 7?
  2. Y

    Issue Error installing memcache 3 on plesk php 7 - centos 7

    I an trying to install memcache 3.0.x on plesk php7 alternate version. System is a centos 7 / plesk 12.5. Iwas unable to install due to the following error. Can anybody help? #####ERROR########### [root@webserver ~]# /opt/plesk/php/7.0/bin/pecl install memcache-beta downloading...
  3. Y

    Resolved apache 503 error after pecl install memcache-beta

    Thank you UFHH01, I'm sorry I mispelled. I did install memcache 3 correctly with /opt/plesk/php/5.6/bin/pecl install memcache-beta You led me to the correct solution. I had to struggle a bit and found there was some kind of misconfiguration on a domain. Thank you very much for your help, you...
  4. Y

    Resolved apache 503 error after pecl install memcache-beta

    I tried to install pecl memcache v 3.0.x with the following command (I already had memcache v2 installed): /opt/plesk/php/5.6/bin/pecl/install/memcache-beta After this I can't use plesk php 5.6 or plesk php7 anymore. I always get a 503 error and I'm unable to solve this problem. If I try to...
  5. Y

    File not found error

    Another hint could be that this domain is a subdomain (not under httpdocs dicrectory) - Other web sites under httpdocs are working correctly
  6. Y

    File not found error

    As of yesterday's update in plesk 12.x All htaccess rewrited pages are returning a File not found Blank Page. Server info: 12.5.30 CentOS 7 1205160407.13 Php V 5.6 as fast-cgi I think this problem can be avoided if I switch back php to run as apache module. But this isn't showing anymore in my...
  7. Y

    plesk 12.5 phpmyadmin is requiring password after site imported from cpanel

    I switched my cpanel server to a centos 7/plesk 12.5 server using the Plesk Migration Manager tool. Everything went fine but now when I want to access phpmyadmin plesk is requiring me to input the password. How can I avoid this? Is there a way to access phpmyadmin as root, as it was in previous...
  8. Y

    Multiple versions php: sphinx module php version mismatch

    You got it! The problem was exactly this: I Installed php-devel via yum but had an error, so I had to download the package for php 5.5.29 from http://autoinstall.plesk.com/PHP_5.5.29/dist-rpm-CentOS-6-x86_64/extra/plesk-php55-devel-5.5.29-centos6.15090811.x86_64.rpm and install it manually...
  9. Y

    Multiple versions php: sphinx module php version mismatch

    Also, phpize script is only on the system's php. I didn'find it under the alternate version
  10. Y

    Multiple versions php: sphinx module php version mismatch

    Auto-discover new Channels auto_discover <not set> Default Channel default_channel pecl.php.net HTTP Proxy Server Address http_proxy <not set> PEAR server [DEPRECATED] master_server pear.php.net Default Channel Mirror preferred_mirror...
  11. Y

    Multiple versions php: sphinx module php version mismatch

    /opt/plesk/php/5.5/bin/pecl install sphinx downloading sphinx-1.3.3.tgz ... Starting to download sphinx-1.3.3.tgz (15,555 bytes) ......done: 15,555 bytes 4 source files, building WARNING: php_bin /opt/plesk/php/5.5/bin/php appears to have a suffix /5.5/bin/php, but config variable php_suffix...
  12. Y

    Multiple versions php: sphinx module php version mismatch

    Thank you for your reply. of course, I've already added those l ines to php.ini, and if I check phpinfo() the sphinx.ini file is loaded but the module no. Reading your code, it's exactly what I have done. My version is sphinx-2.2.9-release. I noticed you only used ./configure but didn't "make"...
  13. Y

    Multiple versions php: sphinx module php version mismatch

    Nobody from official plesk support is able to help me with this issue?
  14. Y

    Bad Gateway 502 every day - PHP process dead!

    a 502 error means the backend server apache is down, probably due to an overload. Check apache error log in /var/log/httpd/error_log (tail -f /var/log/httpd/error_log)
  15. Y

    Multiple versions php: sphinx module php version mismatch

    I've already posted this but I'm opening a new post to better illustrate the problem that has not been solved, hoping that somebody from official plesk support can help...: I'm trying to install sphinx module for php 5.5 (alternate php-cgi version) on a centos 6.6 plesk 12 server. The problem is...
  16. Y

    Multiple versions php: can't add php sphinx module

    Thank you Oliver! This is the help, do you notice something I could use? `configure' configures libsphinxclient 0.0.1 to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below...
  17. Y

    Multiple versions php: can't add php sphinx module

    I think the issue is related to the php-config when I configure libsphinxclient: running these commands form the libsphinxclient source: ./configure make make install What I don't know is how to configure libsphinxclient to install for the alternate php version instead of system's. Something of...
  18. Y

    Multiple versions php: can't add php sphinx module

    didn't work. here's the results. Maybe something needs to be configured when installing libsphinxclient... [root@webserver ~]# /opt/plesk/php/5.5/bin/pecl config-set php_ini /opt/plesk/php/5.5/etc/php.ini PHP Warning: PHP Startup: sphinx: Unable to initialize module Module compiled with...
  19. Y

    Multiple versions php: can't add php sphinx module

    I was trying to add sphinx module to php 5.5 as fastcgi using the multiple version feature of plesk 12 on a centos 6.6 server but wasn't able to do it. These are the steps I followed: 1) configured and installed libsphinxclient from source. 2) /opt/plesk/php/5.5/bin/pecl install sphinx 3) added...
  20. Y

    Safely upgrade mysql 5.5.45 from 5.5.42-1

    upgraded and everything went ahead straight forward without any problem. Thank you
Back
Top