1

(170 replies, posted in PunBB 1.3 extensions)

Thanks a bunch for the portal smile

Thanks!
Ill will try it out later.

I don't seem to get this one to work
When i edit bar.php, and refresh the all the format icons and smileys disappear.
It does not matter if i edit parser.php or not.

This is my bar.php edit:
// List of tags, which may have attribute
    $tags_without_attr = array('b', 'i', 'u', 'email', 'list', 'youtube', 'li' => '*', 'quote', 'code', 'url');

I only want YouTube.

I have tried to disable and enable the extension but it does not make any difference!

pun_bbcode extension works by itself (unedited), no problem.

Any ideas?

4

(1 replies, posted in PunBB 1.2 troubleshooting)

I have moved my forum from my old hosting to a new one, now im having some problems including the sql-data to the new database. First I couldnt import the whole sql file, so i installed punbb with its stadard sql layout and just included all the data, table by table. Everything went fine until i was about to import the topics section. I get this error message:

Error

SQL-query : 

INSERT INTO  `pun_topics` 
VALUES ( 7,  'Cobman',  'Whos online', 1159810675, 1159858423, 22,  'AdamX', 20, 5, 0, 0, NULL , 9,  '',  '',  '' )

MySQL said: 

#1136 - Column count doesn't match value count at row 1

Does anyone got a clue how to solve this problem?!

Ok, will do so when i get home from work.

Thanks for your reply hcgtv.
What Richard said was "What the error message means is that you're running MySQL 4.1 or later and that your PHP environment is using a MySQL client library that is pre 4.1."

So, if I use MySQL 4.0 how can i get this error message? Hell, I even tryed to update MySQL to 4.1 but with no success hmm
I would really appreciate all help you all can give me, becouse i am totally lost here.

Hello,
Can someone point me in the right direction and tell me where i go wrong.
I got my own webserver which is running Debian 3.1 (minimal install).

This is what i apt-get:

apt-get install mysql-server mysql-client libmysqlclient12-dev phpmyadmin imagemagick
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  apache apache-common apache2-utils libapache-mod-php4 libapr0
  libdbd-mysql-perl libdbi-perl libdps1 libexpat1 libfreetype6 libice6
  libjasper-1.701-1 libjpeg62 liblcms1 libmagick6 libmysqlclient12
  libnet-daemon-perl libplrpc-perl libpng12-0 libsm6 libtiff4 libx11-6
  libxext6 libxml2 libxt6 libzzip-0-12 mysql-common php4 php4-common
  php4-mysql ucf xfree86-common xlibs-data zlib1g-dev
Suggested packages:
  apache-doc apache-ssl apache-perl gs html2ps php4-pear dbishell
  libfreetype6-dev libjasper-runtime liblcms-utils libcompress-zlib-perl
  mysql-doc php4-gd php5-gd x-window-system-core x-window-system
Recommended packages:
  xml-core debconf-utils
The following NEW packages will be installed:
  apache apache-common apache2-utils imagemagick libapache-mod-php4 libapr0
  libdbd-mysql-perl libdbi-perl libdps1 libexpat1 libfreetype6 libice6
  libjasper-1.701-1 libjpeg62 liblcms1 libmagick6 libmysqlclient12
  libmysqlclient12-dev libnet-daemon-perl libplrpc-perl libpng12-0 libsm6
  libtiff4 libx11-6 libxext6 libxml2 libxt6 libzzip-0-12 mysql-client
  mysql-common mysql-server php4 php4-common php4-mysql phpmyadmin ucf
  xfree86-common xlibs-data zlib1g-dev
0 upgraded, 39 newly installed, 0 to remove and 1 not upgraded.
Need to get 22.9MB of archives.
After unpacking 67.7MB of additional disk space will be used.
Do you want to continue? [Y/n]

Rickard writes "With the introduction of MySQL 4.1, the client authentication procedure was changed (stronger hashing)." This is strange becouse the stable MySQL Debian package is 4.0.24-10, or am i missing something hmm