MicrostockGroup Sponsors


Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ajt

Pages: 1 ... 8 9 10 11 12 [13] 14 15
301
Yes. Only few visitors searching on my site, but many network searches and of course it is very good :)

302
I examined server log file and there are much more network search entries, than direct :)

303
I've just realized, that networking may be very dangerous :)
Let's suppose, that in the future, hundreds (or thousands) of Symbiostockers decide to put the same site into their network. For that site it may quickly "eat" all server resources, resembling DoS attack :)

304

Whoever is tuned in - please do a network search where your buddies have paginated results, and see if the pagination is hanging over the footer.


Here:
http://stereoshutter.com/search-images/orange/

305
Symbiostock - SEO & Marketing / Re: Google Search Results
« on: April 15, 2013, 12:02 »
Yes, (I 've edited my previous post above).
And those xml files are something that is not stored in your site, but generated and sent to  network site, as answer to network search.

306
Symbiostock - SEO & Marketing / Re: Google Search Results
« on: April 15, 2013, 11:39 »
When other site, linked to yours, displays network search results, it has buttons and links leading to your site. When links contain symbiostock_network_info=1, your page returns xml file. Google follows this link, gets that file and index it.
I think that the links should have "nofollow" attribute, and maybe entire site should have something in robots.txt file, to deny xml indexing.

307
I think that you should:
Go to your cpanel and try to change php settings (version, compatibility or something you can find there, to force php to accept deprecated parameter passing
or better
edit that symbiostock_image_processor.php file and in line 481 delete one &:
$size = GetImageSize( $dir . $file_name . '.jpg', &$info );
change to
$size = GetImageSize( $dir . $file_name . '.jpg', $info );
or even to
$size = getimagesize( $dir . $file_name . '.jpg', $info );

or ....
wait for Leo to do it :)

308
It works for me too and I put it also on my page, but it is still to low or to high :)

309
One issue discovered today: image processing should be case insensitive, or convert "JPG" to "jpg" in filenames at first :)
Now "JPG" file processing ends with some errors. I had to change extension to "jpg" in ftp folder.

310
To my issue in #146 above:
It was something with dns configuration on my new server. It had problem with resolving some domains hosted on bluehost, and curl_exec returned nothing with error ""Couldn't resolve host".
They changed dns server and now it is ok., but Symbio code needs some kind of reaction for such issues :)

311
Yesterday everything was ok, and today I tried test search with Fatal Error.

312
Symbiostock - Hosting / Re: Several SymbioStock Sites Blocked
« on: April 12, 2013, 11:57 »
Instead of "Websense blocks Bluehost" you should search for "Websense blocks WordPress" :)

313
Below is part of your image with modified levels.
And I investigated, that it is resizing issue. Resized image, before watermark adding, already has stripes.

314
I managed to change prices for all images in database table, but I gave up, when saw that array full of dpi and inches :)

315
I didn't notice it before, because I used Imagick to resize images on my old server and there was no "banding". Now I moved my site to new host and  can use Symbiostock without modifications. It is visible only on white  surface.
My site may be sometimes down in next hours, so examples not mine:

http://stockimages.kerioak.com/image/old-wooden-clothes-airer/

http://photo.travelling-light.net/image/archive-file-boxes/

316
Symbiostock - SEO & Marketing / Re: Sitemaps
« on: April 10, 2013, 16:06 »
I know about enabling breadcrumbs in Yoast, but all other options....
Maybe some kind of tutorial, what else should we set there  for best performance/indexing with our sites?

317
I will try to move my site to new server, so tomorrow it may be down. If someone is linking to me, please remove link, until it will be up again :)

318
I just wanted to ask if someone is using some kind of cache and how it works with Symbiostock :)
I'll try it.
For me network communication is very slow. My server is in Europe, so pings are about 200-300ms and it can discourage others to link with my site, because it will slow down their searching.
Nice to read, that Symbio network will be much faster, but I think that it is not stupid idea to move my server to bluehost. Networking with Symbiostockers having servers there should be very fast even now :)

And, by the way, something I mentioned earlier:
My comments are off and they are not displayed, but when image is processed directly with 'Process to publish" function (without editing), comment settings are overrided in image page and fields for comment are visible. When this page is edited and updated, they disappear.

319
Sometimes searching with active network is very long (over 30s), and in server log I found
"[Tue Apr 09 20:06:32 2013] [error] [client 108.59.8.80] WordPress database error MySQL server has gone away for query SELECT * FROM wp_posts WHERE ID = 8 LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/symbiostock/taxonomy-image-tags.php'), get_footer, locate_template, load_template, require_once('/themes/symbiostock/footer.php'), include_once('/themes/symbiostock/modal-login.php'), include_once('/themes/symbiostock/register_symbiostock.php'), get_permalink, get_post, WP_Post::get_instance
[Tue Apr 09 20:06:32 2013] [error] [client 108.59.8.80] WordPress database error MySQL server has gone away for query SELECT option_value FROM wp_options WHERE option_name = 'symbiostock_network_site_5' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/symbiostock/taxonomy-image-tags.php'), network_manager->network_search_all_similar, get_option"

Not a bug maybe, I know that network communication needs improvement and some kind of reaction for timeouts etc, but maybe this info will be somehow helpful for Leo. :)

320
Well, my site also can be refered as SS :)

321
Go to your Symbiostock->Testing page and find in PHP Core table memory_limit entry. If it is lower than 256M,
then put in your php.ini line

memory_limit = 256M

and try to process files.

Look in this table also for other values, if they are the same as you put them in php.ini.

322
I think that only solution is not to load all images info into memory. Less memory per image means only few more images on the list and problem will be again. And I noticed, that one image occupies about 70KB in memory, and when SEO plugin is installed, even more.

323
So.. let's start :)

When I click on "All images" in  admin area, I see error message
"Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 44 bytes) in /home/ajt/ftp/stereoshutter/wp-includes/wp-db.php on line 1545"

I have 515 images now published.

324
@ajt, I'm not sure why, but your site is blocked by the firewall where I work. Something for you to investigate.

Thanks for info, I have tested some plugins for wordpress, maybe something...
I will try to check it somehow :)

325
:)
I have disabled comments (I think), but they are only here and only after "process to publish".  After editing image everything is ok, these fields are not visible.

Pages: 1 ... 8 9 10 11 12 [13] 14 15

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors