Page 1 of 2

Demo photos not uploaded!!

Posted: 18 Nov 2015, 01:17
by aytacbicer
Hello,

I uploaded X3 last version on my personal web page. But photos dont seem on first and other page.

http://www.aytacbicer.com/demo/

in my panel page, I can't see thumbail. You can see at the bottom side.

Image

I checked .htaccess (it is in root file) I check my web site. There aren't any problem. (you can see at the bottom side.

Image

How can I solved this problem? Please help me..

Re: Demo photos not uploaded!!

Posted: 18 Nov 2015, 01:27
by mjau-mjau
Something with resizing images on your server. The sad thing is, it doesn't even report any errors, and the process just fails silently:
http://www.aytacbicer.com/demo/render/w ... terfly.jpg

Should be like this obviously:
https://demo.photo.gallery/render/w640- ... terfly.jpg

In fact, it is the image resizing, and doesn't seem to be related to htaccess of mod_rewrite at all. This is your resizer script, it just returns empty:
http://www.aytacbicer.com/demo/app/pars ... /index.php

Even if it did not work, it should return an error. For example when accessed on our site:
https://demo.photo.gallery/app/parsers/slir/index.php

Either it has been corrupted, or there is something server-specific on your server that prevents it from running. I could take a closer look if you could offer FTP.

I am not sure, but it could be related to the open_basedir restriction on your server:
Image

Re: Demo photos not uploaded!!

Posted: 18 Nov 2015, 04:04
by aytacbicer
I sent private message to you

Re: Demo photos not uploaded!!

Posted: 19 Nov 2015, 03:03
by mjau-mjau
You didn't upload all files. For example, you are missing the file slir.class.php. Zip file:
Image
Yours:
Image
I don't know how you have managed to exclude a single file, but I would be suspicious if other files could be missing also.

Apart from that, I found some non-critical errors related to your servers open_basedir restriction ... I don't think you need to worry about that.

Re: Demo photos not uploaded!!

Posted: 19 Nov 2015, 03:52
by aytacbicer
I can't copy slir.class.php to my ftp address :(

Re: Demo photos not uploaded!!

Posted: 19 Nov 2015, 04:55
by mjau-mjau
aytacbicer wrote:I can't copy slir.class.php to my ftp address :(
Then your host must have some bad file disallow-scheme. You need to ask them ...

Optionally, you can try to rename it "something.php" before upload. Once it is on server, try to rename it back to "slir.class.php".

Re: Demo photos not uploaded!!

Posted: 19 Nov 2015, 14:00
by aytacbicer
I moved all documents on my page. I looked it on ipad. Its work. But in desktop, it doesn't work :( I copied all documents into root (685 files). How can I use this web on personal web page :(

http://www.aytacbicer.com

Re: Demo photos not uploaded!!

Posted: 20 Nov 2015, 00:10
by mjau-mjau
aytacbicer wrote:I moved all documents on my page. I looked it on ipad. Its work. But in desktop, it doesn't work :( I copied all documents into root (685 files). How can I use this web on personal web page :(

http://www.aytacbicer.com
Works fine here. Can anyone else please check and confirm the link above?

Re: Demo photos not uploaded!!

Posted: 21 Nov 2015, 11:43
by Martin
I'm getting the 404 page immediately when clicking on the link.

Re: Demo photos not uploaded!!

Posted: 22 Nov 2015, 00:06
by mjau-mjau
Martin wrote:I'm getting the 404 page immediately when clicking on the link.
I guess he removed the page ...

@aytabicer: I am not sure, but it could be you were affected by the bug posted here? We have released an update that fixed that issue:
https://forum.photo.gallery/viewtopic.p ... f=9#p38261

Re: Demo photos not uploaded!!

Posted: 23 Nov 2015, 04:31
by aytacbicer
I uploaded last version of template. But it doesn't work again. How can I fix this problem? :( Can I change my hosting web server? Could you please give good hosting web server?

http://www.aytacbicer.com

Re: Demo photos not uploaded!!

Posted: 23 Nov 2015, 05:00
by aytacbicer
Hello Karl,

My hosting is not create /render folder on public_html.

I uploaded some pictures, but there is no /render folder on my server.. How we can solve this problem? You can see my public_html

Re: Demo photos not uploaded!!

Posted: 23 Nov 2015, 05:18
by mjau-mjau
aytacbicer wrote:My hosting is not create /render folder on public_html.
This is not the problem ... the "render" is just a virtual path anyway.

The problem is the same as when you posted earlier, the slir.class.php file is not uploaded ... Therefore, the image-processor required by imagevue to output image-sizes, simply does not work (creates an error).

I don't know about this host, but it doesn't seem very good if you can't host that file. We don't have an updated list of hosts that work well with Imagevue X3, but there is a list from earlier, which all should work well with X3:
https://forum.photo.gallery/viewtopic.php?t=2714

We also offer dedicated X3-hosting, but this is a priced higher because of the features included:
https://flamepix.com/

Hosting depends on your location, which I guess is Turkey? I don't have a good overview of providers from there, but perhaps you could search Google.

Re: Demo photos not uploaded!!

Posted: 23 Nov 2015, 05:32
by aytacbicer
Hello Karl,

I send ftp account to you before. Could you please upload all documents to my public_html? I think my computer block something. Therefore, I delete everything.

Re: Demo photos not uploaded!!

Posted: 23 Nov 2015, 09:07
by mjau-mjau
It is your server/FTP. I tried uploading the file slir.class.php, and the server refuses to accept it, and deletes it immediately after upload. I also tried renaming it, then uploading, but it gets deleted immediately when trying to rename to "slir.class.php". Try yourself, and you will see ...

Excuse my English, but this is some stupid server rule ... You need to ask your host why this is happening. Either that, or consider a better hosting solution. I am not going to change structure/names of standard application plugins just because a single server has some strange custom rules.