ok, i will contact them, ty for the fast reply.

edit: indeed, my host had an php security upgrade (under test). Thats was what happenned. Ty again.

All was working fine, but suddently every post that has an image posted, i cant open and i get this error:

Fatal error: SUHOSIN - Use of preg_replace() with /e modifier is forbidden by configuration in /home/giaco/public_html/forum/include/parser.php(406) : regexp code on line 406

in others post i also get this:

Fatal error: SUHOSIN - Use of preg_replace() with /e modifier is forbidden by configuration in /home/giaco/public_html/forum/include/parser.php(333) : regexp code on line 333

strange that it usually to work before. The rest of the others post are working fine.

i am using punbb 1.2.15 with puntal. Any idea of what is happening? maybe something changed on my host?

no one know? I didn't thought was so hard.

I was going to ask how change the background color too (to make it static, independent of the css style), but never mind.

How can I do that? which file am I supposed to edit?
I refer to the [ code] tag stuff...

when you attach an image, like an .png, when you click at it normally it opens a dialog box to save it or it just open the image in a new window? Because in my forum it just open in a new window....

Hello,

I'm having some kind of problem with this mod:

I installed it (succes) and could attach files normaly. It's working wonderfull. But when attach a .zip file (sucess) and when i try to download it, it just appear the beggining of the .zip source code.... how i manage it to pop up a dialog box to save the file? Is it possible?

Problem solved. I looked at my host forum and i found that error occurs when the host is overloaded. Now its working again, but sometimes i get this error (weekends). Its a host problem, not punbb.

Thnx for your atention anyway.

no, its not my own server. Can i do that (flush-hosts) with phpmyadmin?

I have reinstalled my forum in other host, and it was sucessful. It was working, but some hours late i get the message (debug on):

File: 72
Line: /var/www/html/include/dblayer/mysql.php

PunBB reported: Unable to connect to MySQL server. Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 

maybe mysql server is down? i dont think so, because i can connect using phpMyAdmin 2.5.4-rc2 and the host says that mysql server is up.

i tryed to change in config.php the "localhost" for "127.0.0.1" and i get:

File: 72
Line: /var/www/html/include/dblayer/mysql.php

PunBB reported: Unable to connect to MySQL server. Host 'localhost.localdomain' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' 

i did that attempt because i read:

CheapJustice wrote:
Hi,

Are you running your site on an Ensim with Apache? Its probably due to the high security settings which forces php to run as a cgi.

You need to tweak some settings to the Database server hostname as follows:-

Instead of localhost, you use 127.0.0.1 to connect at port 3306


i know this is like a adminstration thing, but there is something to do before i try to reinstall my forum? reinstalling it will work?

yes !!! problem solved! after following Andy's instructions it just worked.
Thank you very much people, it was a awesome support.

In phpMyAdmin, i can see the tables at left, but when i click the _fbrstopics table i get the same error. I am supposed to enter the table to see the option "repair" (i saw that in other tables). Can i repair it in other way? or am i doing something wrong?

my host is using:
phpMyAdmin 2.3.3pl1
MySQL 4.0.14

This problem has just happenned without updating anything! one hour ago it was working fine... and suddently, argh! maybe my host update the mysql? or what?

i put in the Debug mode and i get:

File: /home/hosting/fbrs/viewforum.php
Line: 147

PunBB reported: Unable to fetch topic list for forum 
Database reported: Can't open file: '_fbrstopics.MYI'. (errno: 145) (Errno: 1016) 

The line 147 of my viewforum.php is

// Fetch topic ID's
$result = $db->query('SELECT id FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY sticky DESC, last_post DESC LIMIT '.$start_from.', '.$disp_topics) or error('Unable to fetch topic list for forum', __FILE__, __LINE__, $db->error());

Anybody can help me? What should i do for fix it?