Jump to content

Cloudpanda

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Cloudpanda

  1. Found it. If anyone else runs across this, you have to go into your cpanel (if you have one)  cPanel -> Software Tab -> Select PHP Version -> Options (Top Menu Bar) and then find and removing proc_open from the list of functions inside the text area called "disable_functions"

    • Like 1
  2. I get the following error in the logs when mail is trying to send. Can someone tell me if this is a host problem or something I have set up wrong. 

    [2020-08-13 16:56:09] prod.EMERGENCY: Error emailing admins, malformed email=proc_open() has been disabled for security reasons

     

    Thank you

  3. 5 hours ago, Nabeel said:

    It's just a placeholder for now. If you're looping through the rank somewhere, you would use something like

     

    
    <img src="{{ public_asset($rank->image_link) }}" alt="{{ $rank->name }}" />

     

    Thank you for that. Looking forward to trying. 

  4. 1 hour ago, web541 said:

    No I don't think it's been put anywhere yet, but you can put that code anywhere you want (you could try /layouts/SKIN/profile/index.blade.php and search for "Rank" and put it nearby).

    
    <img src="{{ asset('/assets/img/ranks/rank1.png') }}" alt="Rank 1" />

    or

    
    <img src="{{ public_asset('/assets/img/ranks/rank1.png') }}" alt="Rank 1" />

     

    Alright, I will try that and let you know. Thank  you for help.

  5. After following what you all advised, I can get to the image by going directly to the link in my browser and the image shows up. I placed this url in the image link field. Does anyone know where it is suppose to show up? I would think profile page, or the page that lists all the pilots and you can click their profiles, but nothing. Any ideas about that?

  6. 8 hours ago, nickkecooper said:

    Maybe the newly created pilot needs to get assigned a rank? Try assigning a rank and see if that works! 

    Yes, that worked. Thank you so much. 

  7. When you create ranks, there is an option for "image link". Does anyone know the correct format to put here. I have looked through other files and tried to follow the url format for that image. I created a "ranks" folder inside phpvms/public/assets which I have several .png files. I have tried different combos of linking the image like (../ranks/  /phpvms/public/assets/ranks/ ) and many others with no luck. Will this new system accept png? Are the images for this suppose to show up in the profile page of pilot or somewhere else? Thank you for any help!

  8. On 6/4/2020 at 10:58 AM, Nabeel said:

    Which file? It's probably best to add them into the styles.css file. The minified originals need to be compiled. I'll write a guide on this for the docs

    vendor.css in different places. I asked this in the discord, but which css file is the one to edit to make changes to colors and fonts. There are so many and I am not having any luck. Thank you for your time.

  9. 4 hours ago, Nabeel said:

     

    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)

    Yes 7.3. the host doesnt offer 7.3 unless someone ask for it and they were able to update. They did advise 7.4 was coming soon. I tried it with the added  (cd) along with the other text in the line just to try and it accepted that too. I am very new to doing any of this. Lots and trial and error. 

  10. 5 hours ago, Nabeel said:

     

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

    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

  11. 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

  12. As I am learning all that I can, I found that there is an extension difference in windows and linux. windows extensions ending in .dll while linux ending in .so I rebuilt the php.ini with correct extensions and have been able to complete setup. For anyone else who may get this. 

    • Thanks 1
  13. While in the database setup screen, I have put all the information required. When I click "test database" I am getting error in a red banner reading "Failed! Could not find driver" If I try to skip testing and try to proceed, it just cyclels back around to database setup. Only information I could find was related to PDO, but nothing with phpsvms. Any ideas? Thank you in advance.

  14. 8 minutes ago, ProAvia said:

    You can create a phpinfo.php file and put it in the directory with the phpVMS files. I recommend putting it in the phpVMS directory because different settings can apply to different directories - just like many hosts allow using different PHP versions in different directories.

     

    Then run the file and see what is actually enabled and what isn't. 

    Contents of the phpinfo.php file....

    
    <?php
    phpinfo();
    ?>

     

    Thank you. I will do this. As mentioned before, they were not enabled like I was told twice. They are now after I added them to the php.ini, which allowed me to move forward. Thank you again

     

  15. Once again, the rep on phone was assuring the extensions were there. I went to file manager and found php.ini and found only 3 of the 7 actually enabled. I then edited it myself added remaining missing extensions and have made at least to set up database.. This inital problem is fixed. Thank you for the replies. Guess have always verify things personaly. 

  16. Yes paid hosting. At first they were not and I had to give them the list of the 7 listed in the install doc. Two different reps have confirmed they are.  This host does not have option to click what modules/extensions to install/enable like I have seen on other hosts. Had to request.

  17. After unzipping files and trying to access site to install, I am getting the following error (screenshot below) Not a free host and running php 7.3 Any direction would be helpful. Thank you all for your time.

    https://prnt.sc/srtput

    Screenshot_37.zip

     

     

    I was able to obtain these logs from host. 

     

    [Mon Jun 01 12:04:23.336119 2020] [:error] [pid 660262:tid 140165602744064] [client 163.242.197.243:22745] PHP Warning:  PHP Startup: Unable to load dynamic library 'openssl' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

    [Mon Jun 01 12:04:23.336600 2020] [:error] [pid 660262:tid 140165602744064] [client 163.242.197.243:22745] PHP Warning:  PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/pdo_mysql (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/pdo_mysql: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/pdo_mysql.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/pdo_mysql.so: undefined symbol: mysqlnd_allocator)) in Unknown on line 0

    [Mon Jun 01 12:04:25.087649 2020] [:error] [pid 660262:tid 140166005593856] [client 163.242.197.243:4755] PHP Warning:  PHP Startup: Unable to load dynamic library 'mysqli' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/mysqli (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/mysqli: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/mysqli.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/mysqli.so: undefined symbol: mysqlnd_global_stats)) in Unknown on line 0, referer: http://airlinecentralva.org/

    [Mon Jun 01 12:04:25.088553 2020] [:error] [pid 660262:tid 140166005593856] [client 163.242.197.243:4755] PHP Warning:  PHP Startup: Unable to load dynamic library 'openssl' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0, referer: http://airlinecentralva.org/

    [Mon Jun 01 12:04:25.089156 2020] [:error] [pid 660262:tid 140166005593856] [client 163.242.197.243:4755] PHP Warning:  PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/pdo_mysql (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/pdo_mysql: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/pdo_mysql.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/pdo_mysql.so: undefined symbol: mysqlnd_allocator)) in Unknown on line 0, referer: http://airlinecentralva.org/

×
×
  • Create New...