Loading...
 
Skip to main content

Features / Usability


Store Images (Problem Found)

posts: 104 United States

I use 1.8.4.
I am having problems using the "Use a directory to store images:"
It seems that tiki looses its path or something.
When I first upload a picture every thing looks fine. And I place a link to it on wiki or article pages.
When I log out and go back later there is a broken image pict (x), on the tiki page and article page. I go to the Image gallery and there is a broken image there also.

When I use the Use "database to store images:" every thing is just fine no problems. The only thing bad about that is the size limit. Most of my picts can be over 3M.

Any suggestions?

Thanks.
Billy Jack

posts: 2881 United Kingdom

Most of my picts can be over 3M.

Probably find that your PHP upload limit is set to 2Mb anyway. You'll need to tweak your php.ini file to enable larger uploads

Damian

posts: 104 United States

Problem found.
Cure UNK.

I used PHPMYADMIN and looked into the db and discovered that ikit was not writing the image size for the image. It did write the image size in the thumbmnail.
So I added the size to the image and it works fine.

How to solve the problem?

Thanks.

Billy Jack

posts: 2 France

How did you change image size in the database?

Don't know where to look...

posts: 5 Germany

I have the same problem. When uploading images into (Tiki 5.1) Image gallery the image size is 0x0. Setting the correct size via phpmyadmin (Table: tiki_images_data, fields: xsize, ysize) seems to fix it.
When uploading the same image into a file gallery... clueless yet 😑

My first guess is that GD isn't working properly... trying to narrow it down

posts: 5 Germany
Upload files into filesystem works fine. Lucky it was a fresh installation with only 5 files so far 😊
posts: 5 Germany

Oops, now that you mention the dates... 😡

It has to wait until next week now anyway. Something else came up 😑

posts: 35
I have the same problem with latest release 6.0 .... I just upgraded from 3.0, however I had the problem in 3.0 as well.... was hoping the upgraded would fix it.

posts: 104 United States

I have them set to 20M

upload_max_filesize 20M?

When I upload a file every thing works fine and the picture looks good as well, it just will not keep the picture next time visit the site. I get the picture size with a red x.?

Thanks.