Topic: NEED HELP

I got this after i uploaded it to the right folder not sure what to do from here i did exract before uploading to the correct folder. but i am stumped need help.

Thanks

IMPORTANT! The extensions listed below were found in the extensions folder but are not available for install or upgrade because the errors displayed below were detected.
Loading of extension "pun_invitation_only" failed.
Missing manifest.xml.
Loading of extension "pun_funny_avatars" failed.
Missing manifest.xml.
Loading of extension "pun_colored_usergroups" failed.
Missing manifest.xml.
Loading of extension "pun_poll" failed.
Missing manifest.xml.
Loading of extension "pun_quote" failed.
Missing manifest.xml.
Loading of extension "pun_stop_bots" failed.
Missing manifest.xml.
Loading of extension "pun_karma" failed.
Missing manifest.xml.
Loading of extension "pun_pm" failed.
Missing manifest.xml.
Loading of extension "pun_move_posts" failed.
Missing manifest.xml.
Loading of extension "pun_approval" failed.
Missing manifest.xml.
Loading of extension "pun_bbcode" failed.
Missing manifest.xml.
Loading of extension "pun_admin_add_user" failed.
Missing manifest.xml.
Loading of extension "pun_attachment" failed.
Missing manifest.xml.
Loading of extension "pun_admin_broadcast_email" failed.
Missing manifest.xml.
Loading of extension "pun_tags" failed.
Missing manifest.xml.

2

Re: NEED HELP

You haven't extracted it correctly.
You have propably unzipped the archive with option "Extract to >NAME<". You should use "Extract here" function.
Folder were is extension located should have manifest.xml file and other files.
If in your folder is a second folder, you have done this bad.
Sorry for my English :-).

Re: NEED HELP

now i have about 9 extensions that are not compatible what do i do ?

4

Re: NEED HELP

It is not recommended to use not compatible extensions, but if you want...
You have 1.4.2 version, right?

Open your config.php file and add:

define('FORUM_DISABLE_EXTENSIONS_VERSION_CHECK', 1);

5 (edited by mfederico 2012-12-26 17:50)

Re: NEED HELP

I do have verison 1.4.2 what line do i put this on ? and rather write disable would it not be enable?

i would like to add these extensions but when i click install it says not compatible is there a way enable or add them?

Invitation of new users 1.2.1
Funny avatars 0.1.1
Animated avatars 0.1.1
JS post quote 2.2.2
Post karma 1.1.2
Post and registration approval 1.4.3
BBCode buttons 1.4.18
Broadcast e-mail. 0.2

6

Re: NEED HELP

I've written what should you do.


Trace wrote:

Open your config.php file and add:

define('FORUM_DISABLE_EXTENSIONS_VERSION_CHECK', 1);

Re: NEED HELP

I did what u asked not working

8

Re: NEED HELP

Delete this line and open config.php.
Find:

// Disable forum extensions version check by removing // from the following line
//define('FORUM_DISABLE_EXTENSIONS_VERSION_CHECK', 1);

Replace with:

// Disable forum extensions version check by removing // from the following line
define('FORUM_DISABLE_EXTENSIONS_VERSION_CHECK', 1);

IT MUST WORK!