phpwiki

2004-10-06 Thread Alan Curtis
I am trying to install the phpwiki port using mysql, following the instructions in /usr/local/share/doc/phpwiki. I get to testing the installation by loading http://localhost/phpwiki/index.php and I get the error Fatal error: Call to undefined function: mysql_pconnect() Any suggestions? Alan

RE: phpwiki

2004-10-06 Thread Sheets, Jason (OZ CEEDR)
ECTED] On Behalf Of Alan Curtis > Sent: Wednesday, October 06, 2004 12:27 PM > To: [EMAIL PROTECTED] > Subject: phpwiki > > I am trying to install the phpwiki port using mysql, following the > instructions in /usr/local/share/doc/phpwiki. I get to testing the > installation by lo

Re: phpwiki

2004-10-06 Thread Alan Curtis
I installed php4-mysql. Is there more I have to do? does not indicate any mysql stuff and phpwiki still does not work. There is probably some option I have to set when compiling php? Alan On Oct 6, 2004, at 2:37 PM, Sheets, Jason (OZ CEEDR) wrote: mysql_pconnect is MySQL functionality, make

Re: phpwiki

2004-10-06 Thread Glenn Sieb
Alan Curtis said the following on 10/6/2004 3:14 PM: I installed php4-mysql. Is there more I have to do? does not indicate any mysql stuff and phpwiki still does not work. There is probably some option I have to set when compiling php? Did you restart Apache? Best, G. -- "They that can gi

RE: phpwiki

2004-10-06 Thread Sheets, Jason (OZ CEEDR)
Wednesday, October 06, 2004 1:14 PM > To: Sheets, Jason (OZ CEEDR) > Cc: [EMAIL PROTECTED] > Subject: Re: phpwiki > > I installed php4-mysql. Is there more I have to do? > does not indicate any mysql stuff and phpwiki still does not work. > There is probably some option I have to set

Re: phpwiki

2004-10-06 Thread Glenn Sieb
Sheets, Jason (OZ CEEDR) said the following on 10/6/2004 3:50 PM: Restart apache and make sure that the mysql extension is being loaded in the php.ini file (phpinfo() gives you the path to php.ini, use the extension directive to tell php to load a module). Actually--if you're using a new php por

Re: phpwiki

2004-10-07 Thread Alexandr
On Wed, Oct 06, 2004 at 02:26:45PM -0400, Alan Curtis wrote: > I am trying to install the phpwiki port using mysql, following the > instructions in /usr/local/share/doc/phpwiki. I get to testing the > installation by loading http://localhost/phpwiki/index.php and I get > the erro

Re: phpwiki

2004-10-08 Thread Alan Curtis
On Oct 6, 2004, at 3:32 PM, Glenn Sieb wrote: Alan Curtis said the following on 10/6/2004 3:14 PM: I installed php4-mysql. Is there more I have to do? does not indicate any mysql stuff and phpwiki still does not work. There is probably some option I have to set when compiling php? Did you

Re: phpwiki

2004-10-08 Thread Richard Lynch
Alan Curtis wrote: > 7. followed the instructions at > http://phpwiki.sourceforge.net/phpwiki/FrequentlyAskedQuestions > and added > > foreach ($_REQUEST as $k => $v) $$k = $v; At this point, you might as well use .htaccess to turn register_globals back "ON"