Jump to content

MadMaxMangos

Clients
  • Posts

    66
  • Joined

  • Last visited

Reputation Activity

  1. Like
    MadMaxMangos reacted to Marc Stridgen in bug? php 8.0 error - user with no timezone   
    This issue has been resolved in the recently released 4.7.15 version. Please update your site if you are still experiencing the issue, and let us know if you see any reoccurrence.
  2. Like
    MadMaxMangos reacted to Jim M in My maintenance task's do not always run?   
    I will preface this with please keep in mind that we would only support our software, if there is an issue with CRON on your server, that will need to be resolved by your hosting provider.
    Are you receiving any System Log errors when executing? 
    We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. 
    We look forward to further assisting you. 
     
  3. Agree
    MadMaxMangos got a reaction from Princess Celestia in Pages database generate title from field   
    So I am making a pages database that will handle ban appeals from my game severs.
    I want to be able to have the user input their player name and have the title of the record generated so it appears in the database as "Ban Appeal by player name", so they dont have to type a separate title with each report.
    How can i do this? I suspect it has something to do with the topic format option but not really sure what to put into that as i have tried several variations now.
  4. Like
    MadMaxMangos got a reaction from MeMaBlue in Easiest way to switch all tables to InnoDB   
    This worked perfectly for me and admincp now showing no issues, thanks!
    I'd mark your post as the solution but I dont seem to have the option to, maybe a mod/admin can do that when they see this.
  5. Like
    MadMaxMangos reacted to teraßyte in Easiest way to switch all tables to InnoDB   
    Try using this query instead (replace DBNAME as needed):
    SELECT CONCAT('ALTER TABLE ', TABLE_SCHEMA, '.', TABLE_NAME, ' ENGINE=InnoDB ROW_FORMAT=DYNAMIC;') FROM information_schema.TABLES WHERE TABLE_SCHEMA='DBNAME' AND ENGINE = 'MyISAM'; This query doesn't check the table type and also forces the tables to use the DYNAMIC row format (in case your server defaults to Compact).
     
    I always use it and once I run all the queries the ACP never complains about tables still being MyISAM.
  6. Like
    MadMaxMangos got a reaction from Matt in bug? php 8.0 error - user with no timezone   
    Also seeing this after moving the website from cpanel to virtualmin.
    In my case opening the admin login page immediately told me a database table core_theme_settings_fields relating to was missing and somehow throwing this error exact message in the php error logs!
    So something to note as an indirect cause of that error message I guess. I've put the error log message below (that is now resolved), in case line 205 is another bug that needs fixing (or not).
    [14-Jan-2023 22:34:32 UTC] PHP Fatal error:  Uncaught Error: Attempt to assign property "timezone" on null in /home/markstreeton/public_html/system/Member/Member.php:205 Stack trace: #0 /home/markstreeton/public_html/system/Log/Log.php(107): IPS\_Member::loggedIn() #1 /home/markstreeton/public_html/init.php(1034): IPS\_Log::log() #2 [internal function]: IPS\IPS::exceptionHandler() #3 {main}   thrown in /home/markstreeton/public_html/system/Member/Member.php on line 205  
  7. Like
    MadMaxMangos got a reaction from SeNioR- in (GFL) Multi-Game Servers List Support Topic   
    @devu4 Also getting this error when adding my Mordhau server
    "LGSL PROBLEM: INVALID TYPE 'mordhau' FOR 198.244.207.53, 7777, 27777, 0"
  8. Like
    MadMaxMangos got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    The snow flake settings is not working on my site 😞 I had to use a plugin for now. Let us know if this is fixed.
  9. Like
    MadMaxMangos reacted to Marc Stridgen in Remove application   
    This has now been sorted out for you
  10. Like
    MadMaxMangos reacted to Hexsplosions in removing facebook...   
    I dumped Facebook months ago and my users have not mentioned it once. It's just not worth the headaches IMO, with constantly changing requirements and demands made on our community.
  11. Like
    MadMaxMangos reacted to devu4 in (GFL) Multi-Game Servers List Support Topic   
    Hello Guys,
    First of all I would like to apologise to everyone who has been waiting for the update. I had actually submitted an update but it was denied ( email attached ).
    This is an email to remind you that your request (#66770) has been pending for 3 days and awaits your feedback.
     
    Daniel Fatkic (Invision Community)
    Sep 11, 2020, 8:08 AM EDT
    Hi,

    Your update has been rejected for the following reasons

    1. Most of the extensions aren't implemented correctly and contain almost all the none functional skeleton code.
    2. Your Admin Controllers are missing the proper protection ( CSRF Protection )
      Regards,
    Daniel Fatkic
    Invision Power Services, Inc.
    After this, I was dealing with some IRL situation with covid and family members so didn't have the time to resubmit with the feedback given for the first update disapproval.
    I have now made a new request and hopefully it should be approved within the next few days. Again apologies for the wait, hope you guys can understand.
    Thanks,
    David G. (devu4) 
  12. Like
    MadMaxMangos got a reaction from SJ77 in Member Lists Pro   
    Fosters, is this being updated for Invision 4.5?
  13. Like
    MadMaxMangos got a reaction from Myr in Mail Bouncer - Automated Bounce Management   
    @stoo2000 Is this getting updated to invision 4.5?
  14. Like
    MadMaxMangos got a reaction from NZyan in Member Lists Pro   
    Fosters, is this being updated for Invision 4.5?
  15. Like
    MadMaxMangos got a reaction from sobrenome in Mail Bouncer - Automated Bounce Management   
    @stoo2000 Is this getting updated to invision 4.5?
  16. Like
    MadMaxMangos got a reaction from PrettyPixels in Mail Bouncer - Automated Bounce Management   
    @stoo2000 Is this getting updated to invision 4.5?
  17. Like
    MadMaxMangos got a reaction from sobrenome in Mail Bouncer - Automated Bounce Management   
    Have had this a few months now but still have to figure out how to setup the SNS endpoint, is that something you can help with? My discord is: MadMax#7731 if you can add me.
    Edit: I got this figured out.
  18. Like
    MadMaxMangos reacted to Fosters in Member Lists Pro   
    Unfortunately not, this application creates only a separate stand alone page
  19. Like
    MadMaxMangos got a reaction from Pete T in Christmas Lights   
    Ok, I got them to display. Forgot to adjust the options
×
×
  • Create New...