Jump to content

Phillyman

Clients
  • Posts

    876
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Phillyman

  1. With IPB nuking physical products from Commerce, would this app even work after that? If so I am interested in a license, not sure what is going on with it not being available for purchase. Can I get a tl;dr

  2. This doesn't happen on all image pages, but on some, cant figure out what is causing it. On 4.7.3 right now.

     

    TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given (0)
    #0 /home/blah/public_html/system/Dispatcher/Controller.php(118): IPS\gallery\modules\front\gallery\_view->manage()
    #1 /home/blah/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #2 /home/blah/public_html/applications/gallery/modules/front/gallery/view.php(65): IPS\Content\_Controller->execute()
    #3 /home/blah/public_html/system/Dispatcher/Dispatcher.php(153): IPS\gallery\modules\front\gallery\_view->execute()
    #4 /home/blah/public_html/index.php(13): IPS\_Dispatcher->run()
    #5 {main}

     

    https://www.retromags.com/gallery/image/784-3-for-3do-enthusiasts-issue-00-sep-oct-1994/

     

    but doesnt happen here...

    https://www.retromags.com/gallery/image/966-3-for-3do-enthusiasts-issue-03-march-april-1995/

     

  3. 44 minutes ago, Randy Calvert said:

    Sounds like you need to work with your hosting provider to get your PHP8 install fixed!  You are missing some critical things that will absolutely break your site if missing. 🙂

    Once it’s fixed and it shows as all green on PHP8, try your site on it then and you can move onto testing/fixing third party resources. Step one is to get the base software running with the required system modules. 

    Yup, had them enable all that, now when I flip it to 8.1 PHP.....rainbows and unicorns shoot out of my website!!!!

  4. 4 minutes ago, Randy Calvert said:

    Ok. 4.7.3 technically supported PHP8.1 (it was added in 4.7.0).  Have you disabled all third party resources/applications and switched to a default theme?  The next most likely thing that a 3rd party resource has an issue in PHP8 that does not exist in PHP7. 

    Ah that makes sense. Disabled all the apps and plugins. Ran it again, still white screen, but now I see this....

     

    Could contain: Page, Text, File, Webpage

    So hard to troubleshoot this on a production site. My production site is a .com, but I also own the .info domain. I may copy my site over there and do the testing so I can screw around without pissing off my users.

  5. 6 minutes ago, Randy Calvert said:

    Is the version of IPB you’re running now compatible with PHP8?  If not, you’ll need to do a manual upgrade.  
     

    1. Disable all 3rd party applications & plugins.
    2. Switch to a default non-customized IPS theme.
    3. Switch your server to PHP 8.
    4. Use the compatibility checker script to confirm you have all of the required PHP modules installed in your PHP8.   
    5. Manually upload the files of the new version from your client area to your server.
    6. Visit yourdomain.com/admin/upgrade and follow the prompts to do the upgrade.
    7. Check if any 3rd party modifications require an update (there's a button to manually check in the applications page). After you apply the updates you can safely re-enable those modifications.
    8. Go to your Support Page in ACP and fix any remaining issues listed on the page.
    9. If you still have disabled applications and/or plugins after the above steps, re-enable them 1 by 1 to make sure they are compatible with PHP 8.

    I am on the last version before PHP8.....4.7.3

    Could contain: Page, Text, File, Webpage

  6. In Database Revisions for IP Pages, it keeps track of revision numbers and who made each revision. I would like a mod that counts the revisions for each unique contributor. Then writes that sum back to a profile field I have setup.

     

    User 4418 made 2,339 edits.

     

    Right now I am manually doing this task by outputting the data from PHPMyAdmin, then manipulating in CSV with Powershell, then creating SQL statements to drop it back in. PM me if you are interested.

     

    Could contain: Person, Face, Head

  7. 10 hours ago, Randy Calvert said:

    Badges are not automatically awarded if you manually change an owner.  You would either need to manually award the badge or rebuild the achievements...

    ACP > Members > Achievements > Settings

    Click on "Rebuild Members' Achievements".  

    I guess I dont understand why. The count is refreshed when changing the author, why is this not a trigger for a badge check?

  8. I was trying to leverage badges and group promotion rules. It seems as though the trigger for badge assignment doesnt fire in IP Downloads. This is the flow....

    1. I upload a file to IP Downloads (I am the author)
    2. From the front end of IP Downloads, I change the author to User2 (now they are the author)
    3. User 2 now has a IP Files count of 1, but the badge for "First File Uploaded" doesnt fire
    4. Since the badge of First File Uploaded doesnt fire, the Group Promotion rule to promote them from Member to Contributor doesnt fire

    I am not sure if there is a task that catches them up at a later date, but I feel like I shouldnt have to manually run all the badge counts again. A change of author, should decrease me, and increase them, therefore giving them the badge and the promotion.

  9. 52 minutes ago, Jim M said:

    You will want to disable all third party applications/plugins and switch to an unmodified theme. These are most often related to one of these being out of date or not compatible with the release you're on so eliminating this is the first step.

    Bingo, I just went in and disabled all my plugins and Third Party applications and they came back up. I guess this weekend I will turn on one by one and see which are the offenders.

  10. On 10/14/2022 at 9:33 PM, Randy Calvert said:

    Check the ownership of the files.  If it has a different owner or group, that could be part of the problem.  

    In reality...  the datastore contents can be dynamically generated.  So technically you could even just delete it and IPB would just create it again.  

    What do I do if I cant even find those files!

    Is it possible that at the start of the FTP sync job, it is doing a list of all files to download, and by the time it gets to those two files, they are already gone or replaced?

×
×
  • Create New...