Publishing

Status
Not open for further replies.

leanthony092718

New Member
Messages
6
Reaction score
0
Points
0
hello this is my first time to publish a website and i don't know what to do.
when i type this in the browser leanthony.x10.mx is it going to be the website already? i already put the joomla application in the public_html and i already created the database in phpmyadmin. but when i open the leanthony.x10.mx it have this error
"Warning: require_once(/home/leanthon/public_html/includes/defines.php) [function.require-once]: failed to open stream: No such file or directory in /home/leanthon/public_html/index.php on line 21

Fatal error: require_once() [function.require]: Failed opening required '/home/leanthon/public_html/includes/defines.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/leanthon/public_html/index.php on line 21 "

what is your advice?
is my log_path and tmp_path is correct?
var $log_path = '\\home\\leanthon\\public_html\\logs';
var $tmp_path = '\\home\\leanthon\\public_html\\tmp';

im sorry to bother you guys.. thank you.
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
Hello,

Linux uses forward slashes "/" to show folders. Although that error makes it seem like you didn't upload all of the joomla files or you uploaded them to a subfolder instead of directly into public_html.
 
Status
Not open for further replies.
Top