Jump to content

GregoryRasputin

Clients
  • Posts

    52
  • 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 GregoryRasputin

  1. If it helps, this is the error I get when posting an article on the forum that triggers the forum to Discord plugin: GET /forums/topic/6325-test-article/ HTTP/1.0 - Apache SSL/TLS access And this is the error I get when using MediaWiki when triggering the Discord and Twitter extensions: GET /ps5devwiki/index.php?title=Testpage HTTP/1.0 - Apache SSL/TLS access Both errors look similar.
  2. I have the Rich Discord Integration plugin and it used to work great, that is when I was using cPanel and Apache, but ever since I changed servers and now use Plesk and Nginx it does not work, I asume it is a cURL problem as I have a Wiki to Discord extensin for MediaWiki that also requires cURL to run and it ran fine prior to the server move, as well as recently installing a Wiki to Twitter extension that requires cURL and it does not work. I run my sites on a VPS and do anything that it requires to fix this, I just don't know or understand how to fix it, I have been trying on and off for about a year to sort it out and have been having no luck. Thanks for any advice ❤️
  3. Thanks, this helped me find the tables, of which there were 19. I did this command "ALTER TABLE ipbdownloads_files_pending ROW_FORMAT=DYNAMIC;" - Not sure if there was a away to do them all at once, but I did them singely and now they are all Dynamic 🙂
  4. I have user email validation, there was nothing differently done with the duplicate member threads, i updated the forum software to 4.2.4, and updated your application and updated a couple of plugins, then started noting double thread creations.
  5. I updated this add on recently, i think i did so on the 1st of September and it seems to be creating two threads instead of one when it comes to creating a welcome thread on the forum, here is an example: It hasn't done it with every new member that has joined since the update, it has done it with a few though.
  6. Awesome, i will wait until then before installing
  7. It would be great if you could add Odnoklassniki and vKontakte Is this compatible with Enhanced User Info Panel?
  8. My apologies, the problem was not with your plugin. Thank you for all the help and advice you gave me, going out of your way to help, even though the error was not your problem
  9. No, the error is gone when i disable the plugin, if i turn of all plugins and turn yours on, the error comes back, i tried each plugin individually and it only happens with yours.
  10. So getting an error when using this plugin, i am on IPS 4.2 Beta 4 and version 1.09 of this plugin, first i got multiple instances of the same secondary user icon, but i was able to fix it by removing it from the user, saving, then giving it back to the user. Today a member made a post and this happened when people clicked on it to view the thread: OutOfRangeException: (0) #0 /home/directory/public_html/forums/system/Member/Group.php(110): IPS\Patterns\_ActiveRecord::load(0, 'g_id', NULL) #1 /home/directory/public_html/forums/system/Theme/Theme.php(810) : eval()'d code(1739): IPS\Member\_Group::load(0) #2 /home/directory/public_html/forums/system/Theme/SandboxedTemplate.php(57): IPS\Theme\class_forums_front_topics->postContainer(Object(IPS\forums\Topic), Object(IPS\forums\Topic\Post), Array, '') #3 /home/directory/public_html/forums/system/Theme/Theme.php(810) : eval()'d code(5425): IPS\Theme\_SandboxedTemplate->__call('postContainer', Array) #4 /home/directory/public_html/forums/system/Theme/SandboxedTemplate.php(57): IPS\Theme\class_forums_front_topics->topic(Object(IPS\forums\Topic), Array, NULL, Array, Object(IPS\forums\Topic), NULL, Array) #5 /home/directory/public_html/forums/applications/forums/modules/front/forums/topic.php(393): IPS\Theme\_SandboxedTemplate->__call('topic', Array) #6 /home/directory/public_html/forums/system/Dispatcher/Controller.php(97): IPS\forums\modules\front\forums\_topic->manage() #7 /home/directory/public_html/forums/system/Content/Controller.php(51): IPS\Dispatcher\_Controller->execute() #8 /home/directory/public_html/forums/applications/forums/modules/front/forums/topic.php(40): IPS\Content\_Controller->execute() #9 /home/directory/public_html/forums/system/Dispatcher/Dispatcher.php(143): IPS\forums\modules\front\forums\_topic->execute() #10 /home/directory/public_html/forums/index.php(13): IPS\_Dispatcher->run() #11 {main}
  11. The Display Name or Email Address you entered does not belong to any account. Make sure that it is typed correctly.
  12. Could i try the 1.2.0 please?, i updated to 4.2 and i am currently getting an error when trying to edit a member group: TypeError: Argument 1 passed to IPS\quizzes\extensions\core\ContentRouter\_Quizzes::__construct() must be an instance of IPS\Member, instance of IPS\Member\Group given, called in /my/home/directory/forums/system/Application/Application.php on line 756 (0) #0 /my/home/directory/forums/system/Application/Application.php(756): IPS\quizzes\extensions\core\ContentRouter\_Quizzes->__construct(Object(IPS\Member\Group)) #1 /my/home/directory/forums/system/Application/Application.php(303): IPS\_Application->extensions('core', 'ContentRouter', true, Object(IPS\Member\Group)) #2 /my/home/directory/forums/applications/core/extensions/core/GroupForm/Content.php(36): IPS\_Application::allExtensions('core', 'ContentRouter', Object(IPS\Member\Group)) #3 /my/home/directory/forums/applications/core/modules/admin/members/groups.php(189): IPS\core\extensions\core\GroupForm\_Content->process(Object(IPS\Helpers\Form), Object(IPS\Member\Group)) #4 /my/home/directory/forums/system/Dispatcher/Controller.php(86): IPS\core\modules\admin\members\_groups->form() #5 /my/home/directory/forums/applications/core/modules/admin/members/groups.php(35): IPS\Dispatcher\_Controller->execute() #6 /my/home/directory/forums/system/Dispatcher/Dispatcher.php(143): IPS\core\modules\admin\members\_groups->execute() #7 /my/home/directory/forums/admin/index.php(14): IPS\_Dispatcher->run() #8 {main}
  13. Awesome work @Adriano Faria, no more error when creating a quiz, thank you
  14. So just updated to the most recent version today and i am getting this error as soon as i create a quiz: SELECT cf_id, cf_format FROM `ipbquizzes_cfields` AS `quizzes_cfields` WHERE cf_topic_quizzes=1 IPS\Db\Exception: Unknown column 'cf_topic_quizzes' in 'where clause' (1054) #0 /just/somecrappywebsite/ontheinternet/forums/system/Db/Select.php(356): IPS\_Db->preparedQuery('/*IPS\\quizzes\\_...', Array, true) #1 /just/somecrappywebsite/ontheinternet/forums/system/Db/Select.php(254): IPS\Db\_Select->runQuery() #2 /just/somecrappywebsite/ontheinternet/forums/applications/quizzes/sources/Quiz/Quiz.php(285): IPS\Db\_Select->setKeyField('cf_id') #3 /just/somecrappywebsite/ontheinternet/forums/system/Theme/Theme.php(780) : eval()'d code(592): IPS\quizzes\_Quiz->customFields(true) #4 /just/somecrappywebsite/ontheinternet/forums/system/Theme/SandboxedTemplate.php(57): IPS\Theme\class_quizzes_front_submit->topic(Object(IPS\quizzes\Quiz)) #5 /just/somecrappywebsite/ontheinternet/forums/applications/quizzes/sources/Quiz/Quiz.php(1330): IPS\Theme\_SandboxedTemplate->__call('topic', Array) #6 /just/somecrappywebsite/ontheinternet/forums/applications/quizzes/sources/Quiz/Quiz.php(1190): IPS\quizzes\_Quiz->syncTopic() #7 /just/somecrappywebsite/ontheinternet/forums/system/Content/Item.php(87): IPS\quizzes\_Quiz::createFromForm(Array, Object(IPS\quizzes\Category)) #8 /just/somecrappywebsite/ontheinternet/forums/applications/quizzes/modules/front/quizzes/submit.php(82): IPS\Content\_Item::create(Object(IPS\quizzes\Category)) #9 /just/somecrappywebsite/ontheinternet/forums/system/Dispatcher/Controller.php(86): IPS\quizzes\modules\front\quizzes\_submit->submit() #10 /just/somecrappywebsite/ontheinternet/forums/applications/quizzes/modules/front/quizzes/submit.php(28): IPS\Dispatcher\_Controller->execute() #11 /just/somecrappywebsite/ontheinternet/forums/system/Dispatcher/Dispatcher.php(129): IPS\quizzes\modules\front\quizzes\_submit->execute() #12 /just/somecrappywebsite/ontheinternet/forums/index.php(13): IPS\_Dispatcher->run() #13 {main} It was running fine until i updated to this version. Edit I know the update came out on the 8th, but i have been quite busy and only got around to doing it today.
  15. Here is an image of the amount of times the error has occurred, it only happened after i upgraded to 4.1.18 It says this: 02/06/2017 07:34 AM uncaught_exception UnderflowException: lang_not_exists__mailsub__quizzes_notification_game_finished (0) #0 When clicking on the actual error i get this: The URL of page the error occurred on was https://playstationhax.xyz/forums/quizzes/quiz/5-wiiu-quiz/?do=start&_step=question_2 UnderflowException: lang_not_exists__mailsub__quizzes_notification_game_finished (0) #0 /moi/folder/location/forums/system/Email/Email.php(328): IPS\_Lang->get('mailsub__quizze...') #1 /moi/folder/location/forums/system/Email/Email.php(570): IPS\_Email->compileSubject(Object(IPS\Member), Object(IPS\Lang)) #2 /moi/folder/location/forums/system/Notification/Notification.php(499): IPS\_Email->mergeAndSend(Array, NULL, NULL, Array, Object(IPS\Lang)) #3 /moi/folder/location/forums/system/Notification/Notification.php(480): IPS\_Notification->sendEmails(Array, Array) #4 /moi/folder/location/forums/applications/quizzes/modules/front/quizzes/view.php(732): IPS\_Notification->send() #5 [internal function]: IPS\quizzes\modules\front\quizzes\_view->IPS\quizzes\modules\front\quizzes\{closure}(Array) #6 /moi/folder/location/forums/applications/quizzes/sources/Wizard/Wizard.php(187): call_user_func(Object(Closure), Array) #7 /moi/folder/location/forums/system/Theme/Theme.php(757) : eval()'d code(5190): IPS\quizzes\_Wizard->__toString() #8 [internal function]: IPS\Theme\class_core_front_global->globalTemplate('6c9a58f0bbcf331...', Object(IPS\quizzes\Wizard), Array) #9 /moi/folder/location/forums/system/Theme/SandboxedTemplate.php(57): call_user_func_array(Array, Array) #10 /moi/folder/location/forums/system/Dispatcher/Dispatcher.php(149): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array) #11 /moi/folder/location/forums/system/Dispatcher/Standard.php(104): IPS\_Dispatcher->finish() #12 /moi/folder/location/forums/system/Dispatcher/Front.php(528): IPS\Dispatcher\_Standard->finish() #13 /moi/folder/location/forums/system/Dispatcher/Dispatcher.php(131): IPS\Dispatcher\_Front->finish() #14 /moi/folder/location/forums/index.php(13): IPS\_Dispatcher->run() #15 {main} BACKTRACE #0 /moi/folder/location/forums/init.php(511): IPS\_Log::log('UnderflowExcept...', 'uncaught_except...') #1 /moi/folder/location/forums/applications/quizzes/sources/Wizard/Wizard.php(195): IPS\IPS::exceptionHandler(Object(UnderflowException)) #2 /moi/folder/location/forums/system/Theme/Theme.php(757) : eval()'d code(5190): IPS\quizzes\_Wizard->__toString() #3 [internal function]: IPS\Theme\class_core_front_global->globalTemplate('6c9a58f0bbcf331...', Object(IPS\quizzes\Wizard), Array) #4 /moi/folder/location/forums/system/Theme/SandboxedTemplate.php(57): call_user_func_array(Array, Array) #5 /moi/folder/location/forums/system/Dispatcher/Dispatcher.php(149): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array) #6 /moi/folder/location/forums/system/Dispatcher/Standard.php(104): IPS\_Dispatcher->finish() #7 /moi/folder/location/forums/system/Dispatcher/Front.php(528): IPS\Dispatcher\_Standard->finish() #8 /moi/folder/location/forums/system/Dispatcher/Dispatcher.php(131): IPS\Dispatcher\_Front->finish() #9 /moi/folder/location/forums/index.php(13): IPS\_Dispatcher->run() #10 {main} Like i said it was working great until i updated the forum software.
  16. I really enjoy this application and so do my members, however it has started throwing an error, it did not do this at the beginning, i think it has only happened since the latest forum software was released, the quiz can be complete, but this pops up at the end: It still submits a forum thread with the correct score.
×
×
  • Create New...