Jump to content

SpookyThings

Clients
  • Posts

    8
  • Joined

  • Last visited

 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 SpookyThings

  1. Issue appears to be Parser.php $widthToUse = floor($maxImageDims[1] * ( $widthToUse / $heightToUse ) ); and $heightToUse = floor( $maxImageDims[0] * ( $heightToUse / $widthToUse ) ); $maxImageDims[1] and $maxImageDims[0] needs to be casted to float ie floatval($maxImageDims[1])
  2. Hello, Getting TypeError: Unsupported operand types: string * float (0) #0 /main/public_html/applications/core/modules/front/system/editor.php(130): IPS\Text\_Parser::imageEmbed(Object(IPS\Http\Url), 1280, 720) #1 /main/public_html/system/Dispatcher/Controller.php(107): IPS\core\modules\front\system\_editor->validateLink() #2 /main/public_html/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #3 /main/public_html/index.php(13): IPS\_Dispatcher->run() #4 {main} When attempting to embed an image using a link. PHP 8.0.24
  3. Hello, Could I have pages and commerce removed from my forum, no longer require them and the invoice adjusted for renewal.
  4. I fixed this, my sso plugin was causing regenerate_session_id to be called recursively
  5. I don't use those, do use cloudflare, but i've checked the http access records and can see it coming through ok, just a constant loop of the below "GET /admin/?app=core&module=customization&controller=themes&do=import&file=/tmp/IPSzqShJs&key=16593e44c0f3ca4a4206f7cf645ce547&id=11&csrfKey=77352b269e0c21d13312cdd6ef735fad&mr=10&csrfKey=77352b269e0c21d13312cdd6ef735fad HTTP/2.0" 200 49 "/admin/?app=core&module=customization&controller=themes&do=import&file=/tmp/IPSzqShJs&key=16593e44c0f3ca4a4206f7cf645ce547&id=11&csrfKey=77352b269e0c21d13312cdd6ef735fad" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
  6. Hello, I can't seem to install any themes, if I try manual upload or via marketplace both result in a page that shows "processing" spinning indefinitely. I've tried turning php errors on and so forth to try identify any issues.
  7. Thanks for your swift reply, I deleted them via the database as it was much easier. I've ran the recount task, hopefully that sorts it.
  8. Hello, I've deleted all the threads / posts but total post count is still 35k, is there a way to recalculate this figure?
×
×
  • Create New...