1

(32 replies, posted in PunBB 1.3 extensions)

It works!!!!

Antoniov, you are a genius cool

Thank you, so much big_smile big_smile big_smile

2

(32 replies, posted in PunBB 1.3 extensions)

I had a look at it, and it says I should find this line:

<link rel="stylesheet" type="text/css" href="<?php echo PUN_ROOT ?>style/<?php echo $pun_user['style'].'.css' ?>" />

in header.php, but its not there.

3

(32 replies, posted in PunBB 1.3 extensions)

I just saw your reply now sad

Ill try it out next week, i think.

Thank you very much big_smile

4

(32 replies, posted in PunBB 1.3 extensions)

Nope. I think this thread is dead sad

5

(32 replies, posted in PunBB 1.3 extensions)

I tried to do a chmod 0777 on the itemstats library before installing the extension

Its a clean installation of punBB 1.3.2. No other extensions installed. Only the 2 hotfixes.

Now i get the following error:

Notice: Use of undefined constant localhost - assumed 'localhost' in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 6

Notice: Use of undefined constant testdb - assumed 'testdb' in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 7

Notice: Use of undefined constant xxx - assumed 'xxx' in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 8

Notice: Use of undefined constant yyy - assumed 'yyy' in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 9

I have removed login data for my phpmyadmin ofc wink

6

(0 replies, posted in PunBB 1.3 troubleshooting)

The timestamps on posts arent correct:

http://holly.servegame.org/filer/Tidsforskel.JPG


Im in Denmark and I believe thats UTC+1 and I checked the DST:

http://holly.servegame.org/filer/UTC_1.JPG


What am I doing wrong?





Edit: bah, nvm.... I worked it out roll

7

(32 replies, posted in PunBB 1.3 extensions)

Now I've tried a fresh install of punBB 1.3.2, with an empty database.

I still cant get it to work sad

8

(32 replies, posted in PunBB 1.3 extensions)

MattF wrote:
Switched On wrote:

Yeah, I didnt do that,
Should have tho.
Silly me for expecting this extension not to royally F**K UP EVERYTHING !!!

Out of every extension on this forum, this is the only one that broke everything so much that i had to rebuild my forum from a backup.

You installed it on a live site?

I think he might have done just that hmm

9

(32 replies, posted in PunBB 1.3 extensions)

Imperial wrote:

Did you uninstall and reinstall? This is necessary before the new one will work.  If you overwrite wow_itemstats/itemstats/config.php with a blank file for now, you should be able to get into the extensions admin page to uninstall and reinstall it.

It was a copy of my "real" forum, that works fine. Im ofc using a copy of the database wink

10

(32 replies, posted in PunBB 1.3 extensions)

Unfortunately I still get the same error:

Notice: Use of undefined constant PUN_ROOT - assumed 'PUN_ROOT' in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 2

Warning: include_once(../../../config.php) [function.include-once]: failed to open stream: No such file or directory in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 5

Warning: include_once() [function.include]: Failed opening '../../../config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 5

Powered by PunBB 1.3.2

Style:

Currently used extensions: pun_bbcode, pun_poll, pun_pm, pun_repository. Copyright © 2008 PunBB

[ Generated in 0.130 seconds, 6 queries executed ]

Maybe its better if you take a look for yourself
http://baktest.isa-geek.org/

11

(32 replies, posted in PunBB 1.3 extensions)

Imperial wrote:

I'll try and sort it a little later, think I know the problem.

Sounds good smile Thank you

12

(32 replies, posted in PunBB 1.3 extensions)

I really appreciate you giving it a try big_smile

Thank you very much cool

Imperial wrote:

Try this out.

I don't think it's 100% perfect, but it works.


Didnt really work for me sad

Got this error:

Notice: Use of undefined constant PUN_ROOT - assumed 'PUN_ROOT' in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 2

Warning: include_once(../../../config.php) [function.include-once]: failed to open stream: No such file or directory in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 5

Warning: include_once() [function.include]: Failed opening '../../../config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/anders/Offentligt/testforum/extensions/wow_itemstats/itemstats/config.php on line 5

13

(32 replies, posted in PunBB 1.3 extensions)

Noone?

Maybe I should explain a bit more detailed what it does?

Its a BBcode that you put around an itemname like this [item]itemname[/item]. When you mouseover it, it will contact either wowhead.com, allakhazam.com or one of the other databases with WoW-items, get the data and make a tooltip with said item's stats.

14

(32 replies, posted in PunBB 1.3 extensions)

I had Itemstats working (-ish roll) in v. 1.2.19, but I've had no luck in 1.3.

Is there a bright head out there that can make it work?

15

(7 replies, posted in PunBB 1.3 troubleshooting)

Dont exactly know what happened, but it works now smile

16

(7 replies, posted in PunBB 1.3 troubleshooting)

Slavok wrote:

Your privileges seem ok for me.
What is the mode of the mysql data directory?

mode?

Do you mean ownership?
I did a chmod 0777 on the entire library when I copied it to the new hd.

17

(7 replies, posted in PunBB 1.3 troubleshooting)

Slavok wrote:

Check up:
1) The ownership of the copied files in the data directory;
2) Does your mysql user have insert/update privileges in the database? You can check it with this SQL query:

SHOW GRANTS

If everything is ok with the ownership and privileges, maybe the mysql file with data of table has been corrupted. You can fix it with this SQL command.

I did 'show grants' and got

GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD '*F548F4480AF1304D46174E80413B5F9AC1A193C4' WITH GRANT OPTION

Is that good?


Have no idea how to use that Repair command sad

18

(7 replies, posted in PunBB 1.3 troubleshooting)

Slavok wrote:

Did you do something to your MySQL database before converting?

I moved it from 1 hd to another. Thats the reason why im doing this. The old hd was breaking down sad

When i try and convert my database to use 1.3.2 I get the following error:

An error was encountered

The error occurred on line 388 in /home/anders/Offentligt/hollyforum/include/dblayer/mysqli.php

Database reported: Table 'search_words' is read only (Errno: 1036).

What can I do?