Jump to content

Problema Admin CP IPB


Flow
 Share

Recommended Posts

  • Username: Flow
  • Problema: Cand vreau sa ma conectez in admin cp imi da eroarea asta " [28-Jul-2019 10:32:34 UTC] PHP Fatal error:  Class 'db_driver_' not found in /home2/hardpla1/public_html/forum/admin/sources/base/ipsRegistry.php on line 2691 "
  • Imagini/Videoclipuri cu problema: https://imgur.com/cCYlJss.png
  • Cod sursă: -
  • Alte detalii: Tin sa precizez ca in rest forumul merge bine, doar la admincp cand ma conectez imi da eroarea asta si nu pot face nimic in admincp.
Edited by Flow
#define noob_level[MAX_PLAYERS];

function IHaveTheNoob(playerid){
	new randomlevelnoob = 0 + random(2);
	noob_level[playerid] = randomlevelnoob;
	switch(noob_level[playerid]){
		case 0: SendClientMessage(playerid, -1, "You f**king noob men, this is Babur's opinion");
		case 1: SendClientMessage(playerid, -1, "Brother, you are noob, nothing has changed");
		default: SendClientMessage(playerid, -1, "HA HA HA, YOU NOOB IN PAWN! HA HA HA!");
	}	
	Kick(playerid);
	return 1;
}
OnPlayerConnect return IHaveTheNoob(playerid);

 

cooltext370126435149439.png

Link to comment
Share on other sites

am uitat sa va dau linia unde am eroarea:

public function getApplications() (aceasta e)

    {

        return self::$applications;

    }

#define noob_level[MAX_PLAYERS];

function IHaveTheNoob(playerid){
	new randomlevelnoob = 0 + random(2);
	noob_level[playerid] = randomlevelnoob;
	switch(noob_level[playerid]){
		case 0: SendClientMessage(playerid, -1, "You f**king noob men, this is Babur's opinion");
		case 1: SendClientMessage(playerid, -1, "Brother, you are noob, nothing has changed");
		default: SendClientMessage(playerid, -1, "HA HA HA, YOU NOOB IN PAWN! HA HA HA!");
	}	
	Kick(playerid);
	return 1;
}
OnPlayerConnect return IHaveTheNoob(playerid);

 

cooltext370126435149439.png

Link to comment
Share on other sites

De cand ai problema? Deoarece ar putea fi de la un Hook sau de la o eroare cand ai instalat platforma. 

 

Sincer sa fiu nu prea ai ce face, doar sa reinstalezi platforma si sa bagi un backup la ce apuci. 

Link to comment
Share on other sites

  • 1 month later...
  • s0nyx locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...