peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Anniversary Badges, Manipulation of Join Date and Combo Breaker Badge
I don't think it is still in effect. (View Post)2 -
Re: Vanilla 2.1 Could not enable plugins in IIS
the routine that is having problems on your setup is this in vanilla/library/core/class.configuration.php around line 1199 $TmpFile = tempnam(PATH_CONF, 'config'); $Result = FALSE; if (file_put_conte… (View Post)2 -
Re: Vanilla 2.1 Could not enable plugins in IIS
try this and post the entire output: <?php echo "<table>"; echo "<tr><td>"; echo "id:"; echo "</td>"; echo "<td>"; e… (View Post)1 -
Re: Vanilla 2.1 Could not enable plugins in IIS
comment out the lines with posix in it and the line below it e.g. line 17 and 18, 25 and 26, 40 and 41, and and 48 and 49. you will at least get some info. (View Post)1 -
Re: Vanilla 2.1 Could not enable plugins in IIS
not sure if system calls or posix calls will work on your OS but you could try. put this file in your forum folder and call it owners.php <?php echo "<table>"; echo "<tr>… (View Post)1
