+ Reply to Thread
Results 1 to 9 of 9

Thread: Install joomla problems

  1. #1
    neodani is offline New Bee
    Join Date
    Jun 2007
    Posts
    3
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Install joomla problems

    I can't install joomla because I don't know this...

    Server name
    User MySQL
    Password MySQL
    Name of BD MySQL

    I created one BD and I added one user with your password

    But server name o another information are incorrects.

    Help me!

    Which are the things I have to put?

    Thank you

  2. #2
    Stefan's Avatar
    Stefan is offline "Crazy Fool"
    Join Date
    Apr 2007
    Posts
    58
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Server name: localhost
    User MySQL: Username for database
    Password: Username password, if not Cpanel password
    DB Name: Your created database name (created through Cpanel with prefix of your username.)

    Worked for me
    Visit my portfolio: [URL="http://www.thestilleffect.com"]Here[/URL]

  3. #3
    Milton-B is offline Member
    Join Date
    Jun 2007
    Posts
    39
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Did you tried Fantastico? That's an utility designed to install scripts easily, Joomla included. If you're doing that manually, I suggest don't set up an account using the same username and/or password you already use for access to Cpanel, for security reasons.

    Also, I noticed certain administrative features will not work properly when you log into the administrator area via "http://www.yourdomain.com" instead of "http://yourdomain.com" (without the 'www' prefix), that's happens due to the way that Joomla has been designed.
    Last edited by Milton-B; 07-05-2007 at 07:20 PM.

  4. #4
    Grace is offline New Bee
    Join Date
    May 2007
    Location
    Buenos Aires
    Posts
    22
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Milton, to access at the backend administrator via "http://www.yourdomain.com" open the file configuration.php and change this line like this:
    $mosConfig_live_site = 'http://www.yourdomain.com';

    Bye,
    Grace

  5. #5
    Milton-B is offline Member
    Join Date
    Jun 2007
    Posts
    39
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you Grace, that's a good trick!

  6. #6
    nemaudio is offline New Bee
    Join Date
    Jul 2007
    Posts
    1
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Milton is right. Fantasico will make the install easier, as well as help when Joomla needs to be updated

  7. #7
    Saf M Guest

    Default

    On a personal level I do not like auto installers. Id rather download the latest version and it contains more goodies and security features and keep the software updated manually but its quicker to say the least.

  8. #8
    Milton-B is offline Member
    Join Date
    Jun 2007
    Posts
    39
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well, I installed a Wiki system (powered by Wikimedia) that was not included in the Fantastico script; it was kinda easy and fun to do it, the instructions on the Wikimedia website were very useful and the Wiki it's working here with no problems.
    But that's another story.

  9. #9
    Franki N Guest

    Default

    Don't forget, that mysql username and database name are prefixed with your CPanel username. This is the undocumented gotcha!

    ie:
    if your CP username is: abc
    and you created a mysql user: mysqluser
    and created a database named: mydb

    Then your mysql username would be: abc_mysqluser
    And your db name would be: abc_mydb

    (that's what you'll need to put into your script confi settings)

    Host will always be "localhost"

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts