Jump to content

MadGorilla

Clients
  • Posts

    61
  • Joined

  • Last visited

Reputation Activity

  1. Like
    MadGorilla got a reaction from Adriano Faria in Adriano Classifieds Conversation   
    Boomshakalaka im in
  2. Like
    MadGorilla reacted to Matt Finger in Introducing Live Topics   
    Yes, that is correct for now. We're planning support for more streaming platforms (including Vimeo Live) coming up soon.
  3. Like
    MadGorilla reacted to Marc Stridgen in Constants.php question   
    Glad you have what you need there 🙂 
  4. Like
    MadGorilla reacted to Marc Stridgen in Constants.php question   
    That would be the  correct thing to do. So your file would be 
    <?php \define( 'CP_DIRECTORY', 'nameOfAdminDirectory' );  
  5. Like
    MadGorilla reacted to ThunderBlue in Constants.php question   
    Hi. Did you previously have a constant.php file in your server? If the file was already there, you just need to add this code to the existing one.
    \define( 'CP_DIRECTORY', 'my new admin name' );  
  6. Like
    MadGorilla reacted to A.G. in After update with PHP 8.0   
    Ok thank you all.
    Preblem solved.

    Steps to do:

    1. find and eding constants.php 
    2. edit the constants.php to (for my only recovery mode):

     


    After that, you can access the admin panel (just login normaly)
    Try to disable step by step the plugins.

    After that and if the forum is working again without issues edit constants.php in this:
     


    Done, everything is working again.

    Thank you all for your Help !

     
  7. Thanks
    MadGorilla got a reaction from A.G. in After update with PHP 8.0   
    hmmmm I made a constants.php file in my forums directory...
     
    added this
    <?php
    \define('CP_DIRECTORY’,’the admin changed name went here’);
    \define( ‘RECOVERY_MODE’, ‘TRUE’ );
     
    and my whole site went blank white yikessss help please
  8. Like
    MadGorilla reacted to Jim M in After update with PHP 8.0   
    Is there a reason why you're enabling recovery mode? TRUE should also be a bool instead of a string (aka, remove the single quotes around TRUE)
  9. Like
    MadGorilla reacted to Jim M in After update with PHP 8.0   
    That should work but if you have a custom admin directory, you'll want to keep that by removing just the <?php on this line:

  10. Like
    MadGorilla reacted to Mick23 in Classifieds System   
    It's a shame that having an active license is a requirement for the marketplace. This is really essential piece of kit.
  11. Like
    MadGorilla reacted to Andreas Grace in Classifieds System   
    Does anybody know what this means about all of us who have communities that really make use of this app?
×
×
  • Create New...