Results 1 to 2 of 2

Thread: Installation Issues

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Installation Issues

    I hope someone can help soon. I fought with pligg for a week and did not come up with anything that made me happy, so I turned here but for some reason cannot get this site to install correctly. I put in all the info to the settings.php file, seen here...

    define('http://dofollowdigg.com/', "http://example.com/"); // e.g. http://example.com/ (needs trailing slash)


    define("DB_USER", '#####digg'); // Add your own database details
    define("DB_PASSWORD", '#######');
    define("DB_NAME", '#####digg');
    define("DB_HOST", '#####digg.db.######.######.com');

    My host is Godaddy. Whenever I go to install, all the tables load, then at step 3 I get this line at the top.....

    Notice: Use of undefined constant BASEURL - assumed 'BASEURL' in /home/content/n/e/t/hotaru/libs/Initialize.php on line 319

    When I complete the install, delete the install files, the site is worthless. All permissions are set correctly, so any ideas?

  2. #2
    Member Jason's Avatar
    Join Date
    Jul 2009
    Location
    Nagoya, Aichi
    Posts
    74
    Thanks
    3
    Thanked 15 Times in 10 Posts

    Default

    So close, yet so far. Hotaru doesn't know it's base_url, because you've killed the definition.

    Replace your first line with this:

    define('BASEURL', "http://dofollowdigg.com/"); // e.g. http://example.com/ (needs trailing slash)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Installation issues!
    By anthonyr in forum Installation and Upgrading
    Replies: 4
    Last Post: 10-25-2011, 12:24 PM
  2. Popular, Latest, Upcoming issues...
    By anthonyr in forum How-To and Troubleshooting
    Replies: 4
    Last Post: 09-09-2011, 03:35 AM
  3. Security Issues?
    By seekyt in forum How-To and Troubleshooting
    Replies: 3
    Last Post: 02-26-2011, 06:37 PM
  4. Mysql Issues
    By b2bgenie in forum How-To and Troubleshooting
    Replies: 1
    Last Post: 02-14-2011, 12:49 PM
  5. Report and Issues encountered after migrating to HotaruCMS from SWCMS
    By nothingman in forum How-To and Troubleshooting
    Replies: 7
    Last Post: 02-23-2010, 03:56 AM

Bookmarks

Posting Permissions

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