MicrostockGroup Sponsors


Poll

It Works // It Doesn't work. Please fill out the checklist. (Tell me bugs to add)

WORKING: Saving- Prices/Settings/Network/Author values.
11 (20%)
BROKEN: Saving- Prices/Settings/Network/Author values.
0 (0%)
WORKING: Image Uploading
10 (18.2%)
BROKEN: Image Uploading
2 (3.6%)
WORKING: Image Processing
10 (18.2%)
BROKEN: Image Processing
1 (1.8%)
WORKING: Non-root-level-install
7 (12.7%)
BROKEN: Non-root-level-install
0 (0%)
WORKING: Child Theme template
8 (14.5%)
BROKEN: Child Theme template
1 (1.8%)
WORKING: Network Search/Pagination
4 (7.3%)
BROKEN: Network Search/Pagination
1 (1.8%)

Total Members Voted: 11

Author Topic: Symbiostock Test Build - the Bug Stomping Thread!  (Read 52716 times)

0 Members and 1 Guest are viewing this topic.

THP Creative

  • THP Creative

« Reply #250 on: April 02, 2013, 01:46 »
0
Leo I keep hitting something with image uploads. It's no longer a BIG size issue, as I am uploading some 3MP files at the moment and about 30% of them come up with this

No matching image files found. You may have named them incorrectly. Fix problem and re-upload. This file has been removed. Example: "my_stock_art.eps" or "my_stock_art.zip" must have accompanying ""my_stock_art.jpg" to be considered a valid set/file.

They are ALL photos, haven't uploaded a single vector yet.

Any ideas? I'm using the site uploader, not ftp. And using bluehost now.


THP Creative

  • THP Creative

« Reply #251 on: April 02, 2013, 01:47 »
0
I've been enjoying people's work actually - http://thpstockphotos.com/image/desert-camel/

Been a lot of fun.


Ha, thanks for liking the camel ;)

Leo Blanchette

« Reply #252 on: April 02, 2013, 01:48 »
0
Leo I keep hitting something with image uploads. It's no longer a BIG size issue, as I am uploading some 3MP files at the moment and about 30% of them come up with this

No matching image files found. You may have named them incorrectly. Fix problem and re-upload. This file has been removed. Example: "my_stock_art.eps" or "my_stock_art.zip" must have accompanying ""my_stock_art.jpg" to be considered a valid set/file.

They are ALL photos, haven't uploaded a single vector yet.

Any ideas? I'm using the site uploader, not ftp. And using bluehost now.

As they say here on the islands "no worries" we'll get it taken care of. Let me see what conditions it checks for to say that.

Leo Blanchette

« Reply #253 on: April 02, 2013, 01:50 »
0
btw what is the name of your file(s) that say that?

« Reply #254 on: April 02, 2013, 01:53 »
0
Great camel shot!

And Leo, feel free to use screengrabs from my site.

Leo Blanchette

« Reply #255 on: April 02, 2013, 01:57 »
0

Any ideas? I'm using the site uploader, not ftp. And using bluehost now.

Code: [Select]
       
        if ( !in_array( 'jpg', $available_extensions ) && !in_array( 'png', $available_extensions ) ) {
            //then give user hard time....
        }

This only takes png and jpg... so are you uploading another image type like tiff or something?

Still looking into what else might trip it...

THP Creative

  • THP Creative

« Reply #256 on: April 02, 2013, 01:58 »
0
Great camel shot!

And Leo, feel free to use screengrabs from my site.

Cheers....it'll soon be for sale by the way. I give you good price for it. :)

Leo Blanchette

« Reply #257 on: April 02, 2013, 02:00 »
0
Great camel shot!

And Leo, feel free to use screengrabs from my site.

Cheers....it'll soon be for sale by the way. I give you good price for it. :)

There's a guy down the road who collects exotic animals. Zebras, african bull thingies, ...gonna buy a boar piglet from him soon ... he might be interested. How do you ship those things?

BTW - waiting on an answer - what filetypes are you uploading? Are they other than png or jpg

edit - oh your talking to him :D

THP Creative

  • THP Creative

« Reply #258 on: April 02, 2013, 02:00 »
0

Any ideas? I'm using the site uploader, not ftp. And using bluehost now.

Code: [Select]
       
        if ( !in_array( 'jpg', $available_extensions ) && !in_array( 'png', $available_extensions ) ) {
            //then give user hard time....
        }

This only takes png and jpg... so are you uploading another image type like tiff or something?

Still looking into what else might trip it...

Just .jpg files. they are small though - is there issue with files being too small in either pixels or filesize? They are all 3-4mp and about 1-3mb in size.

THP Creative

  • THP Creative

« Reply #259 on: April 02, 2013, 02:02 »
0
WAIT - just noticed the files that failed were .JPG (notice the uppercase), which is still a valid jpg but perhaps thats the problem?

Also, I think the other files that might have failed had a "_" (underscore) in the name.

THP Creative

  • THP Creative

« Reply #260 on: April 02, 2013, 02:03 »
0
WAIT - just noticed the files that failed were .JPG (notice the uppercase), which is still a valid jpg but perhaps thats the problem?

Also, I think the other files that might have failed had a "_" (underscore) in the name.

I reckon thats it, I just tried it again, one with the .JPG and one just .jpg and it works on the 2nd file but not the first.

Might need to loosen up the upload parameters a bit?

Leo Blanchette

« Reply #261 on: April 02, 2013, 02:04 »
0
JPG would die yes. And _ should not hurt anything but let me see.

