Dear all:
Just updated files of Emoncms3 in my Server (Raspberry Pi-Debian) but I have the following message:
Unknown column 'showdescription' in 'field list'
Fatal error: Call to a member function fetch_array() on a non-object in /var/www/emoncms3/Includes/db.php on line 48
What should I need to correct to get it back to normal functioning?
This is the dashboard screen, I can not access to it.
Any help will be very appreciated.
All the best !
Nelson --
Re: emoncms3 - last version problems
Hello Nelson, you need to run the setup.php file in the root directory to update the emoncms database, it just needs to add in the showdescription data base field. To do this
1) Open setup.php
2) uncomment the line $runnable = true
3) run setup.php in your browser
Re: emoncms3 - last version problems
SOLVED !
Emoncms3 up and running again very happy.
Great work Sirs.
Nelson--