Jump to content

RafaelLetras

Members
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

2414 profile views

RafaelLetras's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi guys With the host I could manage however my index.php Is no longer accesible I have error 403 and the following errors [04-Aug-2020 15:51:53 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/voloteav/public_html/crew/lib/skins/voloteavirtual/weather/wx_form.php on line 140 [04-Aug-2020 15:59:47 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/voloteav/public_html/crew/lib/skins/voloteavirtual/weather/wx_form.php on line 140 [04-Aug-2020 18:56:22 UTC] PHP Warning: imagecreatefromstring(): Data is not in a recognized format in /home/voloteav/public_html/crew/core/common/PilotData.class.php on line 1016 [05-Aug-2020 09:30:09 UTC] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0 [05-Aug-2020 09:30:09 UTC] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0 [05-Aug-2020 09:30:10 UTC] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0 [05-Aug-2020 09:30:33 UTC] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0 [05-Aug-2020 09:30:51 UTC] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0 [05-Aug-2020 09:32:08 UTC] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0 [05-Aug-2020 15:01:38 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/voloteav/public_html/crew/core/modules/Fltbook/Fltbook.php on line 47 [05-Aug-2020 19:03:30 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/voloteav/public_html/crew/admin/modules/PIREPAdmin/PIREPAdmin.php on line 120 [05-Aug-2020 19:03:58 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/voloteav/public_html/crew/admin/modules/PIREPAdmin/PIREPAdmin.php on line 120 [05-Aug-2020 19:26:48 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/voloteav/public_html/crew/admin/modules/PIREPAdmin/PIREPAdmin.php on line 120
  2. Hi @Strider I told him that , let's see what he does , because at the moment I have a VA with 100 pilots stoped because he's too lazy and rude Waiting for news
  3. So I got an answer from the host , he told '' please modify the script to not send invalid values to the system'' 😅
  4. Hi Thank you very much ! I will contacct the host ! And see what he says Thank you both I will keep you updated!
  5. Hi , Everything is correct I havent touch it since day 1 And mariadb version 10.2.32-MariaDB-cll-lve - MariaDB Server
  6. phpVMS version? simpilots PHP version? 5.6 MySQL or MariaDB version? MySQL From line 99 : public function connect($dbuser='', $dbpassword='', $dbhost='localhost') { $this->dbh = new mysqli($dbhost, $dbuser, $dbpassword); if(mysqli_connect_errno() != 0) { if($this->throw_exceptions) throw new ezDB_Error(mysqli_connect_error(), mysqli_connect_errno()); $this->register_error(mysqli_connect_error(), mysqli_connect_errno()); return false; } else { $this->clear_errors(); return true; } return true; }
  7. Good morning , Since the 17th juin my pireps are not working I have the following errors [17-Jul-2020 20:44:07 UTC] PHP Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in /home/voloteav/public_html/crew/core/classes/ezdb/ezdb_mysqli.class.php on line 101'' [21:46] '' [17-Jul-2020 20:44:07 UTC] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1>'' [21:46] '' [17-Jul-2020 20:44:17 UTC] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/voloteav/public_html/crew/core/classes/ezdb/ezdb_mysqli.class.php on line 106 [17-Jul-2020 22:38:32 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Login' does not have a method 'index.php' in /home/voloteav/public_html/crew/core/classes/MainController.class.php on line 218'' BR
  8. Good morning , I setup my website with a a SSL certificated , I also tried all the tutorials that are on the forum But the phpvms isnt sending any emails , I tried from that email mail box to my personnal email and it's working I also tried setting up a php file for the email And I have an error , The website is full https:// compatible and everything is set correctly on local_app and util If you can help me Best Regards Rafa <?php ini_set( 'display_errors', 1 ); error_reporting( E_ALL ); $from = "no-reply@voloteavirtual.com"; $to = "myemail"; $subject = "PHP Mail Test script"; $message = "This is a test to check the PHP Mail functionality"; $headers = "From:" . $from; mail($to,$subject,$message, $headers); echo "Test email sent"; ?> ISSUE FIXED ( for the moment
  9. Hi have that problem too , still trying to figurate it out
  10. Hello , Could you please take a look , it doesnt work : https://gyazo.com/124e903084ef31a4bc74ac5cd7d8cde6
×
×
  • Create New...