[BUG] 2 bugs in SMF RC2 (Install.php and Karma function)

Started by Grek.Kamchatka, January 05, 2006, 08:45:25 AM

Previous topic - Next topic

Grek.Kamchatka

Hi all.
First off all, thanks for new release candidate of your forum. Very, very nice =)

So, i tried to install new forum rc (I used Install.php, not update or upgrade.php) without any username, password and db name and i did it :o Why i don't recieve any errors, like no username, or no password, or even one admin accaunt should be present on the forum? And so on...

Next. I want to update my mod (Karma Description Mod) but i can't, because when i tried to enable karma function in admin panel, nothing occurs. I can't turn it on. This errors associated with karma in my error log:

http://localhost/11rc2/index.php?action=featuresettings2;save;sa=karma

8: Uninitialized string offset: 1
File: z:\home\localhost\www\11rc2\Sources\ManageServer.php
Line: 459
[hr]

http://localhost/11rc2/index.php?action=featuresettings2;save;sa=karma

8: Undefined index: smf64
File: z:\home\localhost\www\11rc2\Sources\ModSettings.php
Line: 289


And last.
There are many errors in error log like:

http://localhost/11rc2/index.php?action=featuresettings2;save;sa=layout

8: Uninitialized string offset: 1
File: z:\home\localhost\www\11rc2\Sources\ManageServer.php
Line: 459
[hr]

http://localhost/11rc2/index.php?action=featuresettings2;save;sa=layout

8: Undefined index: smf236
File: z:\home\localhost\www\11rc2\Sources\ModSettings.php
Line: 248

Thats all. Thank you very much again =))

Edit:
One more errors:

Guest
http://localhost/smf/index.php?action=viewErrorLog;desc;start=30

8: Undefined index: totalMembers
File: z:\home\localhost\www\smf\Sources\Subs.php
Line: 3145
[hr]

http://localhost/smf/index.php?action=featuresettings2;save;sa=basic

8: Uninitialized string offset: 1
File: z:\home\localhost\www\smf\Sources\ManageServer.php
Line: 459
[hr]

http://localhost/smf/index.php?topic=1.0

8: Undefined index: totalMembers
File: z:\home\localhost\www\smf\Sources\Subs.php
Line: 3145
[hr]

http://localhost/smf/index.php?action=post;topic=1.0;num_replies=0

8: Undefined index: totalMembers
File: z:\home\localhost\www\smf\Sources\Subs.php
Line: 3145


Grudge

To fix the Karma bug, open ModSettings.php and find:

function ModifyFeatureSettings2()
{
global $context, $txt, $scripturl, $modSettings, $sourcedir;

isAllowedTo('admin_forum');


Add after:

loadLanguage('ModSettings');


They will be fixed in next release.
I'm only a half geek really...

gerrymore

I have 2 sites with RC2 upgraded from RC1, and no errors. This must be only for new installs?
SMF RC1, Tiny Portal 0.75, Coppermine 1.3.3, Flashchat.

Grek.Kamchatka


Advertisement: