2012-03-04, 06:30:20
(This post was last modified: 2012-03-04, 21:37:55 by ACeagnidge.)
shawn_a Wrote:Can you post what your code is to generate this. No one can help you with just the outcome information.Man, did I really wrote "backslash".. Whoops I meant the double forward issue...
And give more information, are you using fancyurls ?
cle_hamburg wrote about (see below) and I'm having the same issue and can't find where the problem is...
GS was installed in a clean enviroment with only these plugins for testing etc...
cle_hamburg Wrote:I experimenting with your plugin as I am thinking about using it for a property management company's website. Now I face two problems on the preview image. The basic result is, the image is not shown on the item overview page.
I am using
<base href="<?php get_site_url(); ?>">
in my header, what delivers
<base href="http://www.myDomain.de/">
.
Checking this image tag with firebug shows:
<img class="m_pic" src="http://www.myDomain.de//data/uploads/items/">
where I get double backslashes after the domain and the image file is completely missing.
Checking the server, shows that folder "items" exists withing the parent folders "data/uploads" as well as the uploaded image.
Any idea what could be the problem?