no display on clients ,mediamanger not working

Asked by smolboy

1:no display on clients default screen they are regesterd to the server (client windows xp sp3 , .net frameworks 3.5) ( server is windows xp ,apache ,mysql,php ) i have been trying for 2 days its not working , 2: if i click the mediamanger it forwords me back to home page the link is http://10.3.82.10/index.php?p=layout&q=RegionOptions .. guys help please thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
smolboy
Solved:
Last query:
Last reply:
Revision history for this message
smolboy (smolboy) said :
#1

fixed the first one know its working

Replace:
@file_get_contents($PHONE_HOME_URL);
With:
//@file_get_contents($PHONE_HOME_URL);

Revision history for this message
Dan Garner (dangarner) said :
#2

Hi,

I will leave Alex to comment on the first issue - we did have this before but I think it turned out to be something other than commenting out the code (UNIX line endings come to mind)

As for #2... what do you mean by the "mediamanager". The media manager home page setting on the user is not currently functional in 1.0. All users should have their homepage set to "dashboard". We are looking to address this very soon (probably in 1.1.0) where you will have the option of setting the user a "timeline" as a homepage. (for more information on timelines see: http://wiki.xibo.org.uk/wiki/Content_Streams_-_AKA_Timelines)

If you are talking about double clicking on the "region" inside the Layout design then this should work. Could you follow the instructions in "Report Fault" and send the output to <email address hidden>

Cheers,
Dan

Revision history for this message
Alex Harrington (alexharrington) said :
#3

Hi

As Dan says, this is likely to do with the bug he's linked.

Did you use the 1.0.1 download or the later 1.0.1-1 which should fix the issue?

If you used 1.0.1, download 1.0.1-1 and replace your current installation with those files. Be sure to backup and restore your settings.php file in to the new version. That will cause the upgrade to run, but perform a nil upgrade so you shoudn't loose anything.

Once that's happened, things should work. If not, it is just possible that your server doesn't have direct access to the internet and since you have the PHONE_HOME setting on, I'd try turning that off in that scenario - but that shouldn't be required.

Cheers

Alex