I am having the same problem

Fatal error: Maximum execution time of 40 seconds exceeded in d:\web\Forum\include\email.php on line 108

ANyone know how to correct this?

2

(14 replies, posted in PunBB 1.2 troubleshooting)

Well got it to send now but it did so with an error in the repsonse time

Fatal error: Maximum execution time of 40 seconds exceeded in d:\web\Forum\include\email.php on line 108

3

(14 replies, posted in PunBB 1.2 troubleshooting)

Found out that in the $to it shows the username and not the email address?

But i had nothing in the smtp, username or password, and i am useing a mailsender on another place in my site without problems

What could be wrong?

4

(14 replies, posted in PunBB 1.2 troubleshooting)

Why do i get this error when trying to send mail through broadcast email.
and i get it a 126 times which is the same numbers of members in my forum?

Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in d:\web\Forum\include\email.php on line 94

5

(180 replies, posted in PunBB 1.2 troubleshooting)

Hi

I am getting the same problem with:
Bad HTTP_REFERER. You were referred to this page from an unauthorized source. If the problem persists please make sure that 'Base URL' is correctly set in Admin/Options and that you are visiting the forum by navigating to that URL. More information regarding the referrer check can be found in the PunBB documentation.

or to say the admin user is, while i am not, even if i use the same link as her, or a complete other one.

I have looked into the point made on this topics first inlay. The lady is just trying to do point number number 3 about the firewall, and i hope and think it would be this since i do not have a problem.
What do you think?

6

(3 replies, posted in PunBB 1.2 troubleshooting)

Are there noone who can tell me why this happens? Nobody?

7

(3 replies, posted in PunBB 1.2 troubleshooting)

Hi

I have tried several things now, but i have a problem with overflow in a site design i am making for a friend.

if you see the register page you might see the problem http://www.ent4you.dk/Forum/register.php and if you see this you will see that this is how it usually looks like http://www.ent4you.dk/

How can i get it not to transfer the overflow in the punbb to the site itself, i have tried to change the overflow in the stylesheet, and added some other stuff without luck. As you can see ia am no expert so why does it work okay on the front and with the other things i have on the site but not with punbb.

But it keeps the making the overflow in the forum continue down on the page.

The center where the forum is has this css style to it and the body html has this css for the main site:

.textField {
    height: 470px;
    width: 430px;
    overflow: auto;
    scrollbar-arrow-color: #000000;
    scrollbar-3dlight-color: #E1E1E1;
    scrollbar-highlight-color: #E1E1E1;
    scrollbar-face-color:  #D7D6D6;
    scrollbar-shadow-color: #E1E1E1;
    scrollbar-track-color: #E1E1E1;
    scrollbar-darkshadow-color: #E1E1E1;
}

html, body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
}

I am having a problem with the index page of the forum.

My site is centered in the page, and the forum also in the one half of the site, there, but when i try to see the index, viewtopic or other pages except for the viewforum pages it makes a scroll on the whole page, and it only happens on the index, viewtopic or other pages of the forum except for the viewforum.
It does not happen on the viewforum page in the forum and i do not understand why, and i can not see the error anywhere.

Anyone have an idea on why or where the error could be?

you can se the forum here: http://www.rejseborsen.dk/forum/



Mads

Here is by the way the code of main.tpl:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">   
<html>
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
<title>..:Rejseborsen.dk Forum:..</title>
<meta name="description" content="rejsebørsen.dk tilbyder forbrugeren mulighed for at find et godt rejsetilbud, med en rejsebørs, et forum til at diskutere med andre om rejser overalt i verden">
<meta name="keywords" content="rejsebørs rejsebørsen rejsebors rejseborsen rejsetilbud tilbud rejser afbudsrejser afbud flybiletter fly charterferie charter ferie booking bestilling">

<link rel="stylesheet" type="text/css" href="http://www.rejseborsen.dk/CSS/rejseborsen_style.css">

</head>

<body{pun_body} bgcolor="#ff6600" leftmargin="0" topmargin="0" marginwidth="5" marginheight="5">
<table width="100%" style="height:100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td width="100%" style="height:100%" valign="middle" align="center">
        <table height="435" width="770" border="0" cellspacing="0" cellpadding="0" background="http://www.rejseborsen.dk/images/udkast1.jpg" class="border_BTL">
            <tr>
                <td width="500" height="404" align="left" valign="top">
                <div class="box_text">
                <div  class="textField">

<div id="punwrap">
<div id="pun<pun_page>" class="pun">

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
            <pun_title>
            <pun_desc>
        </div>
        <pun_navlinks>
        <pun_status>
    </div>
</div>

<pun_announcement>

<pun_main>

<pun_footer>

</div>
</div>

                </div>
                </div>
                </td>
                <td width="270" align="center" valign="middle">
                <!-- start Højre banner side, link -->
                <pun_include "hojre_table.php">
                <!-- Stop Højre banner side, link -->
                </td>
            </tr>
            <tr>
                <td colspan="2" height="31" valign="bottom" align="left" bgcolor="#ffffff" class="logoBox">
                <div class="box_logo"><div class="logoField">
                <img src="http://www.rejseborsen.dk/images/logo_mini.jpg" width="194" height="28" border="0"></div></div>
                </td>
            </tr>
        </table>
        </td>
    </tr>
</table>

</body>
</html>

9

(2 replies, posted in Feature requests)

I have already done some of the changes such as address, zip code, country, phone, but still need to do more as i wish to have my members to accept a newsletter or not.
I found it not to be so dificult after all.

Mads

10

(1 replies, posted in PunBB 1.2 troubleshooting)

Hi I have solve this so i do not need any help right now with this

Mads

Hi I have a login script in PHP that works pretty well, and i have made it so it takes the username and password from the database of punbb users and login this way.

One problem though is that i use session, and punbb uses cookies. Are there any one ther know how to or if it is possible to change punbb to also use sessions, or it is eaiser the other way around?

I can post the part of my login code that is neede if i need to.


Sincerely

Mads Jensen

12

(1 replies, posted in PunBB 1.2 troubleshooting)

Hi

I wish to change the profile at punbb so i can ask peole to add their address, zip code, country, phone number, etc. and i have located several of the places in the profile.php i need to change, but i have not been able to find the spot where it is updating the profile if clicking the button on profile.php?section=personal&id=id

Can anyone tell me where the mysql update section is?


Sincerely

Mads Jensen

13

(2 replies, posted in Feature requests)

Hi

Would it not be a nice thing if it was possible or there where more fields in the profile, such as address, zip code, country, phone etc.

I know i could need it, and trying to change it myself.

Mads Jensen