Topic: Error on Extensions Install Page

I'm running 1.3 RC with all the latest hotfixes, however the error was there before I installed the most recent hotfix.

Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/httpd/vhosts/untitledimage.com/httpdocs/forums/admin/extensions.php(742) : eval()'d code on line 62

Operating system: Linux
PHP: 4.4.4
MySQL 4.1.20

Currently used extensions: pun_karma, pun_extension_reinstaller, pun_repository, pun_bbcode, pun_topic_online_users.

Any ideas?

2 (edited by Parpalak 2008-08-06 10:50)

Re: Error on Extensions Install Page

This error appears because of pun_repository.

It contains a construction that works only on PHP 5.
I've fixed this, but there is still an old version in the extension repository.

You can fix this (http://punbb.informer.com/trac/changeset/299) or download 'pun_repository/manifest.xml' from SVN (http://punbb.informer.com/svn/extension … nifest.xml).

Update: Don't forget to reinstall pun_repository after changing manifest.xml.

Re: Error on Extensions Install Page

Thanks

Re: Error on Extensions Install Page

You're welcome.