XF 1.1 Only thumbnail for picture

oloman

Active member
Hello

As you can see on the attached file. After an import from vb3.6 I can't see the big picture, only smalls.

Thank you for your help
 

Attachments

  • noimage.webp
    noimage.webp
    29.4 KB · Views: 12
Do the large images exist in the internal_data directory?

Are the directory permissions correct?

Can you link to a thread with the problem?
 
Well Import is still running... (rebuilding cache Users)

Yes there are pictures on internal_data>attachments>1 ....

Maybe permissions, Maybe I should wait the end of import to play with that.
 
Directory internal-data, attachments, and numbers are 777.
The group permission seems to be ok.
Yes large image exists, I renamed .data ->.jpg and image is large

It is still rebuilding threads cache
 
Import is finished. I am rebuilding Search index, and Image are not large :/
i don't know what exactly to do. Do you want my admin access by conversation?
 
Maybe I understand, I forgot to put this bloc in my NGINX because it kills the server, I don't know why. Do you have an idea?

location ~ \.php$ {
try_files $uri /index.php
fastcgi_pass 127.0.0.1:9000;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
 
Top Bottom