Jump to content

Clover13

Clients
  • Posts

    1,403
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Clover13

  1. I see the profile fields in the profile, but I can't customize a Group Promote rule with them. Yes/No Select
  2. Not sure where this setting is, I'll keep looking but if anyone knows, please post it here 🙂
  3. Getting hit hard with spam and none of these new accounts have spam check logs. It is enabled. Any idea what's happening?
  4. For now I just commented out the streamOverview on both sites so the customizations are consistent.
  5. OK, I guess I'm trying to figure out why one site shows the streamBlurb and another doesn't and what is causing that. Any idea there?
  6. What is the $form reference in the following code for streamWrapper? I have one site showing the streamOverview blurb and another that isn't but unclear what setting is influencing this? <div class='ipsFlex-flex:11 sm:ipsMargin_bottom:half'> <h1 class='ipsType_pageTitle'> <span data-role='streamTitle'>{$stream->_title}</span> </h1> {{if $form}} <p class='ipsType_reset ipsType_normal' data-role='streamOverview'> <span data-role='streamBlurb'>{$stream->blurb()}</span> </p> {{endif}} </div>
  7. You would still see it however even if you couldn't react to it yourself no? Do you see the reactions available to select? Hmm apparently that was it, I had thought you could always see the options you just couldn't cast one. Thanks Jim, sorry to waste your time on that one!
  8. Yes, it is enabled at the Member Group level (Administrators) and for my account. This is a new site I just started up, so would it be better to discuss over PM?
  9. The reaction blurb HTML/CSS always shows this whether it's enabled or disabled in ACP: <div class="ipsReact_blurb ipsHide" data-role="reactionBlurb"> </div> Note this isn't the case where it's whited out, or only displays onHover. It's always hidden with that HTML/CSS output.
  10. I figured it out, thanks Randy, your links helped spark where to look. It came down to the S3 permission sets for those objects (certain images files) were not set to public read. Also the favicon.ico did not move over in the S3 Storage Location usage, however it was referenced by it (i.e. tried to pull from CDN/S3 but was still local on my server). Not sure if that is a bug, but I just moved it over manually to S3 and set the public read access on the object.
  11. Yes, I compared both but will look again. What's odd is this isn't global for all files, it's just certain files.
  12. Not sure what's going on exactly, but it seems on two different IPS sites I run some images retrieved from S3 via CF ala a CDN CNAME (i.e. cdn.site.com) return a 403, however the majority return just fine. File types that return 403: ICO, SVN One site returns SVN fine, both sites 403 for ICO Both sites return JPG, PNG, GIF fine. I've compared htaccess, S3, CF configs from both sites and haven't spotted anything different between them. Anyone have any ideas?
  13. Thanks @Marc Stridgen, is there any workaround to get a custom FURL in place? Can I add it to the DB via a query?
  14. FURL: recent-topics Real URL suffix: app=core&module=discover&controller=streams&id=6 TypeError: Unsupported operand types: string + int (0) #0 /home/*****/public_html/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\settings\_advanced->furlForm() #1 /home/*****/public_html/applications/core/modules/admin/settings/advanced.php(38): IPS\Dispatcher\_Controller->execute() #2 /home/*****/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\settings\_advanced->execute() #3 /home/*****/public_html/admin/index.php(13): IPS\_Dispatcher->run() #4 {main}
  15. FWIW, got it sorted it out forcing a manual update of the local parameter initially. Something with CloudLinux not behaving/updating properly, host had to toggle from PHP Selector mode to MultiPHP Manager mode and things synced up properly when he went back to PHP Selector mode.
  16. OK thanks guys I'll follow up with the host The other odd part is the ips4.php shows full compatibility, would this not be flagged/caught as part of that compatibility check or as part of an upgrade compatibility check? Or is there no way to do that?
  17. Right but the question is why would the ips upgrade reference the local when there is a master override for the selected version (8.1)? Is that normal for local to be referenced or is there different scoping whereas local needs to be 8.1 and operates differently than master as 8.1? I had though the master was the primary and superseded the local when it is specified.
  18. I have, they are reviewing it but they also don't understand how the IPS upgrade process is referencing something other than what is specified when the 8.1 php version is selected
  19. I have PHP 8.1 selected and the IPS ACP shows 8.1 running and ips4.php shows 8.1, however the upgrade failed due to We were unable to start a PHP session. You will need to contact your host to adjust your PHP configuration before you can continue. The error reported was: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php72) Not sure why I'm getting an error referencing the local value instead of the master value. Directive Local Value Master Value session.save_path /var/cpanel/php/sessions/ea-php72 /tmp Why is the upgrade referencing 7.2?
  20. Not sure what you mean about Paypal showing their colors, but Paypal owns Venmo as well.
  21. Got ya, yeah they're all running ok as far as I can tell and per the task logs and IPS dashboard status.
×
×
  • Create New...