joomla problem

relisys

New Member
Messages
426
Reaction score
0
Points
0
i dont know if any one is skilles but im trying to install joomla with some scripts already installed on it if you make you way to here galaxy.goldtrailers.com/

this how iv been told to install

-- Install --

1. unrar name.tgz with winrar
- upload by ftp to your domain /html directory

2. edit configuration.php upload to /html directory

3. import db_content.sql to your new database

4. check frontpage

5. log into admin
admin / demo

i have done as it says but still nothing

i just get

Warning: require_once(/public_html/galaxy/includes/version.php) [function.require-once]: failed to open stream: No such file or directory in /home/atlantis/public_html/galaxy/includes/joomla.php on line 71

Fatal error: require_once() [function.require]: Failed opening required '/public_html/galaxy/includes/version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/atlantis/public_html/galaxy/includes/joomla.php on line 71


any idea?
 

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
What version of PHP are you using? Maybe you need to upgrade it, go to http://x10hosting.com/account/.

I think he's on paid hosting since he's a VIP user.

Anyways my small knowledge interpretation of PHP makes me think that the php file is requesting a file from a certain area, but that area does not have the file so it's returning that error.
Warning: require_once(/public_html/galaxy/includes/version.php) [function.require-once]: failed to open stream: No such file or directory in /home/atlantis/public_html/galaxy/includes/joomla.php on line 71


Failed to open stream, no such file or directory...
file is missing/been moved to the wrong area/does not exist??
Fatal error: require_once() [function.require]: Failed opening required '/public_html/galaxy/includes/version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/atlantis/public_html/galaxy/includes/joomla.php on line 71

Ditto.
 

relisys

New Member
Messages
426
Reaction score
0
Points
0
ok every thing is there i doubled checked :S il make a new thread in prio support
 
Top