-
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...
2009-03-23 21:46:00 UTC 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...
2009-03-19 02:54:13 UTC 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 &&...
2009-03-11 11:29:43 UTC 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...
2009-02-11 23:11:43 UTC 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...
2009-02-11 21:31:10 UTC in PhpGedView
-
It's set to "1", since I have one level of subdirectories below "/media" that I organize my media and pictures into.
2009-02-05 19:37:38 UTC in PhpGedView
-
One more thing... I should note that I'm not using the Lightbox image viewer. Just the plain media viewer.
2009-02-05 08:30:02 UTC 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...
2009-02-05 08:28:30 UTC 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...
2008-06-25 03:57:26 UTC 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.
2008-06-25 03:36:01 UTC in PHP Address Book