Page 2 of 2

Re: Birthday Listing

Posted: Thu Aug 23, 2012 8:33 am
by chrisbar
Hello Duketown,

Unfortunately this is not the solution. Befoire reinstalling, how do I save all the entries done before in this module, so that I don't have to enter these again? I have entered over 100 names and dates.....

Re: Birthday Listing

Posted: Thu Aug 23, 2012 6:02 pm
by Duketown
Make a backup of at least the tables (using for example phpMyAdmin functionality):
...module_birthdaylisting_birthdays
...module_birthdaylisting_birthdays_seq
Reinstall
Test with the sample data
If ok, remove sample data (via the options tab) Not really needed if you will drop/clear tables after testing
Restore (with creation of table if drop was used) the content of tables.
Test again.

Duketown