it worked after changing the version number in the install file. thanks

I need a poll mod that works with version PunBB 1.2.12

I've heavily modded my site, and I'm worried that if I upgrade, it'll wreck alot of things. Does anyone have a poll mod that will work with my version. I've searched, and most of the time I get file no longer exists

ok cool
I'll give that a whirl

If my site has quite a few mods, will upgrading to 1.2.15 really affect it much?



update:

it worked!

Thanks so much for your help. I really gotta stop being so lazy and figure these things out for myself instead of running to the experts all the time!

Ok, I enabled debug mode, and I added someone to the ban list, when I tried to remove them all I got was:

Bad request. The link you followed is incorrect or outdated.


After that, when I tried to add another name to the ban list, I got the following error:

File: /var/www/vhosts/mysite.ca/httpdocs/punbb-1.2.12/upload/admin_bans.php
Line: 245

PunBB reported: Unable to add ban

Database reported: Duplicate entry '0' for key 1 (Errno: 1062)

line 245 in admin_bans reads as such:
        $ban_ip = implode(' ', $addresses);

matt1298 wrote:

http://punbb.org/forums/viewtopic.php?id=2658

check the stickiys, thts what they are for lol

thanks, I tried 'search' foe enable debug but found nothing relevent, not to mention there was like 86 pages that I was too lazy to go through! big_smile

Smartys wrote:

Enable debug mode, paste the full error when adding

sorry for being obtuse, but how does one enable debug mode? I don't see that option in the administration fields

I'm having the same problem, I even used the clear cache mod and deleted all the .php files in the folder and still cannot remove a ban that has happened.

trying to add a ban:

An error was encountered
Error: Unable to add ban.

trying to remove a ban:

Bad request. The link you followed is incorrect or outdated.

also get this when trying CHMOD
Request denied.
Please verify that the file or folder exists and that you have the necessary permissions on the server to perform the requested operation.

I have full access to the server to make any necessary changes, I had to delete the user from the bans table in order to allow them access again.

HELP! yikes

awesome work PhaxeNor

Now I can see who the lurkers are on my site! wink

9

(19 replies, posted in PunBB 1.2 troubleshooting)

well I'm sharp as a marble, turns out I was making changes on a test server platform and not the live server. That helps!

Thanks for the help! yikes)

well after much stress I figured it out. Turns out that when I ran install_mod it buggered something in the database up, I had to manually go into the database and add auto increment to quite a few of the tables.

I have the same problem and this is way over my head

if someone would be kind enough to help me out, I'd be forever in your debt!

12

(19 replies, posted in PunBB 1.2 troubleshooting)

I made the corrections and changed :bat: to 'IoI' still no luck. I'm running windows, file names are correct. If I knew how to install the mod that automaticly uploads images to the forum I'd be better off, but alas, I cannot figure how to install the mod either!

Here's the parser code as it appears now:

$smiley_text = array(':)', '=)', ':|', '=|', ':(', '=(', ':D',

'=D', ':o', ':O', ';)', ':/', ':P', ':lol:', ':mad:', ':rolleyes:',

':cool:', 'IoI');
$smiley_img = array('smile.png', 'smile.png',

'neutral.png', 'neutral.png', 'sad.png', 'sad.png',

'big_smile.png', 'big_smile.png', 'yikes.png',

'yikes.png', 'wink.png', 'hmm.png', 'tongue.png',

'lol.png', 'mad.png', 'roll.png', 'cool.png', 'bat.png');

13

(19 replies, posted in PunBB 1.2 troubleshooting)

I'm having the same problem... here's the code from my parser file:

// Here you can add additional smilies if you like (please note that you must escape singlequote and backslash)
$smiley_text = array(':)', '=)', ':|', ':bat:', ':(', '=(', ':D', '=D', ':o', ':O', ';)', ':/', ':P', ':lol:', ':mad:', ':rolleyes:', ':cool:', ':bat:'/);
$smiley_img = array('smile.png', 'smile.png', 'neutral.png', 'neutral.png', 'sad.png', 'sad.png', bat.png', bat.png', 'yikes.png', 'yikes.png', 'wink.png', 'hmm.png', 'tongue.png', 'lol.png', 'mad.png', 'roll.png', 'cool.png', '1.png');

// Uncomment the next row if you add smilies that contain any of the characters &"'<>
//$smiley_text = array_map('pun_htmlspecialchars', $smiley_text);


I've uploaded all the image files, but no luck getting them to display, it just shows the keyword for the image, such as I have an image called bat.png and the code to type is :bat: but that's all it shows is :bat:

if someone could rewrite the code for me, I'd forever be in your debt. the other images I've uploaded are all named 1.png 2.png 3.png 4.png 5.png 6.png 7.png  as far as the text names, I don't care, as long as they disply! yikes)