Jump to content

asunyer90

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by asunyer90

  1. Hi, How can I have the "Pilot account history" in my site?

    Hey Guys, I been on that for a while and I'm trying to firgure out how to add different status and I'm lost here,

    So I have added the new options for the pilot status

    6z4sav.png

    And What I coded like that for the stats listing.....

    <select name="retired">
    		<option value="0" <?php echo $activesel?>>Active</option>
    		<option value="1" <?php echo $retsel1?>>Retired</option>
    <option value="2" <?php echo $retsel2?>>Banned</option>
    <option value="3" <?php echo $retsel3?>>On Leave</option>
    	</select>
    
    

    And I'm trying to get the database to smarten up to get these numbers in the DB, becasue I I clicked Banned, then it'll just keep marking to 1 as retired, Is there anywhere I can manage the numbering to the database to which numbers goes to the database?

    If I manually edit my DB, then if Banned is under retire 2, then it will work, but not in the backend of phpVMS.

    Any help would be great!!! 1+rep!!

  2. Hi!

    I have in my hosting the last stable phpvms 2.1.934 and when I try to update the pilot's profile it shows me

    Fatal error: Out of memory (allocated 149684224) (tried to allocate 11780 bytes) in/home/cargoita/public_html/xxx/core/classes/ezdb/ezdb_mysql.class.php on line 277

    The most strange thing is that in another folder of my hosting, I have installed the last phpvms-dev and it doesn't give me this error on that page.

    Is so wierd because I tried to update some files ( Like in the PIREP list from Admin center, I had the same problem of memory, but when I updated pireps_list and some others the problem was solved.) and it works.

    Can someone explain me what or which files should I change / update to get the Pilot profile (admin) working and don't get this error.

    I readed some topics here and it says that the problem is from the server, but definitely don't think so, because in the other folder (phpvms-dev) is working perfectly.

    Thanks,

    Albert.

×
×
  • Create New...