XenForo Support

How to install nulled add ons?

Submitted by aloofarrogant, , Thread ID: 124644

Thread Closed
aloofarrogant
Junior Member
Level:
0
Reputation:
0
Posts:
93
Likes:
2
Credits:
51
17-03-2019, 07:50 PM
#1
http://prntscr.com/mz4iwt

I got this error. (50 characters)

RE: How to install nulled add ons?

JAFRI
Newbie
Level:
0
Reputation:
0
Posts:
13
Likes:
1
Credits:
35
10-04-2019, 07:22 PM
#2
17-03-2019, 07:50 PM
aloofarrogant Wrote:
http://prntscr.com/mz4iwt

I got this error. (50 characters)


go src/config.php: and add this,

Code:
$config['enableAddOnArchiveInstaller'] = true;

if you are a nginx use:
Code:
chown -R nginx:nginx

RE: How to install nulled add ons?

KevTheJoker
Member
Level:
0
Reputation:
0
Posts:
128
Likes:
7
Credits:
1
18-04-2019, 02:55 AM
#3
I've been facing this error for quite a long while and this fix has helped me! THANKS!

RE: How to install nulled add ons?

Detox
Lurker
Level:
0
Reputation:
0
Posts:
3
Likes:
0
Credits:
4
01-06-2019, 08:46 PM
This post was last modified: 01-06-2019, 08:46 PM by Detox
#4
Which code fixed the error ?

Code:
chown -R nginx:nginx

Or

Code:
$config['enableAddOnArchiveInstaller'] = true;

RE: How to install nulled add ons?

AnonymousWH
Newbie
Level:
2
Reputation:
0
Posts:
17
Likes:
1
Credits:
11
19-08-2021, 11:00 AM
This post was last modified: 19-08-2021, 11:02 AM by AnonymousWH
#5
10-04-2019, 07:22 PM
JAFRI Wrote:
go src/config.php: and add this,

Code:
$config['enableAddOnArchiveInstaller'] = true;

if you are a nginx use:
Code:
chown -R nginx:nginx


When you install nginx on any system, not everyone creates the user nginx.

the correct thing would be
Code:
chown -R www-data:www-data /folder

Users browsing this thread: 1 Guest(s)