1

Topic: Cant get easy poll install to work

I tried adding version 1.2.10 to the array like it says above but I still get the error


You are running a version of PunBB (1.2.10) that this mod does not support. This mod supports PunBB versions: 1.2.3, 1.2.4, 1.2.5, 1.2.6



anyone know why? Thanks smile

Re: Cant get easy poll install to work

Yes, install_mod.php ins't configured to work with 1.2.10. Just add it in the array smile

3

Re: Cant get easy poll install to work

elbekko wrote:

Yes, install_mod.php ins't configured to work with 1.2.10. Just add it in the array smile

I did this and I still get the same error. install_mod.php now looks like this

// One or more versions of PunBB that this mod works on. The version names must match exactly!
$punbb_versions    = array('1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.2.10');

still gives the same error.

4 (edited by TFD 2006-07-11 13:48)

Re: Cant get easy poll install to work

Fixed it. I just added 1.2.10 after the others and it didnt work. forgot its an array and I had to remove one of the other versions. I took out ver 1.2.6 and replaced it with 1.2.10



This should be added in the warning up top for noobs. Like me smile

Re: Cant get easy poll install to work

Normally you shouldn't remove any of the other versions =/ Ah well tongue

6

Re: Cant get easy poll install to work

lol then how do you get it to take the new version? There has to be something changed somewhere to allow the extra version.

Re: Cant get easy poll install to work

Just adding to the array should work =/

8

Re: Cant get easy poll install to work

elbekko wrote:

Just adding to the array should work =/

I tried adding it 3 times. It wouldnt work for me.