Im looking through the update.sql and do not see anywhere that updates the unit unless the unit is current empty., so i guess the convertion from galloms is of again like earlier...
put them on a flash drive and transfer them to a computer with internet.so not sure how i can do that?
The files shouldnt be that large, Ive received similar files on homebrewtalk before, you can just message them to meI suppose i need to mail it to you then, due to size?
/var/www/html/sqlif i could just find the files
It looks like the fermentable id is 0 which probably isnt a valid beer fermentable i will take a look at the codeAny suggestions to why I cant upload beer xml files anymore?
I think i found the issue and fixed it, if you get latest.Any suggestions to why I cant upload beer xml files anymore
Ive noticed that the upload still works it just throws that error. Im reluctant to update as everytime I do I have to go back and change a heap of settings again. Ive kept my css file, my beerphp file and a few others but I still have to change a few things. I have no idea how to use Kompare and to save changes etc etc.I think i found the issue and fixed it, if you get latest.
When the recipe has new ingredients that need to be added to RPints their id wasnt set so Rpints tried to associate the new beer to an invalid ingredient
troyp42 said:Ive noticed that the upload still works it just throws that error. Im reluctant to update as everytime I do I have to go back and change a heap of settings again. Ive kept my css file, my beerphp file and a few others but I still have to change a few things. I have no idea how to use Kompare and to save changes etc etc.
You could manually update by getting the admin/includes/upload_beer.php file from github and replacing your pi's version. You shouldnt have customized that fileIm reluctant to update
I know sweet FA about GitHub. hpw do I get that file, eg download it as I see no download link. And then where do I find the original to replace it with in my Pi version? Then is that all I do to upgrade?You could manually update by getting the admin/includes/upload_beer.php file from github and replacing your pi's version. You shouldnt have customized that file
RaspberryPints/upload_beer.php at master · rtlindne/RaspberryPints (github.com)
you can hit the raw button then copy the text into a notepad file and save.hpw do I get that file
your file is going to be in <WWWROOT>/admin/includes/And then where do I find the original to replace it with in my Pi version
just replacing the file should be enough, upgrade runs the sql script to update the database but you dont need to do that for this changeThen is that all I do to upgrade?
Thanks again mate. Will give that a go.you can hit the raw button then copy the text into a notepad file and save.
your file is going to be in <WWWROOT>/admin/includes/
where <WWWROOT> most likely is /var/www/html
just replacing the file should be enough, upgrade runs the sql script to update the database but you dont need to do that for this change
Do you have a link to that calculator?
Ok that didnt go so well. When I upload a beer I now get thisyou can hit the raw button then copy the text into a notepad file and save.
your file is going to be in <WWWROOT>/admin/includes/
where <WWWROOT> most likely is /var/www/html
just replacing the file should be enough, upgrade runs the sql script to update the database but you dont need to do that for this change
can you pm the xml you are trying to upload?When I upload a beer I now get this
remove the ?ret=/admin/admin.php at the end of the url.Any ideas what is causing this?
remove the ?ret=/admin/admin.php at the end of the url.
That indicates to take you back to the login page. its a way of going back to the page you were on when your login timed out