Hi, well were do I start, atm I'm trying to put the wordpress theme around the punbb forum, but would like to develop my own at a later date, need to understand a little more before hand smile smile smile smile

Sorry to bring an old thread up again but where do I find the info on the css style sheet?

Thanks.

3

(7 replies, posted in PunBB 1.2 troubleshooting)

just got this back from them:

Thank you for your email,

I have tried the link, and to me it looks like you need to add the URL to the firewall to allow it to connect to the punBB server to request the check.

If you access your MyPanel and go to the 'Advanced Settings' section ,' Firewall Rules' subsection and enter www.punbb.com (I think, but you should check with them) I think the update check will work once added.

I look forward to hearing from you.


Many Thanks

Regards,

Andy
Support Assistant

So is it www.punnbb.com?

Thanks

4

(7 replies, posted in PunBB 1.2 troubleshooting)

Sorry to bring up an old thread, but thought it better that to start a new one!

Anyway due to laptop dieing and not having the money to fix it at the time just got this back from an email I sent last night about this problem...

Thank you for your email,

As this product you have installed 'punBB' is provided by a third party , we have no experience of it here, or how it works, so if the software vendor could provide us with a little more information regarding why they think its a server problem and any recommendations regarding how we can go around fixing for you, it would be a great help.

From the information you have provided: 'Having a few problems with the 'check for upgrade' , and the screen shot I think the problem may either be with the permissions on whatever file is called for the 'check upgrade' feature, or that the 'Check Upgrade' is calling out to an external URL- an Internet Address, whereby this is probably being blocked by our Firewall.
If this is the case you should ask the software vendor for the URL needed for the feature to work -to check for the upgrade- and request that the URL is added to the Firewall Rules from the 'Advanced Settings' section of MyPanel - 'Firewall Rules' .

Also please can you provide a login username and password for the admin system for this software, and a direct URL to the page that is failing, should we need to make further tests for you.

I look forward to hearing from you.


Many Thanks

Regards,

Andy
Support Assistant roll roll


Thanks again for your help.

5

(7 replies, posted in PunBB 1.2 troubleshooting)

ok thanks wink

6

(7 replies, posted in PunBB 1.2 troubleshooting)

Hi Smartys, in what why can this be a host issue? As It comes up with 'Sorry, there has been a page error' 'The server could not complete your request'.

As in what do i need to speak to my host about?

Thanks

7

(7 replies, posted in PunBB 1.2 troubleshooting)

someone must no? wink

8

(2 replies, posted in PunBB 1.2 troubleshooting)

According to a translation one site...

Hejsan. Self am attempting instalera easy poll but self must bring up to date mine punbb. But when self pinch on " check ago upgrade " so sheep self only : Unable to check ago upgrade since 'allow_url_fopen' ice disabled on this system. Recede How able self gjöra for that bring up to date , and change the very on the sides , per that I have laggt to few mods. And done the so the am matching mine page. Have the strength to nots gjöra if all.

And another...

Hello?
I try instalera easy poll but I must update face punbb?
But when I press ?cheque travelled upgrade? so may I only:
Unable taking cheque traveled upgrade since ?allow_url_fopen? ice disabled on H ice systems.
Go back
how can I gjöra in order to update, and is changed it mycke on the side, through
that I have laggt to little mods.
And done it so it fits my side?
Does not have the energy gjöra about everything?.


???

9

(7 replies, posted in PunBB 1.2 troubleshooting)

just thought i'd, try the link for the check for upgrade, but after a while it comes up with Sorry there has been a page error? Is there something I've missed?

Thanks smile

10

(13 replies, posted in PunBB 1.2 troubleshooting)

Just found this bit as almost there???

