PDA

View Full Version : 3.4.16 install info wrong


yoyoyoyo
08-25-2005, 05:45 PM
The upgrade info is wrong or something....

it says:

UPGRADE FROM VERSION 3.4.15 TO VERSION 3.4.16
---------------------------------------------

This is a bug fix release.

To upgrade to the latest version, please upload all distribution files to your web server and then point your browser to the following URL:

http://www.yourdomainname.com/admincp/warn_install_setting.php

Then upload all the distribution files to your server.

Then edit your functions_showthread.php file and find:

<if condition="$pnotes!='' AND $vboptions['warn_allownotes']==1">

Replace that with:

if ($post['warn_notes']==1 and ($useradmin==1 OR $usersmod==1 OR $usermod==1));
However I checked my file and the install instructions, and <if condition="$pnotes!='' AND $vboptions['warn_allownotes']==1"> is nowhere to be found in functions_showthread.php.

It also says to upload the files twice, which is obviously a typo, but adds to the confusion

sv1cec
08-26-2005, 05:03 AM
Sorry my mistake, look for:


if ($post['warn_notes']==1 and $showviewwarnlink==1);


And replace with what is suggested.

Rgds

yoyoyoyo
08-26-2005, 06:44 PM
thanks much :D