Hi,

I run PunBB forum version 1.3.4

Actually, my problem is that when somebody post a new message on the forum, it's almost never marked as read.

I have to look at the date to see where new messages are posted and this is really anoying.

I searched a lot on several forums and I saw that was the normal behaviour of the last version of PunBB where topics were marked as read after a while.

I also read that the behaviour will be changed for PunBB 1.3 and will be more common.

Unfortunately, I expect that it did not change as I updated the forum.

I found a mod called "Mark topic as read" but it's not for PunBB 1.3.*

Sorry for my not so good english and thank you in advance for your help !

It happens the same for me and for the other user of my forum too.

And if I don't go on my forum for a while and then I come back, some of the topics that I did not read are marked as read...

What should I do ???

3

(118 replies, posted in Supported extensions)

Tagge wrote:

Hi,

ok, I think I know how to solve it.

I had a few problems too. I upgraded from a previous version. Can't remember what version exactly and the problem was that the column 'secure_str' in my database was missing. Like the error message says. So I removed the extension completly. Deleted everything in the databased connected to the extension and then I installed it again.

Maybe you can just add the secure_str column by hand? I don't really know how the extension works. So if you want to keep your old attachments maybe you will have to do it by hand?! I don't know.

Another problem I had was that the value for the folder where the attachments are saved wasn't updated. So it still tried to upload the attachments to the old folder which didn't exist anymore.

But if you remove everything that shouldn't be a problem. Just don't forget to remove the values in the config table.

Now it works !

Thank you !

4

(118 replies, posted in Supported extensions)

There's no more developpement on this extension ???

Or nobody has no idea of how to solve my problem ?

Thx for you answers !

5

(118 replies, posted in Supported extensions)

Slavok wrote:

Is it a fresh install or an upgrade from another version of the extension? If it is an upgrade, post the version of your extension before upgrading, please.

That's not an upgrade of this extension.

I had the same kind of extension when I was in PunBB 1.1.x but I updated step by step to the last version (1.3.4) and everything else works.

So the error happens when I want to edit a post

The error occurred on line 20 in /home/www/63b135ce53397c1b0bcb278bb4fc6df0/web/comite/post.php(108) : eval()'d code

Database reported: Unknown column 'secure_str' in 'field list' (Errno: 1054).

and also when I clic on the "Add file" button

The error occurred on line 21 in /home/www/63b135ce53397c1b0bcb278bb4fc6df0/web/comite/edit.php(75) : eval()'d code

Database reported: Unknown column 'secure_str' in 'field list' (Errno: 1054).

And everywhere on my forum I have this error :

Notice: Undefined index: attach_disable_attach in /home/www/63b135ce53397c1b0bcb278bb4fc6df0/web/comite/viewtopic.php(***) : eval()'d code on line **

With differents figures instead of the * and once in header instead of viewtopic.

And I'm with the version 1.0.2 of the extension.

6

(118 replies, posted in Supported extensions)

Thanks ! Happy to see this release !

But after installing it, I cannot modify any post anymore...

With the debug mode, I got this error :

The error occurred on line 21 in ******/edit.php(75) : eval()'d code

Database reported: Unknown column 'secure_str' in 'field list' (Errno: 1054).

So I desactivated the extensions sad