-
please see https://sourceforge.net/tracker/index.php?func=detail&aid=2154522&group_id=55456&atid=477081 for updates and enhancements to this patch ;)
2008-10-09 07:26:28 UTC in PhpGedView
-
please visit the phpMailer site (secure http in the following link), https://sourceforge.net/projects/phpmailer/ , for the necessary language files as well as the php v4 files if that is what you (still) run...
File Added: class.smtp.php.
2008-10-09 07:24:53 UTC in PhpGedView
-
i am going to go ahead and attach the two phpMailer class files for php 5/6 but i /must/ also note that there are numerous phpmailer.lang-*.php files which need to be gotten and uploaded to your ./languages directory... this simplifies the use of different languages in your setup... i had forgotten about these files but they are necessary and easily retrieve by visiting the phpMailer site on...
2008-10-09 07:04:41 UTC in PhpGedView
-
File Added: functions_mail.php.patch.
2008-10-09 06:57:55 UTC in PhpGedView
-
File Added: configure_help.en.php.patch.
2008-10-09 06:56:00 UTC in PhpGedView
-
File Added: admin.en.php.patch.
2008-10-09 06:54:30 UTC in PhpGedView
-
File Added: editconfig.php.patch.
2008-10-09 06:53:03 UTC in PhpGedView
-
This patch set applies to PGV v4.1.5rel...
in a slight deviation from the original [1869063], thos one looks to see, not if there are SMTP settings, but if they are turned on via a checkbox...
this patch is based on the original posting patch posting [1869063] using phpMailer instead of the smtp class stuff from phpBB that i originally based /my personal/ mods on... i decided to follow the...
2008-10-09 06:42:35 UTC in PhpGedView
-
i forgot to also add the following to my "diatribe" :?
PGV should tell the administrator what the current session time out value is so that they can know and adjust the proper value(s) in their php.ini and/or .htaccess files...
my apologies if i seem like i'm being obtuse or "ugly" about this... it just seems to be a basic function of PHP apps that should be quite apparent to the coders...
2008-10-05 04:13:09 UTC in PhpGedView
-
i just noticed that you, fisharebest, responded to look at session.gc_maxlifetime... however, the gc vars are for *g*arbage *c*ollection... i will set about adjusting the one i found for session cache expire and see if that makes any difference...
FWIW: i set these in the .htaccess file if i can so that they only affect the domain/directory in question and not the entire (sub)server...
2008-10-05 03:39:30 UTC in PhpGedView