installing error

bluntowner

New Member
Messages
56
Reaction score
0
Points
0
i was following a tut when i got to the part 2 install myBB i when to the site 2 install myBB it didn't work cuz it gave me this error
Code:
[B]Parse error[/B]:  syntax error, unexpected $end, expecting ')' in [B]/home/bluntman/public_html/forum/admin/adminfunctions.php[/B] on line [B]48[/B]


what did i do wrong?
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
Without seeing the line :p it probably means you left something blank or accidentally edited something you shouldnt have.
 

bluntowner

New Member
Messages
56
Reaction score
0
Points
0
i got a new error =/ it's this
Code:
[B]Warning[/B]:  require_once(/home/bluntman/public_html/forum/inc/class_core.php) [[URL="http://runekiller.x10hosting.com/forum/install/function.require-once"]function.require-once[/URL]]: failed to open stream: No such file or directory in [B]/home/bluntman/public_html/forum/install/index.php[/B] on line [B]16[/B]

[B]Fatal error[/B]:  require_once() [[URL="http://runekiller.x10hosting.com/forum/install/function.require"]function.require[/URL]]: Failed opening required '/home/bluntman/public_html/forum/inc/class_core.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in [B]/home/bluntman/public_html/forum/install/index.php[/B] on line [B]16
[/B]
 

johnbrassx

New Member
Messages
4
Reaction score
0
Points
0
Well, that error just means it can't find the file it needs to run. Try using your FTP to browse to that directory and make sure the file is there. If not, put it in.
 
Top