Author Topic: No access to ACP  (Read 2514 times)

holstenralle

  • Newbie
  • *
  • Posts: 3
    • View Profile
No access to ACP
« on: April 11, 2009, 09:25:01 »
Hi everybody,

I´ve installed flasherize with vB-integration. The install-routine was ok, but I´m not able to log in the adminCP.
I´ve checked the username and pass I created on the install-page, but I will get no access.

What about "ChatRoom_fixedvB.html"
This file does not exist in my directory, it´s created after logging in the adminCP?

Where do I find "near the rest of the JavaScript" in the navbar template??
I´ve had a look for this, but I don´t know where to place the code
"function launchChat(url) {
   myWindow = window.open(url,'name','height=407,width=650,status=1');
   if (window.focus) {
      myWindow.focus();
   }
   return false;
}"


Thank you for your help...

Kind regards from the north of germany ...
« Last Edit: April 11, 2009, 09:41:37 by holstenralle »

holstenralle

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: No access to ACP
« Reply #1 on: April 11, 2009, 10:34:34 »
I´ve used the same user for the adminCP as the admin in the forum, maybe this is the problem??

Am I able to change the admin-user for flasherize?

fredric

  • Administrator
  • Jr. Member
  • *****
  • Posts: 75
    • View Profile
Re: No access to ACP
« Reply #2 on: April 15, 2009, 14:31:20 »
Admin username for login:
IPB: use an admin login for IPB in the ChatRoomACP as well.
vB: use an admin login for vB in the ChatRoomACP as well.
Wordpress: use the login you set in the Wordpress Plugin settings.

You can check what integration mode you are using at http://yoursite.tld/ChatRoom/integrationtype.php

"What about "ChatRoom_fixedvB.html"
Substitute with "ChatRoom_fixed.html" that is in the package, they are the same these days. Thanks for the note, I have updated the installation instructions to use "ChatRoom_fixed.html" instead.

"Where do I find "near the rest of the JavaScript" in the navbar template??"
This depends on the template you are using. You should be able to find some Javascript code in there inside a <script> tag. Add the code inside the <script> tag.

holstenralle

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: No access to ACP
« Reply #3 on: April 15, 2009, 14:48:48 »
Admin username for login:

vB: use an admin login for vB in the ChatRoomACP as well.

OK, but after trying logging in, the log-in-window apperas again with "Username" and blank password


You can check what integration mode you are using at http://yoursite.tld/ChatRoom/integrationtype.php


I´ve done so, "vbulletin" appears and all my users can use their vB username and passwords, this works


"What about "ChatRoom_fixedvB.html"
Substitute with "ChatRoom_fixed.html" that is in the package, they are the same these days. Thanks for the note, I have updated the installation instructions to use "ChatRoom_fixed.html" instead.

Cause there has been no ChatRoom_fixedvB.html, I had to take ChatRoom_fixed.html

fredric

  • Administrator
  • Jr. Member
  • *****
  • Posts: 75
    • View Profile
Re: No access to ACP
« Reply #4 on: May 07, 2009, 13:59:02 »
Please provide us with a PHP errorlog file and we'll check it if there is anything of use in there.
Try to login, then fetch the error log so that any errors encountered during the log in is recorded in the file you give us.

If we cannot find anything there please supply all login details to ftp, mysql, ChatRoomACP and we'll have a look at what might be wrong with the setup.