-
Blocked tasks: cleanup
@Stuart Silvester thank you, the task has been started correctly 😊
-
Blocked tasks: cleanup
After updating to version 4.7.19, the 'cleanup' task is blocked, with the error ‘Unknown or bad format (P-1D)’ The error also appears if all apps / plugins are deactivated Has anyone else experienced this issue after updating?
-
TypeError: Cannot assign string to property IPS\Dispatcher\_Front::$currentPage of type ?int (0)
@Jim M with applications disabled, the same error appears without the line from hook447 The characters that will appear are / ‘ % Example addresses https://www.site.com/topic-t1383/?page=6/ https://www.site.com/profile/606548-adik/content/?page=%27&type=forums_topic_post
-
TypeError: Cannot assign string to property IPS\Dispatcher\_Front::$currentPage of type ?int (0)
After updating to version 4.7.19, Googlebot is causing a large number of system errors From what can be seen in the logs, it leaves a "/" at the end of the address I also applied the "Invision Community Optimization ( robots.txt )" Has anyone else experienced this issue after updating?
-
Pagination does not take us to the top
Pagination does not take us to the top The problem occurs in both the forum and the admin panel 2024-03-15 08-59-40.mp4 Does anyone else have this problem after updating to 4.7.16?
-
Thumbnails problem after moving to S3
@Marc Stridgen the devil tempted me to try to do it manually 😈 UPDATE core_members SET signature=REPLACE(signature, '<___base_url___>/uploads/monthly_','<fileStore.core_Attachment>/monthly_'); UPDATE core_message_posts SET msg_post=REPLACE(msg_post, '<___base_url___>/uploads/monthly_','<fileStore.core_Attachment>/monthly_'); UPDATE forums_archive_posts SET archive_content=REPLACE(archive_content, '<___base_url___>/uploads/monthly_','<fileStore.core_Attachment>/monthly_'); UPDATE forums_posts SET post=REPLACE(post, '<___base_url___>/uploads/monthly_','<fileStore.core_Attachment>/monthly_'); UPDATE core_member_status_replies SET reply_content=REPLACE(reply_content, '<___base_url___>/uploads/monthly_','<fileStore.core_Attachment>/monthly_'); It came out fine. I marked for myself about 100 places where there was this problem, and everywhere is in good Thanks to everyone for your help. The topic can be closed
-
Thumbnails problem after moving to S3
I looked in the database and here is the result: Post with the problem: Good post: That is, instead of the "<fileStore.core_Attachment>" storage method, the default forum address is "<___base_url___>" I will replace it manually in the database, but I am still curious if it is definitely the user's fault?
-
Thumbnails problem after moving to S3
It makes some sense Do you have any idea how to fix this problem? Any larger SQL database query? It appears in several places - topic / profile 'about me' / signature / PM etc
-
Thumbnails problem after moving to S3
@Joel R thanks for the idea, now I tried it but it did not help It seems that in some places the thumbnails still show the old address instead of the new CDN address
-
Thumbnails problem after moving to S3
Okay, thanks
-
Thumbnails problem after moving to S3
@Marc Stridgen I have updated the data
-
Thumbnails problem after moving to S3
@Marc Stridgen I sent a private message with examples
-
Thumbnails problem after moving to S3
After transferring attachments from the file system to Amazon S3, many thumbnails are out of date, even though the attachments were transferred correctly. Is there a way to rebuild them?
-
TypeError :: Delete user
@Stuart Silvester how can I fix the "broken users" where I used the connect tool? When they log into their account, they have the error: Error: Call to undefined method IPS\core\modules\front\system\register::save() (0) #0 public/system/Dispatcher/Controller.php(107): IPS\core\modules\front\system\_register->validating() #1 public/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #2 public/index.php(13): IPS\_Dispatcher->run() #3 {main}
-
TypeError :: Delete user
@Marc Stridgen ok. In the logs I also see a recurring error for the address e.g. index.php?app=core&do=validate&vid=01a9f0cb78f4098f45fe38cb61599ffec&mid=936738&key=5cc9b234c752068fdaaaee44e5845de858f79fe8158c20d0e158a5eacba9acc10&email=1&type=registration_validate TypeError: IPS\forums\_Forum::setLastComment(): Argument #2 ($updatedItem) must be of type ?IPS\Content\Item, IPS\forums\Topic\Post given, called in public/system/Content/Comment.php on line 1360 (0) #0 public/system/Content/Comment.php(1360): IPS\forums\_Forum->setLastComment() #1 public/system/Content/Item.php(3047): IPS\Content\_Comment->changeAuthor() #2 public/system/Member/Member.php(4869): IPS\Content\_Item->changeAuthor() #3 public/system/Member/Member.php(4821): IPS\_Member->_processPostBeforeRegistering() #4 public/system/Member/Member.php(4804): IPS\_Member->validationComplete() #5 public/applications/core/modules/front/system/register.php(800): IPS\_Member->emailValidationConfirmed() #6 public/system/Dispatcher/Controller.php(107): IPS\core\modules\front\system\_register->validate() #7 public/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #8 public/index.php(13): IPS\_Dispatcher->run() #9 {main}