Exec Activation request

Status
Not open for further replies.

Artanis186

New Member
Messages
5
Reaction score
0
Points
0
I have recently gotten an account here and have been having trouble getting my MyBB forum running. first, I needed evac activated, now that's done, but now I need exec activated. can you guys do this for me? I really want my site up and running.
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
I believe for that you will need to use level three of PHP. You can apply for the upgrade in your hosting account panel, http://x10hosting.com/account

edit: nvm, Brandon beat me :p
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Do not apply for lvl 3 unless an Admin tells you to.
Send an application for lvl 2 (Intermediate), and then test if the forum works correctly.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Do NOT request v3; only do so IF told by an administrator or else you will be declined.
 

Artanis186

New Member
Messages
5
Reaction score
0
Points
0
ok, well, I got it (sorta) working, I replaced it. But now, I get this:

Warning: Cannot modify header information - headers already sent by (output started at /home/artanis/public_html/forum/global.php:1) in /home/artanis/public_html/forum/inc/functions.php on line 1133

Warning: Cannot modify header information - headers already sent by (output started at /home/artanis/public_html/forum/global.php:1) in /home/artanis/public_html/forum/inc/functions.php on line 78

Any idea what's wrong with that?
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
I'm going to notify the admins on that.
The code Bryon told you to edit causes that error.
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
No, the code I posted will not cause the error that he is receiving.

The error is caused by this at the top of global.php:
Code:
<?php

I do not know what those characters are, but they're not supposed to be there. They were probably added in with some text editor that you used.

Remove them and it will work fine.
 
Last edited:

Artanis186

New Member
Messages
5
Reaction score
0
Points
0
oy, now my forum's having more errors.... can someone just activate exec itself so I don't have any more troubles?

EDIT:
No, the code I posted will not cause the error that he is receiving.

The error is caused by this at the top of global.php:
Code:
<?php
I do not know what those characters are, but they're not supposed to be there. They were probably added in with some text editor that you used.

Remove them and it will work fine.

Actually, I do not see that at all in there.
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
You had extra characters at the top of your global.php file. I removed them, it should work now.

-Corey
 

Artanis186

New Member
Messages
5
Reaction score
0
Points
0
nope, now all I get is

Fatal error: Cannot redeclare user_exists() (previously declared in /home/artanis/public_html/forum/inc/functions_user.php:9) in /home/artanis/public_html/forum/inc/functions_user.php on line 21

and a blank white page still, at least 1 error was removed :-/
 
Last edited:
Status
Not open for further replies.
Top