• 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

Recent content by jmano

  1. J

    Issue 403 errors on CSS and Media files and pcfg_openfile: unable to check htaccess file

    huh ??? old system: RHEL6, PHP5.3, apache 2.2, mod_php -> 500/400 (more secure) -> works new system: RHEL7, php 5.6, apache 2.4, php FPM - > 500/400 (more secure) - > doesn't work -> only less secure 755/644 works so what gives ?
  2. J

    Issue 403 errors on CSS and Media files and pcfg_openfile: unable to check htaccess file

    hey thx, i ran: find ./ -type f | xargs chmod 644 and find ./ -type d | xargs chmod 755 and now it works. what i really don't understand is why this doesn't work with the same permissions as on the old system. I am using the exact same version of Plesk and only the php and apache versions...
  3. J

    Issue 403 errors on CSS and Media files and pcfg_openfile: unable to check htaccess file

    Hello, i am trying to move my magento 1.9 shop from my old server (Centos 6 w. Plesk 12.5.3 running php 5.33 as apache module) to a new server (Centos 7 with Plesk 12.5.3 and php 5.6.26 running as FPM application served by apache). The site works fine except for all stylesheets, images and...
  4. J

    Resolved trouble setting up scheduled task: /opt/plesk/php/7.0/bin/php: No such file or directory

    ok, i found a solution here: https://kb.plesk.com/en/115889 after running /usr/local/psa/bin/server_pref --update -crontab-secure-shell "" the task executes without erros when running it from plesk :) as far as i understand a Plesk user is not allowed to access directories above it's vhost...
  5. J

    Resolved trouble setting up scheduled task: /opt/plesk/php/7.0/bin/php: No such file or directory

    when i run /var/www/vhosts/mymagentodir/bin/magento cron:run as root from the shell i get a permission denied error btw, i am on Plesk 12.5.3 on this new server, Plesk 11 was on the old server
  6. J

    Resolved trouble setting up scheduled task: /opt/plesk/php/7.0/bin/php: No such file or directory

    not yet, i'm reading up on cron jobs now since for the moment i don't know how to do it via command line, in my old server/shop with magento 1.9 on plesk 11 i managed to set it up via plesk like that
  7. J

    Resolved trouble setting up scheduled task: /opt/plesk/php/7.0/bin/php: No such file or directory

    Hello, trying to set up a cron job for magento in one of my plesk user subscriptions. Here is my setup: when i try to run this job i get this error: the directory certainly exists so what am i missing here ? (i have to admit that i am not super skilled in setting up cron jobs :oops: )
  8. J

    Resolved Plesk repair tool reports "There are files or directories with suspicious permissions"

    hey, thx for the quick reply :-) that makes sense, i'm having trouble finding where in magento the permissions for generation of the cache directories are set up so everytime the folders are regenerated it will set them back to 775/777. Ther is a setting in...
  9. J

    Resolved Plesk repair tool reports "There are files or directories with suspicious permissions"

    hello, when i run plesk repair all -n i get the WARNING: There are files or directories with suspicious permissions in the root directory of the domain 'mydomain.com' running plesk repair fs -verbose return a list of cache folders which are generated by the php application running on the domain...
  10. J

    Resolved Scheduled task option not available for clients

    :D yep that'll do ... can't believe i spent an hour trying hunting for it when it was right there .. i was somehow totally expecting it to be in the main panel thx so much !
  11. J

    Question how to switch shell user to vhost domain owner user with su command ?

    i am trying to follow the magento 2 install and migration instructions and am having trouble creating what magento calls a Magento file system owner . Since Plesk uses different users/groups than a traditional Apache install i'm having trouble figuring out how i can do this. Obviously the...
  12. J

    Resolved Scheduled task option not available for clients

    i am trying to set up cron jobs for one of my users but i have no 'Scheduled Tasks' option in the Websites & Domain tab. The only thread i found abou this is: https://kb.plesk.com/en/127969 but this does not apply since i am using an unlimited plan which has all permissions enabled (including...
  13. J

    Question can someone clear up confusion about different user account types and subscriptions ?

    thx ... i did read the docs you linked to before posting ... it still doesn't make sense to me, as a hosting company you normally have clients who typically have several domains. so a logical folder structure in the vhosts folder in my opinion would be: client1 --client1domain1.com...
Back
Top