[ phpwiki-Bugs-858662 ] Minor issues in 1.3.4 and Solutions.
"SourceForge.net" <[email protected]> Thu, 11 Dec 2003 18:00:39 -0800
| Newsgroups | gmane.comp.web.wiki.phpwiki.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #858662, was opened at 2003-12-12 12:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=858662&group_id=6121
Category: version 1.3.x (experimental)
Group: PHP error
Status: Open
Resolution: None
Priority: 5
Submitted By: David de Groot (dadegroot)
Assigned to: Nobody/Anonymous (nobody)
Summary: Minor issues in 1.3.4 and Solutions.
Initial Comment:
Problem 1:
Generated versions of index.php are missing comment
marks on this line:
Ignored. No IMAP support in this php. configure --with-imap
Causing a parse error in PHP.
Solution: add // to the beginning of that line.
Problem 2:
At approx line 278 in lib/config.php the line:
define('USE_PATH_INFO', ereg('\.(php3?|cgi)$',
$SCRIPT_NAME));
Should read:
define('USE_PATH_INFO', ereg('\.(php3?|cgi)$',
SCRIPT_NAME));
Note, $SCRIPT_NAME is not correct in that context.
Hope this helps someone else, or ends up in a future
version of phpwiki.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=858662&group_id=6121
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click