Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Posts posted by Nabeel

  1. 8 hours ago, Bwallnut said:

    I been spending my time on upload the stupid phpvms 7 it’s really a cancer

     

    took me 2-4 years trying figure out to work 

    after manage to install 

     

    its give me 404 error and I decided to delete the whole file and give up 

     

    please stop making life so difficult 

    make it simple like php5 installation gosh

     

    I'm sorry it's been difficult. Which version are you trying? Are you trying on shared hosting or your own VPS host or something similar? v7 uses Laravel, whose hosting requirements are a little different. A 404 to the installer likely means that the htaccess isn't setup correctly by your host, or your host is blocking htaccess from working properly.

     

    If you can give more information, we can try to help you figure out what the issue is.

  2. Can you try a different email provider? Or maybe you have to use a different port? That looks like it's connecting but it's not getting the proper response from the SMTP server. Maybe they're just running an blackhole telnet server or something

  3. 7 hours ago, Cloudpanda said:

    This is what it shows - * * * * * cd /home1/panda/public_html && /opt/cpanel/ea-php72/root/usr/bin/php-cgi -d register_argc_argv=On artisan schedule:run >> /dev/null 2>&1

     

    Interesting... but the command line you're using is PHP 7.3? I think I need to change how it's launched there (without the cd)

  4. 9 hours ago, Cloudpanda said:

    For what it maybe worth, I have been dealing with this for hours and finally got it to work. My host is Hostgator and this is what worked for me in the cron command

    /opt/cpanel/ea-php73/root/usr/bin/php /home1/username/public_html/artisan schedule:run >> /dev/null 2>&1

     

    What did the maintenance page in the admin recommend for the command?

  5. 2 minutes ago, SeanM said:

    Only 7.3 is avail... not sure if that matters...

    Command line: * * * * * cd /home/blusquar/phpvms && /opt/cpanel/ea-php73/root/usr/bin/php-cgi -d register_argc_argv=On artisan schedule:run >> /dev/null 2>&1 thos what your referring to?

     

    Ah yes, 7.3 is fine. Try using this for the cron:

     

    cd /home/blusquar/phpvms && /opt/cpanel/ea-php73/root/usr/bin/php-cgi -d register_argc_argv=On artisan schedule:run

     

  6. 1 hour ago, SeanM said:

    Yeah, tried that one no luck... I can create a ticket... using your hosting so was avoiding a ticket if possible.

     

    Ah, yeah, create a ticket. You've switched to PHP 7.4 already in cPanel? What's the command line that phpvms shows?

  7. There's no log because it's not running the cronjob. You have to ask your host the correct path to PHP for setting it up. I try to guess what that path is in the cronjob page. It would look something like:

     

    php /blusquar/phpvms/artisan schedule:run >> /dev/null 2>&1

     

×
×
  • Create New...