Page 2 of 2

Re: hellp me at Database Information in installation steps

Posted: Sun May 24, 2009 7:57 pm
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

Re: hellp me at Database Information in installation steps

Posted: Sun May 24, 2009 9:17 pm
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.

Re: hellp me at Database Information in installation steps

Posted: Tue May 26, 2009 5:04 pm
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.

Re: hellp me at Database Information in installation steps

Posted: Tue May 26, 2009 7:59 pm
by replytomk3
Add [Solved] to subject.