PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old February 5th, 2011, 05:17 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: Montpellier (France)
Posts: 26
upload image vbgalery

hello

I can no longer download pictures VBgallery

Or directly from my computer, nor my FTP ..

"No Image specified. If you followed a valid link, please notify the administrator"

The links are not valid .????

I was in version 3.0.0 when it happened, I switched to version 3.01. but this has not solved the problem.

thank you for your response to my problem
Takamick is offline   Reply With Quote
Old February 5th, 2011, 10:48 PM   #2 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Did you update vbulletin?
try to set
in ACP->settings->options->Site Name / URL / Contact Details
set Always use Forum URL as Base Path to NO

If that does not work, i would have to take a look to your site.

Luc
Luciano is offline   Reply With Quote
Old February 6th, 2011, 02:25 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: Montpellier (France)
Posts: 26
hello Luc

Je n' ai pas fait de mise a jour VBulletin..

Seulement passage a 3.0.1 de la gallerie...


merci et bon dimanche
Takamick is offline   Reply With Quote
Old February 6th, 2011, 03:23 AM   #4 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Yes, I've seen.. you are running vbulletin 4.06
I just went to your site.. and uploaded an image... => it worked
Please delete it
The only problem i have seen is a problem with some category titles... as you have added html tags. this will break the titles in the dropdown menu on upload page. but this is cosmetic.


in French:
(J'ai pris une image de ton site et je l'ai importé. Cela fonctionne. - elle se trouve: Ceci est un test - Gallerie Ciné-CoversHD
prière de l'effacer)
Luc
Luciano is offline   Reply With Quote
Old February 6th, 2011, 03:57 AM   #5 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
To fix the html issue in the upload dropdown do the following:
open forums/includes/gallery_functions.php
find: (trouver)
Code:
Content visible to verified customers only.
replace with (remplacer par):
Code:
Content visible to verified customers only.
This will remove the html for the optgroups in upload dropdown.

Luc
Luciano is offline   Reply With Quote
Old February 6th, 2011, 04:29 AM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: Montpellier (France)
Posts: 26
hello luc

thank you for your quick response ...

Phew everything works normally ...

I do not know or had this error??


good Sunday


I'll watch this file to modify
Takamick is offline   Reply With Quote
Old February 6th, 2011, 04:51 PM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: Montpellier (France)
Posts: 26
hello Luc


Merci pour cette modif..

Cela fonctionnne...
Takamick is offline   Reply With Quote
Old February 7th, 2011, 07:15 AM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: Montpellier (France)
Posts: 26
hello Luc

The blackout came back without knowing why, can not send images, links are broken.

I still noticed that it happened after having used the "Slide Show"

but I do not know if this is the main cause of this error or how to repair effectively.

Code:
Content visible to verified customers only.
Takamick is offline   Reply With Quote
Old February 7th, 2011, 08:59 AM   #9 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Well I tried the slideshow on your site, I tried to surf categories...
I have NOT run into any problems.
What would be interesting, is to see what those images link to... i meen are the links broken also? and what is the url of those broken images?
Are they only the filmstrip images? or other images also?

And where do the broken links point to?

(Désolé mais je n'arrive pas a reproduire)

Luc
I can only guess, but could it be you have some cache software? like xcache installed?
But then it would break ALL images and not only someones.

PS: If you update to vbulletin 4.11, you will have to revert you gallery templates, adv_gallery.css and ADV_GALLERY because lots of things have changed and are needed in 4.11

Last edited by Luciano; February 7th, 2011 at 09:04 AM.
Luciano is offline   Reply With Quote
Old February 7th, 2011, 12:23 PM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: Montpellier (France)
Posts: 26
Re

this is the 2nd time this has me coming,

Everything works fine on the site, at least for all the old images,
I do not know what you've done your last visit to this working again ...???

Unable to upload pictures ..

By FTP links break was sending pictures ..

Direct computer error encountered

Image not specified. If you followed a valid link, please notify the administrator.


The forum is 4.0.6 and will remain so I do not think the switch to 4.1.1 may bring other problems

thank you

------------------------

Re

c'est la 2 eme fois que cela m' arrive,

Tout fonctionne bien sur le site, du moins pour toutes les anciennes images,
Je ne sais pas ce que vous avez fait a votre dernier passage pour que cela refonctionne., et cela marchait normalement

Impossible d' uploader les images..

Par le FTP les liens se brisent a l'envoi des images..

direct ordinateur erreur rencontrée

Image non spécifié. Si vous avez suivi un lien valide, veuillez en avertir l'administrateur.


Le forum est en 4.0.6 et le restera je ne pense pas le passer en 4.1.1 au risque de rencontrer d'autres difficultés

merci


edit: J'ai réussi a réparer en optimisant les tables...

Last edited by Takamick; February 7th, 2011 at 05:14 PM.
Takamick is offline   Reply With Quote
Old February 8th, 2011, 12:48 AM   #11 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Actually i did not do anything except looking at the site..
You have a couple of plugins that are very database intense. like VSa - Visiteurs ces dernières X heures
it adds up to 4 queries at every pageload.

what I suggest:
open gallery_global.php

at the top you have
$debug_gallery = false; // change to true to see debug info
$debug_userid = 1; // 1 = your userid, so only you see the debug info

change $debug_gallery = true;
then set $debug_userid to your userid.

during upload phase this will give you more understandable error messages. (these messages will ONLY be seen by your userid other users will see nothing)

It will not change anything, but you might get messages that will allow to understand what is going on.
it is worth a try.
The messages will only be shown during upload phase, not afterwards.
Luc
Luciano is offline   Reply With Quote
Old February 27th, 2011, 07:33 AM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: Montpellier (France)
Posts: 26
hello Luc

Always this problem of uploading images ...

links to the thumbnails are broken.

I have yet nothing has changed the configuration of the system.

Can not be my VBgallery

Good Sunday

----------------------------------

Code:
Content visible to verified customers only.

Last edited by Takamick; February 27th, 2011 at 07:54 AM.
Takamick is offline   Reply With Quote
Old February 27th, 2011, 08:27 AM   #13 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
and when you continue... ( hit process) what happens? did you set debug gallery mode on?
Luciano is offline   Reply With Quote
Old February 27th, 2011, 09:17 AM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: Montpellier (France)
Posts: 26
if I keep sending in pictures ...

I is the image without the sticker ... or anything ...

I tried debugging, but I see no error

-------------------------------------------------------------

si je continue en envoi des images...

j'ai soit l'image sans la vignette...soit rien du tout...

j'ai essayé le débug, mais je ne vois pas d'erreur.


et manuellement cette erreur

Code:
Content visible to verified customers only.
-------------------------------------------------

Last edited by Takamick; February 28th, 2011 at 02:40 AM.
Takamick is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Image Upload problems Gert Bugs - vBulletin 3.7x / 3.8x 7 April 22nd, 2010 03:09 PM
Image Upload Problem Mikhal Photopost Pro Bug Reports 1 June 25th, 2008 11:17 PM
Image upload Error OttoBomb Photopost Pro Installation & Upgrades 3 August 9th, 2007 03:41 PM
Upload image blank da420 Installs and Upgrade - vBulletin 3.5.X 3 July 6th, 2006 07:30 PM
No Image - Image for ads with No Upload gholsie Classifieds Suggestions 2 January 8th, 2005 10:52 PM


All times are GMT -5. The time now is 10:12 PM.

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