if ($pun_user['g_id'] > PUN_MOD)
        {
if ($pun_user['g_search'] == '1')
$links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';

$links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';

$links[] = '<li id="navlogout"><a href="login.php?action=out&id='.$pun_user['id'].'&csrf_token='.sha1($pun_user['id'].sha1(get_remote_address())).'">'.$lang_common['Logout'].'</a>';
        }
        else
        {
$links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';
$links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';
$links[] = '<li id="navadmin"><a href="admin_index.php">'.$lang_common['Admin'].'</a>';
$links[] = '<li id="navlogout"><a href="login.php?action=out&id='.$pun_user['id'].'&csrf_token='.sha1($pun_user['id'].sha1(get_remote_address())).'">'.$lang_common['Logout'].'</a>';


But there's two sections that are not in the one that I'm suppose to be looking for??? tried just putting them in to the changed section for the plugin but that came back with an error code as did put putting the changed section in?

Thanks

11

(13 replies, posted in PunBB 1.2 troubleshooting)

But in that functions.php still can't find that part of the code?

12

(13 replies, posted in PunBB 1.2 troubleshooting)

Ok just got the forum up again thanks, found the right bit now, feel a little stupid!

13

(13 replies, posted in PunBB 1.2 troubleshooting)

so where do go for that as that was the only one i found!

14

(13 replies, posted in PunBB 1.2 troubleshooting)

phpbb2 file I downloaded as forgot so save the original! I no stupid!!

15

(13 replies, posted in PunBB 1.2 troubleshooting)

no put the clean version in and come up with the fatal error so i'm not sure where to go next?

16

(13 replies, posted in PunBB 1.2 troubleshooting)

hi there, thanks for the reply, I've put the new include/functions.php and it not got this bit in:

if ($pun_user['g_id'] > PUN_MOD)
        {
            if ($pun_user['g_search'] == '1')
                $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';

            $links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';
            $links[] = '<li id="navlogout"><a href="login.php?action=out&id='.$pun_user['id'].'">'.$lang_common['Logout'].'</a>';
        }
        else
        {
            $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';
            $links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';
            $links[] = '<li id="navadmin"><a href="admin_index.php">'.$lang_common['Admin'].'</a>';
            $links[] = '<li id="navlogout"><a href="login.php?action=out&id='.$pun_user['id'].'">'.$lang_common['Logout'].'</a>';
        }

and as said above it now comes up with:

Fatal error: Call to undefined function: unregister_globals() in /home/zworxuk/public_html/forum/include/common.php on line 40

But nothing was done to that file tho???

So I'm completely lost....

17

(13 replies, posted in PunBB 1.2 troubleshooting)

anyone? or will I need to reload it all?

18

(13 replies, posted in PunBB 1.2 troubleshooting)

just replaced with the original and now comes up with:


Fatal error: Call to undefined function: unregister_globals() in /home/zworxuk/public_html/forum/include/common.php on line 40

Whats going on???

19

(13 replies, posted in PunBB 1.2 troubleshooting)

Right thought I'd put this here as having a few issues after putting it in!!

Cames up with:

Parse error: syntax error, unexpected '}' in /home/zworxuk/public_html/forum/include/functions.php on line 324

any ideas? or have i ****ed it up royally?

Thanks

Ah ok didn't thing about signing out to find out if was still there!!

Thanks

As above can you take out only the IP in the users postings?

Thanks

22

(6 replies, posted in PunBB 1.2 troubleshooting)

Now sorted finally thanks to all.

23

(6 replies, posted in PunBB 1.2 troubleshooting)

Right got a reply from them, bit new to all this as had some help with the setting up of the web site, (very quick with he's fingers wink ) so not sure what this means?:(

"Firstly create a 'tmp' directory in your webspace and then set the permsissions for this directory by Chmodding it to 777 (you can create directories by right clicking on mouse and add new directory).

Please could you then login to your MyPANEL and access the Advanced tab -> PHP Settings and from here you will be able to assign the upload_tmp_dir. Please repeat this for sessions_save_path as well and then allow upto 12hrs for our Apache webserver to reboot - afterwhich it should work fine for you.

Please make sure you state absolute paths as opposed to relative paths in your code".

1. Whats a 'tmp' directory?
2. How do I make one?
3. How do I upload it with and where does it go??

Thanks again

24

(6 replies, posted in PunBB 1.2 troubleshooting)

ah ok thanks will get in contact with them then. Thanks.

25

(6 replies, posted in PunBB 1.2 troubleshooting)

yes it does as found that on here and checked/changed it! should of said! sorry