Jump to content

Cloudpanda

Members
  • Posts

    22
  • Joined

  • Last visited

Everything 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"
  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. Thank you for that. Looking forward to trying.
  4. 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. Yes, that worked. Thank you so much.
  7. Thank you @nickkecooper and @web541 I will give these a try. I appreciate the replies.
  8. 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!
  9. When I try to view other created pilot profiles, I am getting the following error (attached). I can view my own profile just fine. php 7.3 and vms7 B-4 Anyone else seeing this? Screenshot_51.zip
  10. 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.
  11. Not sure if anyone else has had this problem, but I went to edit the .css file it was a single file and hard to follow for this newbie. I wanted to share a site that would clean it up and make it a multi line and more understandable for the less knowledgable. https://www.cleancss.com/css-beautify/ Just wanted to share.
  12. 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.
  13. 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
  14. 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
  15. Will do. Thank you.. This looks amazing!!
  16. 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.
  17. 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.
  18. 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
  19. 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.
  20. On phone with again to make sure. I found the php.ini and I only see one extension of the 7 listed. PDO. I will advise upon further information. Thank you
  21. 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.
  22. 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...