Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

Posted

imi da eroare asta la panel la factions 

Notice: Undefined property: stdClass::$MinLevel in C:\xampp\htdocs\panel\inc\pages\factions.p.php on line 48

ma ajuta cineva daca se poate

6 answers to this question

Recommended Posts

  • 0
Posted (edited)

Intra in faction.p.php si da-mi linaiile 40 pana la 50 

Edited by Luca.sex
auto corector de Mac e de kkt

 

 

Cand eram mic, eram mare zdreanta Eu fut*am femei, vara miu umbla prin casa

LINIE-3.gif.f4c03161035b1ce4c431755a78bed2ae.gif.aacf6e45f3894429f134b2e37f997f6f.gif

Discord: ㍿ Luca лол㍿ツ#5482

Sunt de moda veche inca mai cred in Respect!

LINIE-3.gif.f4c03161035b1ce4c431755a78bed2ae.gif.bcf86dadd9b43351554dd738f470725f.gif

 

  • 0
Posted
La 20.01.2021 la 11:34, Luca.sex a spus:

Intra in faction.p.php si da-mi linaiile 40 pana la 50 

                            <td><?php echo $membersin ?></td>
                            <td><a href="<?php echo Config::$URL ?>factions/members/<?php echo $factions->ID ?>">members</a> / <a href="<?php echo Config::$URL ?>factions/logs/<?php echo $factions->ID ?>">logs</a> / <a href="<?php echo Config::$URL ?>factions/applications/<?php echo $factions->ID ?>">apps</a> / <a href="<?php echo Config::$URL ?>factions/complaints/<?php echo $factions->ID ?>">complaints</a></td>

<td>
<?php if (!Config::isLogged()) echo 'Nu esti logat.'; else { ?>
<?php if (Config::getmyFaction() > 0) echo 'Ai factiune.'; else { ?>
<?php if ($applied > 0) echo 'Ai aplicat deja intr-o factiune.'; else { ?>
<?php if ($factions->App == 0) echo 'Aplicatiile sunt inchise.'; else { ?>
<?php if (Config::getmyLevel() < $factions->MinLevel) echo 'Nu ai level-ul necesar.'; else { ?>

<a href="<?php echo Config::$URL ?>factions/apply/<?php echo $factions->ID ?>"><button type="submit" class="btn btn-primary">Apply</button></a>

asta de la linia 40-50

  • 0
Posted

Încearcă să modifici linia 48 din:

<?php if (Config::getmyLevel() < $factions->MinLevel) echo 'Nu ai level-ul necesar.'; else { ?>

în

<?php if(Config::getMyLevel() < isset($factions -> MinLevel)) echo 'Nu ai level-ul necesar.'; else { ?>

 

  • 0
Posted
Acum 41 minute, matei_ a spus:

Încearcă să modifici linia 48 din:


<?php if (Config::getmyLevel() < $factions->MinLevel) echo 'Nu ai level-ul necesar.'; else { ?>

în


<?php if(Config::getMyLevel() < isset($factions -> MinLevel)) echo 'Nu ai level-ul necesar.'; else { ?>

 

A mers dar acum imi da de la linia 56

 

<a href="<?php echo Config::$URL ?>factions/apply/<?php echo $factions->ID ?>"><button type="submit" class="btn btn-primary">Apply</button></a>

<?php } } } } } ?>
</td>

                            <td><?php echo $factions->MinLevel ?></td>
                          </tr>
                 
<?php } ?>
                     
                      </table>
                    </div>
                    </div>
                  </div>
                </div>
 <?php } else if(Config::$_url[1] == "members" && isset(Config::$_url[2])) { ?>

E de la linia 51-66

  • 0
Posted

Aceeași chestie pe care ai făcut-o la eroarea anterioară, faci și aici:

<?php echo $factions->MinLevel ?>

în

<?php echo isset($factions -> MinLevel) ?>

 

  • 0
Posted
Acum 7 minute, matei_ a spus:

Aceeași chestie pe care ai făcut-o la eroarea anterioară, faci și aici:


<?php echo $factions->MinLevel ?>

în


<?php echo isset($factions -> MinLevel) ?>

 

Am rezolva multumsesc mult 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.