Jump to content

missing lists after moving to different hosting company


aarbee

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...