aarbee Posted April 14, 2014 Report Posted April 14, 2014 Hello, I am missing a lot of lists, or better said what should be in a list, after I have moved from one host to another. Most issues I had after moving where related to write-rights. Some had to do with a newer PHP. But I still have 2 kinds of errors. 1 is related to the admin part. I am missing the contents of several lists like: Pilots Schedule Schdules Airports The contents are visable in the database itself. But not via the admin panel. I do not even see an error message. I had other issues, that where solved by: PilotData.class.php Deleting this $_FILES from this line (436) public static function saveAvatar($code, $pilotid) CodonModule.class.php add this hust behind <?php ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); 2. Is more related to these JSON graphs. But I would like to solve the missing contents first. Maybe, somebody could shine a light on this? Greetings RobB Quote
aarbee Posted April 15, 2014 Author Report Posted April 15, 2014 The issue with the not seeing the pilots and other lists: Found this part after hours of searching and trying out: http://forum.phpvms.net/topic/20629-most-common-fixes-phpvms-installation/. For the rest, still having an issue with these graphs. (in the admin part it has been solved.) 2. Flash graph is not showing. I get this error: Open Flash Chart JSON Parse Error [syntax Error] Error at character 1, line 2: 0: 1: Strict Standards: Non-static method OFCharts::show_chart() should not be called statically in I tried this solution, but it did not solve the issue. https://github.com/nshahzad/phpVMS/issues/110 Maybe someone can help me with this part then? ;-) Greetings, RobB Quote
aarbee Posted April 15, 2014 Author Report Posted April 15, 2014 Considering the Json, I wonder, why the graph is suddenly showing in the admin part. But I am not sure, should I replace this text: foreach(self::$data_set as $data) with this text: $this->show_chart($title); Stupidity is that the for each loop would not work, according to me, but I am not developer. Greetings, RobB Quote
Moderators mark1million Posted April 15, 2014 Moderators Report Posted April 15, 2014 This is displayed when there is no data usually ie the value to be calculated is 0 Quote
aarbee Posted April 15, 2014 Author Report Posted April 15, 2014 Thank you for your answer. But I do not think that is the case. As one of the pilots flew today, and he is showing that too. Have a look please: http://www.citylink-va.com/index.php/profile/view/48 Rob Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.