1

Topic: Call to undefined function :/

Hi
I have a problem, help plz
i was install forum, apload config.php in main forum folder, but when I was go in index.php (http://www.nevinka.net/forum/index.php) I see this warrning:
------clipboard begin-----
Fatal error: Call to undefined function: pun_htmlspecialchars() in /home/n/nevinka.holm.ru/WWW/forum/index.php on line 42
------end------

so , in index.php , line42=

------clipboard begin-----
$page_title = pun_htmlspecialchars($options['board_title']);
------end------

I need help
Thanks
Goodby

Re: Call to undefined function :/

Did you upgrade from an earlier version than 1.0.1?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3

Re: Call to undefined function :/

I bad in English, so I can't understand this string in Help file:
------
Update all scripts and files to 1.0.1. This is easily done by
extracting the 1.0 archive into the same directory as your old
installation (overwriting any existing files).
------

So, I was think, that I am was alredy install 1.0.1, but "help" told that not yet.
Where I can take this archiv, which I need to apload in server instead of current files
(current filles I was install from folder "punbb-1.0.1" , which I download from your site).

Second string in 'help' I was understand:
----
Copy the script 10_to_101_update.php from the directory "extra"
to the forum root directory and run it once. A message will appear
when the update process has completed. Once the update script has
finished you should remove the script from the forum root
directory.
----

So, My trouble in this archiv (in first string written about it). May be I alredy have it, but I don't see it in downloaded folfer.

Re: Call to undefined function :/

Aha! I see there's a typo in install.html.

Update all scripts and files to 1.0.1. This is easily done by
extracting the 1.0 archive into the same directory as your old
installation (overwriting any existing files).

should read:

Update all scripts and files to 1.0.1. This is easily done by
extracting the 1.0.1 archive into the same directory as your old
installation (overwriting any existing files).

"Programming is like sex: one mistake and you have to support it for the rest of your life."

5

Re: Call to undefined function :/

ok
but I at first was install 1.0.1, so I don't need this updating.
Problem with line42 still are sad
What I should to do?

Re: Call to undefined function :/

I'm not sure I understand. Did you upgrade from an earlier version or not? If you did, how did you do it?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

7

Re: Call to undefined function :/

No, I was instal forum only one time, and this version was 1.0.1.
I am never installing 1.0, I install last version - 1.0.1.

Re: Call to undefined function :/

That's very strange. Could you try reinstalling? Just unpack all the files again.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

9

Re: Call to undefined function :/

Today I was download forum-archiv in secont time and was start to compare old and new forum-files.... and .... new forum was biggest!!! I'm stupped smile!! I just was accidentally rename file "ru_common.php" (wich I was write in folder "lang/ru" from another archiv for russification) to "common.php" 8))) and I upload on server in main directory this file instead normal "common.php".

So, I alredy upload normal "common.php" on server and now all ok, sorry me and Thanks for support, Kennel !

ps. May be in the future I will ask also few questions wink

Re: Call to undefined function :/

Hehe, I actually figured it was something like that :)

"Programming is like sex: one mistake and you have to support it for the rest of your life."