Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Joomla configuration help
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Joomla configuration help
Joomla configuration help
17-09-2010 1:16 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi
I have been searching the forum all morning, but can't find any posts where there is overall help with transfering a joomla website from localhost.
I've done this twice on other hosts and never had any problems!
I've imported the database and in phpmyadmin it says it's ok.
I think the problem is with the configuration.php. Here is some of it, it would be great if someone who has a joomla site up and running could help... Note my site is not in a specific folder, I just ftp'd it to the htdocs folder:
var $log_path = 'http://www.mydomainname.co.uk/logs';
var $tmp_path = 'http://www.mydomainname.co.uk/tmp';
var $live_site = 'http://www.mydomainname.co.uk';
var $dbtype = 'mysql';
var $host = 'humbug';
var $user = 'myusername;
var $db = 'mydatabasename_pn';
var $dbprefix = 'jos_';
var $session_handler = 'database';
var $password = 'mydatabase password';
Do I need to put ftp details in? I haven't get but if I have to what port etc. :::
var $ftp_enable = '0';
var $ftp_host = 'i'm assuming username@ftp.plus.net?';
var $ftp_port = '21';
var $ftp_user = 'my user name?';
var $ftp_pass = 'my password';
var $ftp_root = '';
When I try and log into the site I just get a list of folders with Index of / at the top.
It would be great if someone can help since there really aren't any posts here that actually talk you through this. As I've said the problem is with what I need to put in for plusnet specifically.
Many thanks in advance
I have been searching the forum all morning, but can't find any posts where there is overall help with transfering a joomla website from localhost.
I've done this twice on other hosts and never had any problems!
I've imported the database and in phpmyadmin it says it's ok.
I think the problem is with the configuration.php. Here is some of it, it would be great if someone who has a joomla site up and running could help... Note my site is not in a specific folder, I just ftp'd it to the htdocs folder:
var $log_path = 'http://www.mydomainname.co.uk/logs';
var $tmp_path = 'http://www.mydomainname.co.uk/tmp';
var $live_site = 'http://www.mydomainname.co.uk';
var $dbtype = 'mysql';
var $host = 'humbug';
var $user = 'myusername;
var $db = 'mydatabasename_pn';
var $dbprefix = 'jos_';
var $session_handler = 'database';
var $password = 'mydatabase password';
Do I need to put ftp details in? I haven't get but if I have to what port etc. :::
var $ftp_enable = '0';
var $ftp_host = 'i'm assuming username@ftp.plus.net?';
var $ftp_port = '21';

var $ftp_user = 'my user name?';
var $ftp_pass = 'my password';
var $ftp_root = '';
When I try and log into the site I just get a list of folders with Index of / at the top.
It would be great if someone can help since there really aren't any posts here that actually talk you through this. As I've said the problem is with what I need to put in for plusnet specifically.
Many thanks in advance
Message 1 of 7
(1,470 Views)
6 REPLIES 6
Re: Joomla configuration help
17-09-2010 1:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
/htdocs is on the homepages server and that server does not understand or interpret PHP.
PHP code (and associated access to MySQL) needs to be on ccgi.
PHP code (and associated access to MySQL) needs to be on ccgi.
David
Message 2 of 7
(404 Views)
Re: Joomla configuration help
17-09-2010 4:10 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi
Didn't realise there were two places to put files. Have put them all in the CGI account now but still get a server error.
Is there any way someone could check my configuration above? I've also tried using http://ccgi.myusername.plus.com/ and this doesn't work either...
Sorry if I don't reply straight away whoever answers - I'm in and out with my son.
But really would love to have the site up by tomorrow morning...
Many thanks in advance
mssavvy (or rather notsosavvy!)
Didn't realise there were two places to put files. Have put them all in the CGI account now but still get a server error.
Is there any way someone could check my configuration above? I've also tried using http://ccgi.myusername.plus.com/ and this doesn't work either...
Sorry if I don't reply straight away whoever answers - I'm in and out with my son.
But really would love to have the site up by tomorrow morning...
Many thanks in advance
mssavvy (or rather notsosavvy!)
Message 3 of 7
(404 Views)
Re: Joomla configuration help
17-09-2010 4:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Oh ps - I'm assuming I put the joomla files in the root of the cshell.plus.net folder? I've also tried the /website folder and this didn't work.
Message 4 of 7
(404 Views)
Re: Joomla configuration help
18-09-2010 1:41 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Have you set permissions on all files and directories correctly? See Section 6 of the CGI upgrade FAQ.
David
Message 5 of 7
(404 Views)
Re: Joomla configuration help
18-09-2010 9:16 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi
Have looked at file permissions and folders are 750 (your max), and files 640 but I really don't think this is the problem. What I need to know is:
1. Are my configuration settings in the configuration.php file correct (as outlined above but with http://ccgi.myusername.plus.com/ instead of http://mydomain.co.uk.
2. If I go to http://mydomain.co.uk it still shows a different page with now just a parent directory on it (as I've deleted the site from the ftp.plus.net), but I think that this means that the domain I've registered with Plusnet is not talking to the CGI platform - maybe it hasn't been assoiciated with it?
3. Are the settings in my configuration file leading to the database? I had a database there which I deleted the tables from then imported the tables for this site - is that the problem?
4. I haven't set up an .htaccess file yet. I have tried but am confused about what I exactly need to change from the htaccess.txt to make this work on the plusnet server. There are various posts in the forum I've looked at but none of them give you exact instructions on what needs to be changed and what needs to be left. Is it this that's causing the problem? I am not interested in creating SEF urls at the moment as the site i'm putting up isn't mine it's one I've put together for a friend and am just putting it up for a couple of weeks so they can see it before taking it down (and then putting my own site up).
Should I contact help directly?
Many thanks
Have looked at file permissions and folders are 750 (your max), and files 640 but I really don't think this is the problem. What I need to know is:
1. Are my configuration settings in the configuration.php file correct (as outlined above but with http://ccgi.myusername.plus.com/ instead of http://mydomain.co.uk.
2. If I go to http://mydomain.co.uk it still shows a different page with now just a parent directory on it (as I've deleted the site from the ftp.plus.net), but I think that this means that the domain I've registered with Plusnet is not talking to the CGI platform - maybe it hasn't been assoiciated with it?
3. Are the settings in my configuration file leading to the database? I had a database there which I deleted the tables from then imported the tables for this site - is that the problem?
4. I haven't set up an .htaccess file yet. I have tried but am confused about what I exactly need to change from the htaccess.txt to make this work on the plusnet server. There are various posts in the forum I've looked at but none of them give you exact instructions on what needs to be changed and what needs to be left. Is it this that's causing the problem? I am not interested in creating SEF urls at the moment as the site i'm putting up isn't mine it's one I've put together for a friend and am just putting it up for a couple of weeks so they can see it before taking it down (and then putting my own site up).
Should I contact help directly?
Many thanks
Message 6 of 7
(404 Views)
Re: Joomla configuration help
02-10-2010 9:26 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Your address for a cgi site is
ccgi.username.plus.com (Note the two c's in ccgi)
ccgi.username.plus.com (Note the two c's in ccgi)
Message 7 of 7
(404 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Joomla configuration help