-
Whoops... I figured it out... it's me.
I decided I'd traverse each of the directories and check their permissions and I found that for some reason I had the lightbox directory chmodded as 700, which wouldn't let my apache user enter the directory. PHP apparently behaves a bit oddly when it can't access a directory contained in a relative path. It just didn't occur to me that it could be a...
09:46PM UTC on Mar 23 2009 in PhpGedView
-
Ok, I've checked this out some more... and maybe I have something that may lead to solutions...
The include path that my php gets (from the error msgs) is:
(include_path='.:/home/creighto/public_html/heritage/includes:/home/creighto/public_html/heritage:.:/usr/lib/php:/usr/local/lib/php')
For whatever reason, it's not seeing the modules directory from those paths. It's odd, that I can...
02:54AM UTC on Mar 19 2009 in PhpGedView
-
I'm still seeing the Lightbox file include errors in source.php. The files exist, and permissions are correct. Rev 5019 doesn't fix it for me.
I'm using PHP 5.2.8 with Apache 1.3 on a RHEL machine.
I'm able to get the errors to go away and everything to apparently work right with this:
// If LightBox installed ---------------------------------
if ($MULTI_MEDIA &&...
11:29AM UTC on Mar 11 2009 in PhpGedView
-
Yes, it does seem like they are being duplicated now. My genealogy program has a one-line Caption field and a multi-line Description field for media files, and PGV has shown these in the past as two Notes attached to media files that appear to be duplicates but actually contain both fields. But now that you mention it, I do notice that it does seem that now I'm seeing just the Description field...
11:11PM UTC on Feb 11 2009 in PhpGedView
-
Sorry, for some reason, commenting on this bug was closed for me from about Friday on. And I wasn't motivated enough to test the fix AND figure out how to communicate my results back here. Commenting seems to be working now though.
Anyways, I've tested your fix, and as near as I can tell it works... I don't see my original issue anymore. I'll leave the fix up and keep an eye on my logs for...
09:31PM UTC on Feb 11 2009 in PhpGedView
-
It's set to "1", since I have one level of subdirectories below "/media" that I organize my media and pictures into.
07:37PM UTC on Feb 05 2009 in PhpGedView
-
One more thing... I should note that I'm not using the Lightbox image viewer. Just the plain media viewer.
08:30AM UTC on Feb 05 2009 in PhpGedView
-
Hello,
I'm using the latest phpgedview 4.2.0 - and newly updated to 4.2.1 with svn. (I saw the problem after the upgrade to 4.2.0 and it continues after an svn upgrade.)
I'm noticing image problems with the new release for images that are viewed through the Media tab section on each individual. The file url that is used is not truncated to the correct path on the server. It seems to be...
08:28AM UTC on Feb 05 2009 in PhpGedView
-
Pretty neat... all I've really looked over is the config.inc file, but it looks really neat from all the options you've added there!
FYI... I think best practice now is to ensure that all include files (most especially any config or other sensitive files) have the .php extension appended. It can be a real security risk otherwise... as the web server will probably treat *.inc files as plain...
03:57AM UTC on Jun 25 2008 in PHP Address Book
-
Patch file to correct email address display in Thunderbird email client.
NOT tested to be sure it works with Outlook Express, Outlook, and other mail programs. Please supply feedback if you are able to test.
See this thread for more info:
http://sourceforge.net/forum/forum.php?thread_id=1965342&forum_id=531751.
03:36AM UTC on Jun 25 2008 in PHP Address Book