17488 Posts in 4473 Topics by 1978 members
| Go to End | Next > | |
| Author | Topic: | 6463 Views |
-
Image not shown on pages and in administraton

14 August 2008 at 11:23pm Last edited: 18 August 2008 5:37am
Hi,
Please help me out with this problem:
Problem#1:
When I upload images from the administration-module, I can't see the image thumbnails.
Problem#2:
The image is not show om a page.
File permissions:
/assets/ - 777
/assets/Uploads/ - 777File permission 644 and 777 do not help out the problem.
When I select an image from the image chooser (Uploads directory) and press the insert image button it shows the image in the wysiwyg-editor.
-
Re: Image not shown on pages and in administraton

15 August 2008 at 8:17am
View the page source, find the image that it's looking for, and put that in your address bar. If you still can't see it, you know it has to be at the filesystem level.
-
Re: Image not shown on pages and in administraton

15 August 2008 at 9:09am
Sirius, are you sure the GD2 extension for PHP enabled?
If you seem to be able to upload images, but the thumbnails and resampled images don't show up, that indicates to me that the image formatting bits are not working correctly. Also, have you made any changes to the default .htaccess file?
Cheers
-
Re: Image not shown on pages and in administraton

15 August 2008 at 7:52pm Last edited: 15 August 2008 10:39pm
Hi again,
As you suggested, I tried to paste the image-url from the source kode into the adress in my browser and the and i still can't se it.
-
Re: Image not shown on pages and in administraton

15 August 2008 at 10:39pm
My .htassess:
----------
### SILVERSTRIPE START ###
RewriteEngine On
RewriteBase /RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ###----------
-
Re: Image not shown on pages and in administraton

16 August 2008 at 1:23am
Can you go in your filesystem and find the file that it's looking for?
-
Re: Image not shown on pages and in administraton

16 August 2008 at 1:26am
I have tried that. It dosen't work.
-
Re: Image not shown on pages and in administraton

17 August 2008 at 9:52pm
could be a permission issue on _resampled and its content. try setting them to 755 rather than 644 or 777. Solved my problem but I have to do it manually for every new gallery. Not great I know, next I'll try to figure out where the permissions are set in the mkdir script...
| 6463 Views | ||
| Go to Top | Next > |



