Jump to content

Wondair Virtual

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Wondair Virtual

  1. I have problems with the ADMIN sidebar, for example with module NEWS appears sidebar_news.tpl and the HELP and tasks doesn't appear and I can't add news, it happens in every module, I take a photo (DOWN). Things that I modified, in core/classes/TemplateSet.class.php, because I had an error in registration (file_exists), I edit public function set($name, $vars), that it was like this(lines 90-103 default file): public function set($name, $value) { if(is_string($value) && strstr($value, $this->tpl_ext)) { if(file_exists($this->template_path . DS . $value)) { $value = $this->GetTemplate($value, true); } } $this->vars[$name] = $value; } And now it's like this: public function set($name, $value) { $this->vars[$name] = $value; } I think it may not afect this. The photo: Regards, Pablo Garcia
  2. The result of checkdb is all OK. And the result of check install is this checkinstall: phpVMS Virtual Airline Administration Software Install Check phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.3.2.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /core/templates/frontpage_main.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pilot_public_profile.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Profile/Profile.php did not match, possibly corrupt or out of date [Error] ../core/modules/kACARS_Free/kACARS_Free.php doesn't exist [Checksum failed] /core/modules/Frontpage/Frontpage.php did not match, possibly corrupt or out of date -- Checked 183 files, found 5 errors About using ADMIN panel for the field I use it but the IVAO VID doesn't save in DB and in the profile it disappears. And when I go to edit profile in ADMIN panel the field is white, there is nothing inside. Thanks!
  3. Hi, my english isn't very good, I'm trying to do my best. Well, I have 2 principal problems with my VA: First: What I have to do to put "VID IVAO" in the register form and what I have to modify in the "core/modules/registration/registration.php" that this field adds to de database in "phpvms_pilots" table and show this field in profile? Second: When I click "Register!" or "save" in edit profile appears this error: Warning: imagefontheight() expects parameter 1 to be long, string given in /home/wondair/public_html/web/core/common/PilotData.class.php on line 1035 Warning: imagefontwidth() expects parameter 1 to be long, string given in /home/wondair/public_html/web/core/common/PilotData.class.php on line 1036 Warning: imagestring() expects parameter 2 to be long, string given in /home/wondair/public_html/web/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /home/wondair/public_html/web/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /home/wondair/public_html/web/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /home/wondair/public_html/web/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /home/wondair/public_html/web/core/common/PilotData.class.php on line 1054 Sometimes the line change (I think, I'm not sure) My king regards, Pablo Garcia
×
×
  • Create New...