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
hellp me at Database Information in installation steps
Re: hellp me at Database Information in installation steps
Last edited by klio on Sun May 24, 2009 8:00 pm, edited 1 time in total.
Re: hellp me at Database Information in installation steps
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.
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.
Re: hellp me at Database Information in installation steps
Hello,
Have fun with CMSms
Pierre M.
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: now that it is installed I'm having another issue.
Hopefully everything is fine now. For the record : once installed, please use System Info and System Verification as first self-diagnose tools.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.
Have fun with CMSms
Pierre M.