Well firts I would like to thank the creators of OEM! :D
Second... to my issue... After a succesful install of emoncms3 on my local system I am unable to create a user. When I try to create a user I get a blank page.... Any ideas what is goin on?
Using raspbian (Raspberry Pi)
TIA!
Re: emoncms3 Issue
Hi, Completed emoncms installation on Raspberry Pi last night working great.
Had a similar issue not saying its the same. Assuming setup.php ran ok for you. Check step 4 Enable mod rewrite http://openenergymonitor.org/emon/emoncms/installing-ubuntu-debian-pi I had a typo here and it caused similar issue. Note my setup goes via home router so I'm using a static IP address see pic at http://openenergymonitor.org/emon/node/1004 this means I can access EMONCMS from any computer on LAN and on Raspberry Pi itself using http://192.168.1.188/emoncms
Next step is to try localhost e.g. remove home router and connect Raspberry Pi directly to emonbase with ethernet and using http://localhost/emoncms .
Good Luck
Peter
Re: emoncms3 Issue
Thanks for your reply Peter.
I do have rewrite enabled and setup.php ran perfectly fine.
No matter what I do when I click register I get a blank page. Not sure what to do at this point. I get no errors or anything just a blank page with a blue bar on top saying "Message: Please enter a username that is 4 to 30 characters long"
TIA.
Re: emoncms3 Issue
May be worth reinstalling appache2 fairly straight forward and fixed similar symtoms for me.
Best of luck.
Peter
sudo apt-get --purge remove apache2 sudo apt-get autoremove
Then installing apache2 again:
sudo apt-get install apache2 sudo /etc/init.d/apache2 restart
Re: emoncms3 Issue
Peter,
Ouch... I am afraid I cant do that. I have 3 other sites working just fine in the same server.
... :(