1 (edited by RB 2008-12-21 10:52)

Topic: Download and install of a hotfix extension failed. Please wait a while

Hi. I have 1.3.2 version, but there is alert that informs me about "hotfixes are available for install on the Manage hotfixes tab of the admin interface". I open "Manage Hotfixes", click on "Install hotfix" (PunBB 1.3–1.3.2 hotfix removing a notice on updates check), but error happens: "Download and install of a hotfix extension failed. Please wait a while and try again".

Why?.. There were no any errors on my local server. Troubles started when I've installed PunBB on outer hosting. Any ideas?

P.S. "Search" tool returned no hits on subject...

2 (edited by RB 2008-12-21 12:01)

Re: Download and install of a hotfix extension failed. Please wait a while

Came from error logs:

[Sun Dec 21 13:45:52 2008] [error] [client 217.173.21.4] PHP Notice:  Undefined index:  content in .../include/xml.php on line 199, referer: .../admin/extensions.php?section=hotfixes

So what can I do now?)

Re: Download and install of a hotfix extension failed. Please wait a while

Does the error persist? Have you tried clearing your Forum's cache?

4 (edited by RB 2008-12-22 13:23)

Re: Download and install of a hotfix extension failed. Please wait a while

Slavok wrote:

Does the error persist?

Yep...

Slavok wrote:

Have you tried clearing your Forum's cache?

I just tried to do that (by clearing of php-files in my 'cache' folder), but it didn't solve the problem. The error is still the same: "Undefined index:  content".

UPD: I'm gonna try to reinstall the board...
UPD #2: D'oh... the reinstall didn't help me.

5 (edited by RB 2008-12-28 23:46)

Re: Download and install of a hotfix extension failed. Please wait a while

Well, the problem is still actual... :-) Any ideas why it happens?..)

Some screenshots:

#1: http://s41.radikal.ru/i093/0812/1c/79890d59150f.jpg
#2: http://s52.radikal.ru/i136/0812/a8/50abcbb9946f.jpg
#3: http://i030.radikal.ru/0812/5c/fd11197cf5f0.jpg
#4: http://s49.radikal.ru/i126/0812/f0/e6293043b3ef.jpg

Re: Download and install of a hotfix extension failed. Please wait a while

Add this

print_r($errors);

to 60 line of "admin/extensions.php". Are there some errors when you try install hotfix?

7

Re: Download and install of a hotfix extension failed. Please wait a while

Array ( [0] => Element extension/hooks/hook is malformed or missing. [1] => Element extension/hooks/hook is missing attribute "id". )