geoffhumphrey / brewblogger

Revival of a long-neglected project. ALL code in the master branch is UNTESTED and may be full of bugs!
4 stars 1 forks source link

BB 2.2 Label Image Display Bug Fix #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
BrewBlogger 2.2 Label Images Display Bug Fix
September 15, 2008

Due to a coding issue, label images were not displaying. This patch fixes
this issue.

For this patch to work correctly verify that your config.php file (found in
the Connections folder) has the correct path to your installation's root
folder - NOT the label_images folder.

******************************************************************************

CORRECT example in config.php if installation is in the web root folder:
$images_dir = "/home/public_html";

CORRECT example in config.php if installation is in a sub-folder on your site:
$images_dir = "/home/public_html/brewblogger";

******************************************************************************

INCORRECT examples in config.php:
$images_dir = "/home/public_html/label_images";
$images_dir = "/home/public_html/brewblogger/label_images";

******************************************************************************

Original issue reported on code.google.com by gpzhumphrey on 15 Sep 2008 at 3:26

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by gpzhumphrey on 30 Sep 2008 at 1:41

GoogleCodeExporter commented 8 years ago
Hey Geoff - 2 things, I was able to get the Beer styles SQL update to fix the 
change
in URLs - that worked great but...

I was confused by the beer lable php file update. My config file does point to 
the
root so I am good there but what else do I have to do and what exactly does this
patch fix - so that I can proof/check for the fix once I apply.

Also on the brewblogger homepage, you have the spelling of my last name 
incorrect...
it now reads Sweeney - there should not be a e at the end - it should read 
Sweeny.

Also, instead of listing my name can you list my website - Fatty Matty Brewing?

Awesome software!

Matt Sweeny
Fattymattybrewing.com

Original comment by fattymat...@gmail.com on 1 Dec 2008 at 10:05

GoogleCodeExporter commented 8 years ago

Original comment by gpzhumphrey on 16 Aug 2009 at 5:38