hellp me at Database Information in installation steps

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
klio
Forum Members
Forum Members
Posts: 25
Joined: Wed Aug 15, 2007 7:20 pm

Re: hellp me at Database Information in installation steps

Post by klio »

Noncon try writing 10.6.186.112 instead of localhost... that should do the trick.....
those numbers are the ip of your mysql server and it may or may not be the same as where your site is hosted....

let us know if it works

clementina
Last edited by klio on Sun May 24, 2009 8:00 pm, edited 1 time in total.
noncon
New Member
New Member
Posts: 3
Joined: Sun May 24, 2009 2:31 am

Re: hellp me at Database Information in installation steps

Post by noncon »

Kilo, that worked perfectly, thank you very much.

I was able to finish install  but now that it is installed I'm having another issue.  I succesfully logged into the admin area and it is showing all the menu items such as home, content, layout etc., but when I click on any of the menu links there is nothing there.  For example I just clicked on extensions>>modules and the page opened up but the only thing there is a plus sign all the way to the right.  When I click on this plus sign it shows me the following error message: "Fatal error: Cannot instantiate non-existent class: bookmark in /home/content/m/k/a/lib/classes/class.admintheme.inc.php on line 463"

When I look in the file class.admintheme.inc.php here is what I see in and around line 463:

457    function DoBookmarks()
458   {
459      global $gCms;
460     $bookops =& $gCms->GetBookmarkOperations();
461      $urlext='?'.CMS_SECURE_PARAM_NAME.'='.$_SESSION[CMS_USER_KEY];
462      $marks = array_reverse($bookops->LoadBookmarks($this->userid));
463      $tmpMark = new Bookmark();
464      $tmpMark->title = lang('addbookmark');
465      $tmpMark->url = 'makebookmark.php'.$urlext.'&title='. urlencode($this->title);
466      $marks[] = $tmpMark;
467      $marks = array_reverse($marks);
468      $tmpMark = new Bookmark();
469      $tmpMark->title = lang('managebookmarks');
470      $tmpMark->url = 'listbookmarks.php'.$urlext;
471      $marks[] = $tmpMark;
472      $this->DisplayBookmarks($marks);
473    }

Any ideas?

UPDATE

Never mind figured it out.  For some reason the file class.bookmark.inc.php was installed but it was blank.  I replaced it with a valid file and the admin site is now working.
Last edited by noncon on Sun May 24, 2009 9:29 pm, edited 1 time in total.
Pierre M.

Re: hellp me at Database Information in installation steps

Post by Pierre M. »

Hello,
noncon wrote: now that it is installed I'm having another issue.
You should have started another thread. This way it will help other forum users to find your "other" issue and not this one titled "Database information".
noncon wrote: UPDATE
Never mind figured it out.  For some reason the file class.bookmark.inc.php was installed but it was blank.  I replaced it with a valid file and the admin site is now working.
Hopefully everything is fine now. For the record : once installed, please use System Info and System Verification as first self-diagnose tools.

Have fun with CMSms

Pierre M.
replytomk3

Re: hellp me at Database Information in installation steps

Post by replytomk3 »

Add [Solved] to subject.
Locked

Return to “[locked] Installation, Setup and Upgrade”