Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 27, 20177 yr Author I'm far from my PC now. I would like to see if the "extension" name is part of the template. Wait until tomorrow in the morning to submit a ticket. I'll let you know.
July 27, 20177 yr Author @Cyboman, I'm on a borrowed laptop. The image on raffle view: {template="thumbImage" group="global" app="raffles" params="$raffle->image, $raffle->title, 'medium', '', '', '', 'raffles_Image'"} The extension name it's there (raffles_Image). The extensions: It appears in the ACP -> System -> Files -> Storage Settings: Honestly, it seems right to me and I always used like that in all apps (Tutorials, Classifieds, Links, Quizzes, etc).
July 28, 20177 yr 10 hours ago, Adriano Faria said: @Cyboman, I'm on a borrowed laptop. The image on raffle view: {template="thumbImage" group="global" app="raffles" params="$raffle->image, $raffle->title, 'medium', '', '', '', 'raffles_Image'"} The extension name it's there (raffles_Image). The extensions: It appears in the ACP -> System -> Files -> Storage Settings: Honestly, it seems right to me and I always used like that in all apps (Tutorials, Classifieds, Links, Quizzes, etc). That's a bug in your app... The extensions class name is Image and you're using Images in view.php \IPS\Output::i()->metaTags['og:image'] = \IPS\File::get( 'raffles_Images', $this->raffle->thumb )->url;
July 28, 20177 yr Author Ok, I'll reupload @Cyboman But it's funny anyway: why the error doesn't show up to me (and the others)?
July 29, 20177 yr Hello, When I install the application, I get this error: Incorrect table definition; there can be only one auto column and it must be defined as a key How to correct this? (Sorry for my langage, i'm french)
July 29, 20177 yr Author Just now, Abdel Mial said: Hello, When I install the application, I get this error: Incorrect table definition; there can be only one auto column and it must be defined as a key How to correct this? (Sorry for my langage, i'm french) Did you used the old version? Did you read the instructions file?
July 29, 20177 yr I use IPS version 4.2. I read the file. I have the correct version of Php and MySQL but the installation fails when I send the .tar file
July 29, 20177 yr Author Just now, Abdel Mial said: Is good ! Thank's Adriano Just to make things clear: you used the old version and needed to do what's requested olin the instructions file.
July 30, 20177 yr Hello, my prize image is not showing up on the giveaway: From the prize page: As far as I can tell the path to the uploaded image is (makes no sense): http://www.thebullspen.com/bradimages/wallpapers/downloads/monthly_2017_07/usfbottleopener.jpg.c36e59e70e893f9b503ca0228e7741d0.jpg Now, when I try to upload new image I receive: Here is the page: http://www.thebullspen.com/raffles/ What is wrong? Thank you. Edited July 30, 20177 yr by BradTBP
July 30, 20177 yr Author There's nothing wrong with the image name, which is given by the framework; not something I can control. Regarding not showing and -200, please see: https://invisioncommunity.com/forums/topic/435365-there-was-a-problem-processing-the-uploaded-file-200/ Showing that it should be a image size limited by the host, I just added one test giveaway and works fine: Both images, prize and giveaway, are the same. You have access to the support board: http://www.sosinvision.com.br/ips4/index.php?/raffles/raffle/2-test-adriano/ Edited July 30, 20177 yr by Adriano Faria
July 30, 20177 yr @Adriano Faria - The GROUP add feature appears to do nothing? I've added a group with 77 members in it, and it shows ZERO participants. Is this a scheduled task?
July 30, 20177 yr Author No, it add the members in a progress bar. I'll test tomorrow and will reply here.
July 30, 20177 yr Ok. I get the progress bar but nothing gets added. I'll keep my eyes open here tomorrow. Thanks friend.
July 31, 20177 yr Author 17 hours ago, pilotguy said: Ok. I get the progress bar but nothing gets added. I'll keep my eyes open here tomorrow. Thanks friend. Take a look here: http://www.sosinvision.com.br/ips4/index.php?/tracker/raffles/tried-to-add-membersgroups-r390/ Another user reported something similar, so I provided a quick fix. Definitive fix in a couple of days; I'll wait people test it a litte more. Btw, there are another two fixes there.
July 31, 20177 yr The former error disappeared on the frontend, but now, if I try to edit my existing categories in ACP, as soon as I click on "edit": Quote Error: Class '\IPS\raffles\extensions\core\FileStorage\Icon' not found (0) #0 /var/www/html/rxxxxxxx/system/File/Amazon.php(232): IPS\File\_Amazon->getGzipExtensions() #1 /var/www/html/rxxxxxxx/system/File/Amazon.php(255): IPS\File\_Amazon->needsGzipVersion() #2 /var/www/html/rxxxxxxx/system/File/File.php(499): IPS\File\_Amazon->load() #3 /var/www/html/rxxxxxxx/applications/raffles/sources/Category/Category.php(215): IPS\_File::get('raffles_Icon', 'monthly_2017_07...') #4 /var/www/html/rxxxxxxx/system/Node/Controller.php(467): IPS\raffles\_Category->form(Object(IPS\Helpers\Form)) #5 /var/www/html/rxxxxxxx/init.php(447) : eval()'d code(16): IPS\Node\_Controller->_addEditForm(Object(IPS\raffles\Category)) #6 /var/www/html/rxxxxxxx/system/Node/Controller.php(366): IPS\Node\rules_hook_ipsNodeController->_addEditForm(Object(IPS\raffles\Category)) #7 /var/www/html/rxxxxxxx/applications/raffles/modules/admin/raffles/categories.php(36): IPS\Node\_Controller->form() #8 /var/www/html/rxxxxxxx/system/Dispatcher/Controller.php(85): IPS\raffles\modules\admin\raffles\_categories->form() #9 /var/www/html/rxxxxxxx/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute() #10 /var/www/html/rxxxxxxx/applications/raffles/modules/admin/raffles/categories.php(31): IPS\Node\_Controller->execute() #11 /var/www/html/rxxxxxxx/system/Dispatcher/Dispatcher.php(146): IPS\raffles\modules\admin\raffles\_categories->execute() #12 /var/www/html/rxxxxxxx/admin/index.php(13): IPS\_Dispatcher->run() #13 {main} Seems to be a similar problem. Additional information: I noticed before, that the category icons never worked. Uploading was ok in the category settings, but they weren't displayed. Edited July 31, 20177 yr by Cyboman
July 31, 20177 yr Author 10 minutes ago, Cyboman said: The former error disappeared on the frontend, but now, if I try to edit my existing categories in ACP, as soon as I click on "edit": Seems to be a similar problem. Additional information: I noticed before, that the category icons never worked. Uploading was ok in the category settings, but they weren't displayed. In the tracker, please!
July 31, 20177 yr Author @ekforum @BradTBP @Cyboman and all Raffles clientes: I just released Raffles 1.0.2 Beta 1: http://www.sosinvision.com.br/ips4/index.php?/files/file/28-raffles/ Please, download and test to see if the issues reported by you are fixed. If you find anything else, please report it in the Trarcker: http://www.sosinvision.com.br/ips4/index.php?/tracker/raffles/ Tks.
July 31, 20177 yr 3 hours ago, Adriano Faria said: @ekforum @BradTBP @Cyboman and all Raffles clientes: I just released Raffles 1.0.2 Beta 1: http://www.sosinvision.com.br/ips4/index.php?/files/file/28-raffles/ Please, download and test to see if the issues reported by you are fixed. If you find anything else, please report it in the Trarcker: http://www.sosinvision.com.br/ips4/index.php?/tracker/raffles/ Tks. I can`t access or download from your site. I do have an account.
July 31, 20177 yr Author 1 minute ago, pilotguy said: I can`t access or download from your site. I do have an account. Try now.
July 31, 20177 yr 2 minutes ago, Adriano Faria said: Try now. Adriano Faria FTW!! Thanks!! Fixed the group add issue.
August 1, 20177 yr Author Raffles 1.0.2 RC 1 is available to be tested: http://www.sosinvision.com.br/ips4/index.php?/files/file/29-raffles/ Please, test it and report bugs in the Tracker: http://www.sosinvision.com.br/ips4/index.php?/tracker/raffles/