Can you give me a few samples of fail-able images? dropbox or message me with some temporary downloads on your site. That way I can fix it. I might be able to make it accommodate uppercase. Is that common?

THP Creative

  • THP Creative

« Reply #262 on: April 02, 2013, 02:04 »
0
And you can buy the camel shot too Leo - you see, I've got this great new website powered by some coding guru from the islands and it allows everyone to buy as many camel shots as they like.

Leo Blanchette

« Reply #263 on: April 02, 2013, 02:09 »
0
And you can buy the camel shot too Leo - you see, I've got this great new website powered by some coding guru from the islands and it allows everyone to buy as many camel shots as they like.
LOL we're on catchment, I don't think I could keep up with it's water intake. But a pic...yeah, he'd look good hung around the house.

"_" does not trip up the script. just uppercase jpg. Maybe I'll just make sure everything gets converted to lowercase upon transfer.

Anyway, if you can send me those files I can fix any other issues besides that.

THP Creative

  • THP Creative

« Reply #264 on: April 02, 2013, 02:09 »
0
Sorry, more error testing and I have found it is indeed only .JPG that breaks (not the underscore from what I can see)

Not much point sending you one, as you can change any jpg at your end to it.

It's not that common, but many point and shoot cameras do use it as an extension.

Leo Blanchette

« Reply #265 on: April 02, 2013, 02:11 »
0
Thanks I didn't know that. I'll get cracking on that. I'm glad that was the only issue.

THP Creative

  • THP Creative

« Reply #266 on: April 02, 2013, 02:11 »
0
sorry, I keep replying at the same time as you!

So try converting one of your files to .JPG and it will replicate the same thing. Not that I'm against sending you my files, just that I've gotta run for the night.

See ya! I'll keep plugging away at this tomorrow arvo. (that's "afternoon" for all you non-australians) ;)

Leo Blanchette

« Reply #267 on: April 02, 2013, 02:14 »
0
No prob. Will have another update ready for you by then.

Leo Blanchette

« Reply #268 on: April 02, 2013, 02:19 »
0
fixed in 1 line of code! :D

« Reply #269 on: April 02, 2013, 02:25 »
0
From me:

- prices changed to values without decimal point and exactly two digits after it, are displayed in 'RF Images->All images' as they were entered, and on image page buyer sees them in cents. For example 2 is seen as 0.02 and so on. Another axample: "2.50" needs to be entered axactly as "2.50". "2.5"  makes "0.25" :)

- i changed default image sizes, but for old and newly uploaded images, still old sizes are displayed as available for download.



« Last Edit: April 02, 2013, 02:28 by ajt »

Leo Blanchette

« Reply #270 on: April 02, 2013, 02:30 »
0
From me:

- prices changed to values without decimal point and exactly two digits after it, are displayed in 'RF Images->All images' as they were entered, and on image page buyer sees them in cents. For example 2 is seen as 0.02 and so on. Another axample: "2.50" needs to be entered axactly as "2.50". "2.5"  makes "0.25" :)

- i changed default image sizes, but for old and newly uploaded images, still old sizes are displayed as available for download.

Both cases - known and expected right now. But thanks for mentioning it - fix eventually will be made.

Until more validation/correction is put in, the user has to enter amount.00 (the decimal) or the math will get funky.

Also the sizes are only memorized on upload right now. Will fix soon. Just want to make sure it doesn't break anything.

Leo Blanchette

« Reply #271 on: April 02, 2013, 02:32 »
0
Microstock man's fixes applied. Moving the "New release" to bottom of thread:

Leo Blanchette

« Reply #272 on: April 02, 2013, 02:33 »
0
4/2/13 - updated testing theme - please download 1.1.7

Please note: The best thing you can do for the project at this time is to tell others about Symbiostock, and grow your network.

See this important intro:
https://github.com/orangeman555/symbiostock/blob/master/README.md

Download:
( https://github.com/orangeman555/symbiostock/blob/master/symbiostock.zip?raw=true )



Here is a child-theme for you. This allows you to change the appearance and functionality of your site independent of Symbiostock theme. - make it yours!

( https://github.com/orangeman555/symbiostock/blob/master/symbiostock-child.zip?raw=true )

farbled

« Reply #273 on: April 02, 2013, 09:44 »
0
Thanks Leo! The latest install cleared up my 404 error during search. I still can't find some terms but I can certainly live with that. The categories work fine as an alternative. (yep, my site is set to "post"). This is great and I have plans for a second site already since I have more than one niche. :)

« Reply #274 on: April 02, 2013, 10:02 »
0
This isn't exactly a bug, but I wonder if everyone knows it shows like this.  Inserting screencapture from both Laurent's and my site:

This happens when you hit the magnifying glass to preview a photo.  If you notice under the title it says "by Pixart", but under Laurent's it has his e-mail address.  I'm pretty sure these are the names of our admin account.  In my case it looks okay, but I'm not sure that Laurent will want his e-mail address under what really is "author".

Sorry - this hasn't been mentioned has it, I'm trying to keep on top of the posting.


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
3053 Views
Last post June 15, 2009, 01:04
by Mormegil
63 Replies
12521 Views
Last post April 02, 2013, 12:12
by Chico
398 Replies
49365 Views
Last post June 14, 2013, 12:54
by Leo Blanchette
344 Replies
35310 Views
Last post May 31, 2013, 17:21
by Leo Blanchette
449 Replies
54232 Views
Last post July 06, 2013, 19:29
by Leo Blanchette

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors