SimpleMachines / tools

Tools for SMF: useful scripts, install/repair and others.
22 stars 34 forks source link

Latest repair_settings.php does not work with SMF 2.0.13 #27

Closed Rupurudu closed 7 years ago

Rupurudu commented 7 years ago

17 works fine.

18 shows up this error:

Notice: Undefined variable: array_settings in D:\IIS Siteleri\UHKC Forum\repair_settings.php on line 697

25 shows up this error plus 2 more:

Notice: Undefined variable: array_settings in D:\IIS Siteleri\UHKC Forum\repair_settings.php on line 755 Tasks Directory: Value not found! Packages Directory: Value not found!

illori commented 7 years ago

since those are not part of SMF 2.0, we need a way to make sure repair_settings.php does not try to set them for SMF 2.0 and just for SMF 2.1.

@jdarwood007 can you look into this?

jdarwood007 commented 7 years ago

The latest commit should clear those up.

illori commented 7 years ago

it does not look like you made that into a PR here, did you mean to do that?

jdarwood007 commented 7 years ago

I keep forgetting to fix it but my connection to the tools repo is using here as origin and I keep pushing to it.

jdarwood007 commented 7 years ago

Actually, looks like I did fix it and forgot. Fixed