Support Tickets - Need help with installation

Need help with installation

CMS 13.03.2017 2157 Support Status: Closed Solution: Yes bosco


If it is not obvious, I am not a developer... I need help installing CMS, I cannot get the installer to connect to the database. Which settings do I have wrong?

// Database connection and setup
define('DB_HOST', 'localhost'); // Database host ## Datenbank Server
define('DB_PORT', 3306); // Enter the database port for your mysql server
define('DB_USER', 'bosco'); // Database user ## Datenbank Benutzername
define('DB_PASS', '***EDITTED***'); // Database password ## Datenbank Passwort
define('DB_NAME', 'new_db'); // Database name ## Datenbank Name
define('DB_PREFIX', 'new_'); // Database prefix use (a-z) and (_), for example: cms_

// Define a unique key for your site: (https://jakweb.ch/faq/a/99/database-and-password-hash)
define('DB_PASS_HASH', '***EDITTED***');

// Define your site url, for example: www.jakweb.ch (https://jakweb.ch/faq/a/98/full-site-domain)
define('FULL_SITE_DOMAIN', 'boscotool.com');

// Define cookie path and lifetime
define('JAK_COOKIE_PATH', '/'); // Available in the whole domain
define('JAK_COOKIE_TIME', 60*60*24*30); // 30 days by default

// Apache or Not
define('JAK_USE_APACHE', 0); // Use 1 for Apache (SEO URL's) or 0 for all others

// Choose the files directory, rename it if you like different location but make sure the content is the same
define('JAK_FILES_DIRECTORY', '_files');

// Important Stuff
define('JAK_SUPERADMIN', '1'); // Not deletable and SuperADMIN User, more user separate with comma. e.g. '1,4,5,6' (userid's)
?>


Replies (4)

  • avatar Jerome

    Good Morning,

    thank you for opening a suppor ticket. Please add the correct purchase code from codecanyon to your account on our site so we can verify your purchase.

    You don't need to be a developer to install CMS it is the same as with most other software you install. Does the database exist on your server?

    Best regards
    Jérôme

    13.03.2017 0
    • avatar bosco

      Thank you, Jérôme. 

      It is not apparent to me which number is the correct purchase code. There 3 on the invoice.

      I was able to get the CMS installed last night. I changed the DB_HOST location. 

      I did however create my super admin and admin accounts using the same code as the one in my profile here, once I logged in have nothing in the left panel of the screen, except "manage". Is this because I did not create the admin with the correct purchase ID?

      13.03.2017 0
  • avatar bosco

    Sorry for taking up your time. It looks like, as you suggested, I created my admin with the incorrect ID code. 

    I removed my old database, started fresh, went back and installed fresh on the site, when creating the admin I used a different ID code from code canyon. This time everything seems to be there and working. 

    13.03.2017 0
  • avatar Jerome

    No problem, thank you very much for your feedback.

    *** Ticket closed ***

    13.03.2017 0