CMS MADE SIMPLE FORGE

CGSmartImage

 

[#9458] noembed='1' images not loading in browser

avatar
Created By: cb2004 (cb2004)
Date Submitted: Wed Aug 07 15:45:00 -0400 2013

Assigned To: Robert Campbell (calguy1000)
Version: 1.12
CMSMS Version: 1.11.7
Severity: Minor
Resolution: Invalid
State: Closed
Summary:
noembed='1' images not loading in browser
Detailed Description:
The file is located on the server but it is not being loaded.

Tag used: {CGSmartImage alt=$item->title filter_croptofit='980,298,1'
noembed='1' src1='images/slides' src2=$item->image}

File is a jpg. No errors as the file is created, looks like everything is
working but the display. Tested in Chrome and Firefox.


History

Comments
avatar
Date: 2013-08-07 15:50
Posted By: cb2004 (cb2004)

.htaccess problem.

# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
# but ignore POST requests.
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_METHOD} !POST$
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]
      
avatar
Date: 2013-08-07 16:22
Posted By: Robert Campbell (calguy1000)

.htaccess rules preventing access to the file.
      
avatar
Date: 2013-08-07 16:25
Posted By: cb2004 (cb2004)

This is what is shipped with CMSMS but it is commented out. Anybody who
uncomments them will have the same problem. Are the entries super important? I
always uncomment them.
      
Updates

Updated: 2013-08-30 23:58
state: Open => Closed

Updated: 2013-08-07 16:22
resolution_id: 5 => 9

Updated: 2013-08-07 15:50
resolution_id: => 5