cant register user in 8.2.6

hi

a have installing v8.2.6 on a Ubuntu 14.04 LTS, following "install on Linux (via git)

and evrything seems to work without problem but when a try to creat the first user

nothing happens, the only thing a can see is a pink but empty box  

any tips.

 

//Niclas

mich's picture

Re: cant register user in 8.2.6

i have the same problem. emoncms 8.2.6 installed on debian stable (not on rapsberrypi).

registering is not working here too :(

 

 

Ian Eagland's picture

Re: cant register user in 8.2.6

Hi

I had this problem.

I think the instructions here http://emoncms.org/site/docs/installlinux need updating.

sudo nano /etc/apache2/sites-available/000-default opens a blank file.

Searching the net I found:-

sudo nano /etc/apache2/apache2.conf

This seems to be the file where "AllowOverride None" needs to be changed.

I am no Linux expert but after changing this file I was able to register.

Regards

Ian

 

TrystanLea's picture

Re: cant register user in 8.2.6

Ian, Are there any other files in your /etc/apache2/sites-available directory, Could the 000-default file have been moved to another file/directory with a recent apache update?

 

Ian Eagland's picture

Re: cant register user in 8.2.6

Hi Trystan

in  /etc/apache2/sites-available there is 000-default.conf and default-sl.conf. but they do not contain "AllowOverride None" lines.

As I say I found /etc/apache2/apache2.conf which did contain "AllowOverride None" so I changed those and everything seems to work OK.

Regards

Ian

Comment viewing options

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