Adriano Faria Posted July 27, 2017 Author Posted July 27, 2017 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.
Adriano Faria Posted July 27, 2017 Author Posted July 27, 2017 @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).
Daniel F Posted July 28, 2017 Posted July 28, 2017 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; Adriano Faria and Cyboman 1 1
Adriano Faria Posted July 28, 2017 Author Posted July 28, 2017 Ok, I'll reupload @Cyboman But it's funny anyway: why the error doesn't show up to me (and the others)?
Adriano Faria Posted July 28, 2017 Author Posted July 28, 2017 What's New in Version 1.0.1.1: Fix an error in og:image tag.
Abdel Mial Posted July 29, 2017 Posted July 29, 2017 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)
Adriano Faria Posted July 29, 2017 Author Posted July 29, 2017 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?
Abdel Mial Posted July 29, 2017 Posted July 29, 2017 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
Adriano Faria Posted July 29, 2017 Author Posted July 29, 2017 Send a PM with ACP access. I'll take a look. Abdel Mial 1
Adriano Faria Posted July 29, 2017 Author Posted July 29, 2017 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.
BradTBP Posted July 30, 2017 Posted July 30, 2017 (edited) 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, 2017 by BradTBP
Adriano Faria Posted July 30, 2017 Author Posted July 30, 2017 (edited) 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, 2017 by Adriano Faria
pilotguy Posted July 30, 2017 Posted July 30, 2017 @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?
Adriano Faria Posted July 30, 2017 Author Posted July 30, 2017 No, it add the members in a progress bar. I'll test tomorrow and will reply here.
pilotguy Posted July 30, 2017 Posted July 30, 2017 Ok. I get the progress bar but nothing gets added. I'll keep my eyes open here tomorrow. Thanks friend. Adriano Faria 1
Adriano Faria Posted July 31, 2017 Author Posted July 31, 2017 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.
Cyboman Posted July 31, 2017 Posted July 31, 2017 (edited) 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, 2017 by Cyboman
Adriano Faria Posted July 31, 2017 Author Posted July 31, 2017 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!
Adriano Faria Posted July 31, 2017 Author Posted July 31, 2017 @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.
pilotguy Posted July 31, 2017 Posted July 31, 2017 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.
Adriano Faria Posted July 31, 2017 Author Posted July 31, 2017 1 minute ago, pilotguy said: I can`t access or download from your site. I do have an account. Try now.
pilotguy Posted July 31, 2017 Posted July 31, 2017 2 minutes ago, Adriano Faria said: Try now. Adriano Faria FTW!! Thanks!! Fixed the group add issue. Adriano Faria 1
Adriano Faria Posted August 1, 2017 Author Posted August 1, 2017 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/
Recommended Posts