Problems in Media Manager - Joomla! Forum - community, help and support
using 2.5 - have not upgraded previous version.
problems i'm having:
1. can not upload images in mm in internet explorer. error msg: "500 - error has occurred".
2. can uploatd images in mm in firefox, although error msg: "file error: httpstatus"
3. can add images (in default images folder upload thru ff) articles.
4. i can not add background images css , have them appear now. in
development of site, can't. important: can't modify images
placed in tags background previously.
- if add new image (default) images folder , change name in css
new image name, lose image altogether. in css - rule
working: background-image: url(../images/hdrbkgrd.jpg); when chng
name , have image in image folder new name, new file
name not recognised , not shown.
- b/c of this, in testing try find problem, changed name of an
image (currenty in css bkgrd) added in development - in
image folder in root folder without changing name in
css , image still appears on live site. ***i changed
name of image in cpanel of host (so no image in there
name of image in css tag/rule, image still appears
background image.
don't understand background images added
being called from, if not images folder in root folder.
site: http://www.betmaracres.com (currently live, won't long)
i've dont lot try figure out including searching forum, talking host provider , upgrading php 5.3.
my path files , path images set images both (in media mngr options)
help appreciated !
ps: have warning:
the php temporary directory directory php uses store uploaded file before joomla! can access file. whilst directory not being set isn't problem, if having issues manifest files not being detected or uploaded files not being detected, setting in php.ini file might fix issue.
however, have in php.ini file asociates wamp.
; temporary directory http uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
; upload_tmp_dir = "c:/wamp/tmp"
upload_tmp_dir = "/public_html/betmaracres.com/tmp" (i changed yesterday line above - don't think applies hosted site, trying resolve.)
; maximum allowed size uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 10m
;maxium number of files can uploaded via single request
max_file_uploads = 20
problems i'm having:
1. can not upload images in mm in internet explorer. error msg: "500 - error has occurred".
2. can uploatd images in mm in firefox, although error msg: "file error: httpstatus"
3. can add images (in default images folder upload thru ff) articles.
4. i can not add background images css , have them appear now. in
development of site, can't. important: can't modify images
placed in tags background previously.
- if add new image (default) images folder , change name in css
new image name, lose image altogether. in css - rule
working: background-image: url(../images/hdrbkgrd.jpg); when chng
name , have image in image folder new name, new file
name not recognised , not shown.
- b/c of this, in testing try find problem, changed name of an
image (currenty in css bkgrd) added in development - in
image folder in root folder without changing name in
css , image still appears on live site. ***i changed
name of image in cpanel of host (so no image in there
name of image in css tag/rule, image still appears
background image.
don't understand background images added
being called from, if not images folder in root folder.
site: http://www.betmaracres.com (currently live, won't long)
i've dont lot try figure out including searching forum, talking host provider , upgrading php 5.3.
my path files , path images set images both (in media mngr options)
help appreciated !
ps: have warning:
the php temporary directory directory php uses store uploaded file before joomla! can access file. whilst directory not being set isn't problem, if having issues manifest files not being detected or uploaded files not being detected, setting in php.ini file might fix issue.
however, have in php.ini file asociates wamp.
; temporary directory http uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
; upload_tmp_dir = "c:/wamp/tmp"
upload_tmp_dir = "/public_html/betmaracres.com/tmp" (i changed yesterday line above - don't think applies hosted site, trying resolve.)
; maximum allowed size uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 10m
;maxium number of files can uploaded via single request
max_file_uploads = 20
you addressing lot of items here, let me tackle 1 right off bat. in template's css file, have background image cited so:
url(../images/hdrbkgrd.jpg)
that subfolder listed above "images", not images folder located in joomla root (www.betmaracres.com/images). it's located template here: www.betmaracres.com/templates/template_ ... lename.jpg).
so when change name of file, citing image file in template's image folder not exist. that's why not working. if want use image in website's image folder, need use full url (http://www.betmaracres.com/images/filename.jpg).
most of errors experiencing uploading images related 1 of 2 things. either permissions folders incorrect (should 755 joomla folder, , 644 joomla files), or locations "tmp" , "log" folders incorrect in global configuration. check locations, , sure you've got them set correctly (relative hosting structure).
you can read on how verify folder path "tmp" , "log" folders correct here: viewtopic.php?t=678956
url(../images/hdrbkgrd.jpg)
that subfolder listed above "images", not images folder located in joomla root (www.betmaracres.com/images). it's located template here: www.betmaracres.com/templates/template_ ... lename.jpg).
so when change name of file, citing image file in template's image folder not exist. that's why not working. if want use image in website's image folder, need use full url (http://www.betmaracres.com/images/filename.jpg).
most of errors experiencing uploading images related 1 of 2 things. either permissions folders incorrect (should 755 joomla folder, , 644 joomla files), or locations "tmp" , "log" folders incorrect in global configuration. check locations, , sure you've got them set correctly (relative hosting structure).
you can read on how verify folder path "tmp" , "log" folders correct here: viewtopic.php?t=678956
Comments
Post a Comment