Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adriano Faria Posted September 21, 2009 Posted September 21, 2009 File Name: (SOS30) Upload Images v1.0.0File Submitter: Adriano FariaFile Submitted: 25 Jun 2009File Category: Application Modules Form to upload image You can configure: This application will allow your members to make upload of images to your host. Useful if you have a board that needs to post images, screenshots, etc. if the application is onlineallowed user groups to use the applicationallowed type of imagesprefix for your imagesidentify the user that made the uploadthe maximum image size per group. Image preview ACP Overview ACP Settings Manage User Groups Compatibility:IP.Board 3.0.0Click here to download this file
ekze Posted December 28, 2009 Posted December 28, 2009 Hello! I'm getting error when using your modification: Fatal error: Call to a member function form() on a non-object in /home/lfs_4sure/html/admin/applications_addon/other/upload/modules_public/upload/form.php on line 68 IPB version 3.05 How to fix this? Thanks in advance
Adriano Faria Posted December 28, 2009 Author Posted December 28, 2009 Line 68: Your installation probably didn't create the proper template. Probably won't work with any app. $this->output .= $this->registry->output->getTemplate( 'upload' )->form( $ext );
Adriano Faria Posted December 29, 2009 Author Posted December 29, 2009 You can create the template manually. But I think it's better you open a ticket to IPS to see what's happening.
Axel Wers Posted December 29, 2009 Posted December 29, 2009 Is there possibility to include "upload to tinypic.com..." "upload to imageshack.eu..." etc? That mod would be usefull.
Dua Posted December 29, 2009 Posted December 29, 2009 That mod would be usefull. Yeah i too need itIs there possibility to include "upload to tinypic.com..." "upload to imageshack.eu..." etc?
Adriano Faria Posted December 29, 2009 Author Posted December 29, 2009 It's just a simple upload to your own host. Sorry but I have no intent to make it different.
ekze Posted December 29, 2009 Posted December 29, 2009 [quote name='Adriano Faria' date='29 December 2009 - 11:59 AM' timestamp='1262087979' post='1892999'] You can create the template manually. But I think it's better you open a ticket to IPS to see what's happening. Here's the answer for a ticket That's not a default template in IPB v3.0.5 and is likely created by the modification during its install. Since the author isn't a native English speaker, I can't be certain what he's trying to say. You will have to discuss that with the author, in the Support topic you mentioned. Ask him if his modification is supposed to create it, and if it's compatible to v3.0.5. Some mods aren't. But, as was said, we cannot offer Support for 3rd-party modifications. Thank you. Mark H. Technical Support Invision Power Services Hello.
Adriano Faria Posted December 29, 2009 Author Posted December 29, 2009 Yeah, tipical answer... throw the problem ahead! :D Search for "Call to a member function" and you will see how many users have same problem in other applications. Anyway, you can create it manually. Better: PM me with an ACP account to your board and I'll make it work.
PSXHosting Ltd. Posted January 2, 2010 Posted January 2, 2010 Hello Adriano, is it possible somehow to see all those images somewhere after they have been uploaded? Like a view of all images uploaded?
Adriano Faria Posted January 2, 2010 Author Posted January 2, 2010 Not in this version. This is a feature I hope to include in a future version, somewhere in next months. I'm working on 2 big conversions for a client... Unfortunatelly I can't stop it to update any mod right now. ;)
merlins lair Posted January 8, 2010 Posted January 8, 2010 keep getting this error home/xxxxx/public_html/uploads folder called images the following folder is present at that address and is chmodded to 777 to see if it will still work still the same error comes up i've tried reinstalling the mod i get this error when i tried both srop tables and skip tables ALTER TABLE ibf_groups ADD g_upload_use TINYINT(1) NOT NULL DEFAULT '0'; Duplicate column name 'g_upload_use' · ALTER TABLE ibf_groups ADD g_upload_maxsize INT(4) NOT NULL DEFAULT '0'; Duplicate column name 'g_upload_maxsize' any ideas this is a very handy mod thanxs
Adriano Faria Posted January 10, 2010 Author Posted January 10, 2010 Sure... just remove the columns, reinstall the mod and you are done. Simply because you tried to install the app more than once... so the columns already exists. Remove them: About the folder, you have to create a folder called images in your uploads folder on your FTP. Unless you are using a different version of the mod, which I doubt, should work... the detection is automatic. When the folder is there, you'll see no message.alter table ibf_groups drop column g_upload_use; alter table ibf_groups drop column g_upload_maxsize;
merlins lair Posted January 16, 2010 Posted January 16, 2010 hi thanxs for the repsponce i deleted the hole things and reinstalled it all but still the same error [#Erro 04] Error: application directory not detected! Please, create a folder on /home/xxxxxx/public_html/uploads folder called images! and the file is present and is fully chmodded any ideas many thanxs
merlins lair Posted January 16, 2010 Posted January 16, 2010 ignore me sorted it lol my fault what i forgot was to change the upload path to my new board settings when i redid the site it seemd it was still with my old settings many thanxs
Joshua T. Posted January 24, 2010 Posted January 24, 2010 [24-Jan-2010 12:37:09] PHP Fatal error: Call to a member function form() on a non-object in /home/admin/applications_addon/other/upload/modules_public/upload/form.php on line 68 using cleancut :(
Adriano Faria Posted January 24, 2010 Author Posted January 24, 2010 The template of APP was not created. Submit a ticket to IPS. Althought they gonna say that its a problem related to the app, it is not. See http://community.invisionpower.com/topic/295269-download-sos30-upload-images-v100/page__view__findpost__p__1893273 And yes, it works on 3.0.5. Tested several times. Several users have the same problem with several apps.
karen65 Posted February 7, 2010 Posted February 7, 2010 Have you thought about making it able to upload other file types? If you haven't is it an easy alteration? Thanks.
Adriano Faria Posted February 7, 2010 Author Posted February 7, 2010 The way it is now, file types are hardcoded. But I'm planning some changes on next month or so.
xxabdulnour Posted March 8, 2010 Posted March 8, 2010 Can you please update this so that its capable with 3.0.5 I really want it :(
IP.iBaLLiN Posted March 8, 2010 Posted March 8, 2010 Add some nice AJAX uploading effects or something please.. then make it paid once you add nice effects :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.