This topic is locked
[SOLVED]

 Only part of MENU shows up

11/3/2013 1:25:32 AM
PHPRunner General questions
bbarker author

I have a great application built using Version 7.
It has six MENU lines.

The menu.php page shows up good on my local development PC,

and it shows up good when I uploaded it to the DEMO site.
But when I upload to my server, only the FIRST line shows up.
POSSIBLE HINT: The first line points to a LIST page. The second line points to a CHART page.

(I don't know whether this makes any difference or not. But something is stopping the MENU page from displaying after the first line.)
Any suggestions?

C
cgphp 11/3/2013

Did you enable user permissions on pages?

bbarker author 11/3/2013

Yes, all users have all permissions.
More info --

I modified the MENU (main) page and added a "separator" at the top of the list.
After compiling it and uploading to my server -- ONLY the separator line showed up on the menu. No other selections.
Then I removed it and reorganized the selections again.... ONLY the first line shows up.

And the box outline around the menu appears normal.
So... only the FIRST LINE shows up no matter what I've tired so far.
Any more ideas???

bbarker author 11/3/2013

I completely REBUILT the menu. No "separaters" or modifications of any kind.

It still only displays the FIRST LINE of the MENU from my server.
Is there any chance that my server is missing s plugin?

PHP Version 5.1.6

bbarker author 11/4/2013

Main Menu in the DEMO area and on my local PC:


Main Menu when logged in to my server (http://vcca.org)

C
cgphp 11/4/2013

Make sure both databases (local and remote) store the same permissions for users. It looks like the logged in user on the remote server doens't have the premissions to see the others pages.

Sergey Kornilov admin 11/4/2013

The version of PHP on the server is definitely too old. We recommend PHP 5.2 or better.

bbarker author 11/4/2013

Yep... I'll bet that's the cause.
For the record... the PHPRunner REQUIREMENTS PAGE SAYS "PHP 5.x or better"

at http://xlinesoft.com/phprunner/index.htm
You might want to modify it to say "PHP 5.2 or better"

bbarker author 11/5/2013



For the record... the PHPRunner REQUIREMENTS PAGE SAYS "PHP 5.x or better"

at http://xlinesoft.com/phprunner/index.htm
You might want to modify it to say "PHP 5.2 or better"


YES... that was the problem. I had PHP 5.1.6 installed. I just upgraded my server to 5.4.21 and everything (ie. MENU) is working now.
The "Requirements should be shown as 5.2 or better" for PHPRunner Version 7.0.