• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Can't login to my admin panel

Started by NiloRadio,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NiloRadioTopic starter

I logged out of my site then tried to log back in and for some reason I can't log back in as the admin.
I tried going to the domain and put a "/moderator" after the log in and the site says " Maintenance
SHOULD TAKE A FEW MINUTES". Prior to loging out while in the admin panel I went into users and changed my user name. Would this have caused this ? If so, how to a fix it so that I can log back in ?
  •  

TigerClaw

  •  

PHPVibe A.

Copy the file called on.php from the full install, go to your domain /on.php and it should disable maintenance.
If you still see it on maintainance empty cache/full/ (delete files) except .htaccess and index.html (or delete all and re-copy this 2).

NiloRadioTopic starter

I cleared my browsers cache and it still shows the maintenance message. I then reuploaded the on.php file from the original install files and it gave me the following message

"No permission!
You are not the administrator of this website.
Login with the administrator account >>

Powered by phpVibe™. Premium Video CMS"

I've already done a lot of work on the site and would rather not have to delete everything and start over. Is there any way to regain access ?

  •  

PHPVibe A.

I'm sure it's a cache issue. Just delete the files in /cache/full/ folder.
If you runned the on.php the site maintainance would have been disabled.

Or just edit on.php

and replace

$db->clean_cache();

with
$db->clean_cache(true);


and run it again in the browser.

You can check if maintenance is off in the phgmyadmin (your database) look into the table vibe_options for the field named site-offline , it should be 0.

Don't delete your site, I can put it back offline if ou can't perform this changes, if you send me your ftp.

NiloRadioTopic starter

I re-installed the original files. Now it's not running the setup  but takes me to the home page.I tried inputting "/moderator" after the login in the browser and it wont take me to the panel. What should i do now ?
  •  

NiloRadioTopic starter

Alexander,

I checked if maintenance is off in the phpmyadmin (my database) looked into the table vibe_options for the field named site-offline and set it to 0.

I also made the change in On.php and I still can't log into the admin panel. Do you have any other suggestions? Also would you be open to chat via messenger to help me resolve this.
  •  

NiloRadioTopic starter

  •  

PHPVibe A.

Hi,

sorry, we don't work weekends. Glad you've figured it out.

petershaw

Hi NiloRadio

may I ask how you fixed it? I have the exact problem. First with maintenance mode. That was fixed with a fresh reinstall. Unfortunately I still can´t access the admin panel:

You are not the administrator of this website.

Login with the administrator account >>

When i log in over the homepage as admin and go back to the acp it still won´t let me in :/
  •  

PHPVibe A.

Hi, and are you the administrator? I ask this cause people get logins mixed all the time.
Run /setup again, see if it says you have administrator / create a temp admin and check what's wrong with the old one from /moderator.

Similar topics (7)