Jump to content

VatmeGroup

Members
  • Posts

    10
  • Joined

  • Last visited

VatmeGroup's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thanks. I have now sorted it with my hosting people. They have increase the memory allocation for my site in the php.ini file. Regards JJ
  2. Hi Guys, All of a sudden I get the following error. Does anyone know a fix for this. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /var/sites/v/mysite.com/public_html/vms/core/common/StatsData.class.php on line 183 It occurs when I try to valdate submitted Pirep reports from the admin panel. It has only just started happening. Any help would be appreciated. John
  3. SOLVED IT !!! Buffering wasnt turned on in PHP 5.3 All works fine now John
  4. Hi everyone, I have just migrated my site to a new host. (mysql version 5.0.77 and php versions from 5.2 to 5.6) I get the following errors and hope that someone may have an answer. LOGIN (instead of going straight to the pilot center) Warning: Cannot modify header information - headers already sent by (output started at /home/vatmegro/public_html/vms/core/local.config.php:1) in /MY SITE/vms/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /home/vatmegro/public_html/vms/core/local.config.php:1) in /MY SITE/vms/core/modules/Login/Login.php on line 154 LOGOUT (instead of going to home page) Warning: Cannot modify header information - headers already sent by (output started at /home/vatmegro/public_html/vms/core/local.config.php:1) in /MY SITE/vms/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started at /home/vatmegro/public_html/vms/core/local.config.php:1) in /MY SITE/vms/core/modules/Logout/Logout.php on line 26 ERROR in admin panel when dashboard first loads also no pilot list Open Flash Chart JSON Parse Error [syntax Error] Error at character 0, line 1: 0: <br /> Thank you in advance for any help you can give John
  5. You are a genius Thanks for that fix. It worked perfectly John SOLVED
  6. Hello all, The day before yesterday my hosting company decided to update php and mysql to latest versions. Since then my site doesnt display correctly and they dont seem to be able to sort it out. The header page doesnt load and no proper formatting according to my skin. At the bottom of the home page I get this error Fatal error: Cannot re-assign auto-global variable _FILES in /home/vatmegro/public_html/vms/core/common/PilotData.class.php on line 436 Any ideas as to what is going wrong would be appreciated. Thanks John
  7. Does nobody know how to fix this ? Please help John
  8. Showing award images is commented out between the marks /* and */ and although I have the code as <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> it doesnt work when I remove the comment out signs.. Taking out the /* and */ just gives me an error (unexpected <) I cant see what is wrong. Any ideas whats wrong ? John
  9. Many many thanks for the advice. Now it works fine John
  10. Hi Everyone, I am new to phpVMS and love it so far. One problem I have is that our pilots don't normally fly scheduled flights. They just fly any where anytime. When it comes to manually submitting a pirep it always asks for flight numbers and wont let you enter dep ICAO and arr ICAO as it gets this from flight schedules. Is there a way that they can put in their own ICAO codes and Flight numbers etc to submit it ? Or has anyone done a module to do this ? Thanks in advance John
×
×
  • Create New...