PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.6x (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/)
-   -   Image Upload Problem (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/128779-image-upload-problem.html)

hubix November 18th, 2006 12:57 PM

Image Upload Problem
 
Hello!

I am using vB 3.6.3 and vBgallery 2.1. Both are new installations!

When i am in a category or at the mainpage of the gallery and i want to upload an image, the folder in /gallery/files will be create, but no image will be uploading... :(

This message shown up (something like this, i only use german phrases):
Quote:

No specify: Image
If you follow a normal link, contact the webmaster
I don´t know why :( What happens?

And also the add-ons "vBGallery FORUMHOME" and "vBGallery Profile" doesn´t works :(
I did only to "Enable to show images on your FORUMHOME." set YES??

hubix November 18th, 2006 01:25 PM

Sorry for doubleposting, but i also find an other problem...

The <legend> for image-upload won´t be shown up. So i create a phrase "file_to_upload", because i didnt´find this phrase.

Now at the main-upload-page the phrase will be shown up, but at the quick-upload not. Have a look at the screenshot...

Hm, my question: Is there somewhere a newer version than that i have downloaded at the 11/16/2006??

hubix November 18th, 2006 01:26 PM

1 Attachment(s)
sooorryyy, here the screenshot ;)

Zachariah November 18th, 2006 01:53 PM

v2.1 (11/8/06 5:23 PM Build) - is current


To fix: forumhome / profile

- Edit:
forums/includes/init.php

- Find:
require_once(CWD . '/includes/class_core.php');

- Below Add:
require_once(CWD . '/includes/functions_gallery_store.php');

- Upload this file to /forums/includes

---------------------------------
Good find on the missing prase :)
- I'll tag to fix.

-----------------------
The problem w/ Uploads:

You will need to CHMOD 777 the folder you want to keep your files in.
EX: /gallery/files


All times are GMT -5. The time now is 11:20 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97