• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. B

    JS files being hacked, even after micro-updates

    Hello, Several months ago we had hundreads of files hacked, due to bug fixed on MU#11 for Plesk 9.5.4. After that, we had no problems until now... We have, again, several websites being hacked, and being injected to this kind of javascript...
  2. B

    Plesk replaces php settings made on specific domains

    Hello all, This is a very strange situation, and we don't know what is causing it. We have PEAR packages installed on a shared server ( /usr/share/pear/ ) for our customers to use Mail library. When a customer needs this packages, we go to Domains -> domain.com -> PHP Settings and we manually...
  3. B

    Some of MySQL databeses has no MID and MIY

    In that case, you can try to repair all data databases: > %plesk_dir%\Databases\MySQL\bin\mysqladmin.exe -u admin -p --repair --all-databases
  4. B

    php error

    Have you tried to remove those entries from php.ini file? Or you can try to install that extensions by hand
  5. B

    Some of MySQL databeses has no MID and MIY

    FarshidG, you have two major engines within MySQL: MyISAM and InnoDB. Is a table is InnoDB, you will just have .FRM files.
  6. B

    Creating new site with dedicated Application pool generates error

    Did you try to remove vhost and install it again? %plesk_dir%/websrvmng.exe --remove-vhost --vhost-name=DOMAIN.COM %plesk_dir%/websrvmng.exe --install-vhost --vhost-name=DOMAIN.COM This should do it for you :)
  7. B

    Revert FTP Repository Settings

    Hello, I've run into some errors using traditional backup feature, so I've decide to user an ftp server for remote backup. But now I need to revert FTP settings on my costumer account to "blank" state. How can I do this ? Thanks.
  8. B

    open /var/lib/php/session

    Ok, I've done a simple PHP script: <?php error_reporting ( E_ALL ); if ( is_dir ( "/var/lib/php/session" ) ) echo "is dir"; else echo "no dir"; ?> And this returns the following error: Warning: is_dir() [function.is-dir]: open_basedir restriction in effect...
  9. B

    open /var/lib/php/session

    I have a problem with permissions: Warning: Unknown: open(/var/lib/php/session/sess_4a7e0fusf2dt3dtbeecbru5gs0, O_RDWR) failed: Permission denied (13) in Unknown line 0 Does anybody know what is the cause of this??
  10. B

    how do I get crontab to work?!

    ok... I've changed "Access to the server over SSH" to /bin/bash .... BUT, when I login to server via SSH with FTP credentials, I can navigate on all servers directories. How can I change this? I want to use crontabs, but don't want users to get logged to the system with ssh...
  11. B

    administrator information

    Hello, in Administrator Information - Email, can't I change it to an email address created under the same server?? "Error: Unable to update administrator information: Some fields are empty or contain an improper value."
  12. B

    how do I get crontab to work?!

    Hello, When I try to run a php script via crontab, created over Plesk, I always get email error message: /usr/bin/php: No such file or directory I've tried with just "php -q /path/to/script" but get the same error. Is there any configuration I have to do?? I've saw this on documentation...
Back
Top