Emoncms upgrade issue's

I have just upgraded emoncms to the latest level, after quite a bit of hassle with GIT and deletion/recreation of the database I am getting there.

There is however 1 issue I can get passed, when I log onto the emoncms server the only options I appear to have are:-

Raspberry Pi, Dashboard, Admin, Account, Logout.

The input/feeds option is not appearing.

Any idea's out there ?

TrystanLea's picture

Re: Emoncms upgrade issue's

Hello Neil, that's a strange one, if you see dashboard and raspberrypi then inputs and feeds should also be there. Did you make any changes to those modules? does the script /emoncms/Modules/input/input_menu.php exist?

I'd do another git clone of emoncms, maybe rename your current folder to something like emoncms_tmp and pull a clean copy:

git clone http://github.com/emoncms/emoncms.git

 

 

gb095666's picture

Re: Emoncms upgrade issue's

Hi Trystan, Thanks for that, for some reason input_menu.php didnt exist even though Git said there was nothing more to update. I took your advice and reloaded the emoncms software from scratch and now it appears to work.

Thanks for you help.

btw, not sure if this will help or not and it's totally off topic, but ever since upgrading emoncms to the new version rather strangely my GLCD has started to run constantly without locking up regulary, I havent upgraded to the newest level of GLCD software either, so I am thinking atleast part of the problem could be down to the constant transmitting of the time clock. I have used the new level of emoncms to only update the time every 10 minutes which is probably still too often, but it does appear to have cut down of GLCD lockups.

TrystanLea's picture

Re: Emoncms upgrade issue's

Hello Neil, that's interesting about the EmonGLCD, good to hear, could the latest emonglcd firmware and a slower time update rate mean no lockups at all maybe, Glyn's pretty positive about the latest firmware..

Jérôme's picture

Re: Emoncms upgrade issue's

Perhaps had you erased input_menu.php accidentally and when pulling, git automatically merged this "change" in the new version.

To know where you are, you can use the command

git status -s

It will indicate the changes you made locally.

You can undo (and lose) your changes by doing a git checkout on every locally modified file.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.