close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

problem with meta base

Thread begun 11/11/2010 4:07 am by info269075 | Last modified 12/08/2010 6:58 am by Jason Byrnes | 5243 views | 14 replies |

info269075

problem with meta base

HI
I can 't succced to make image resizer working on line. It works on local. I have a meta base, I think the problem comes from it.

the image cache folder is videos/image_cache, so on local, the plug in create a videos/image_cache/websitename/videos/crop/ systeme of folders to store the images. ( the meta base is on http//localhost/websitename/ )

But on the distant server it don't work anymore, the base dir is website.com and even if I put the videos folder to 777, Image resizer don't create the system of folders, maybe it tries to create it elsewhere, but where ??? I need to know to apply 777 autorisations
thanks for your help

Sign in to reply to this post

Jason ByrnesWebAssist

can you send a copy of your page in a zip archive and link where i can see the issue to investigate the cause.

Sign in to reply to this post

info269075

the zip and the adress

Thanks
here is the page and here the url on the developement site:

presentation-journee-au-cirque,2.html

Sign in to reply to this post

Jason ByrnesWebAssist

on your page, the cached image is inside of a repeat region:
do{
?>
<div class="videoBox">

<a rel="shadowbox;width=<?php echo $row_rs_videos['width']; ?>;height=<?php echo $row_rs_videos['height']; ?>" title="<?php echo $row_rs_videos['titre']; ?>" href="videos/<?php echo $row_rs_videos['fichier']; ?>" class="transp">
<?php
if(TRUE){ // Begin Cached Resized Image: ImageCacheInstance_1289476015778
ob_start();
?>
<img name="<?php echo $row_rs_videos['titre']; ?>" src="videos/<?php echo $row_rs_videos['vignette']; ?>" width="240" height="138" alt="<?php echo $row_rs_videos['titre']; ?>" class="vignette" />
<?php
echo(getCachedResizedImageHTML(ob_get_clean(), "videos/image_cache", "proportion", "", false));
} // End Cached Resized Image: ImageCacheInstance_1289476015778
?>
</a>


<div class="clearfloat"> <p><?php echo $row_rs_videos['titre']; ?></p></div>
</div>

<?php } while($row_rs_videos = mysql_fetch_assoc($rs_videos));
}
mysql_free_result($rs_videos);


that is only shown if the rs_videos recordset returns a result.


when i view source of the page, i do not see the <div class="videoBox"> which indicates that the recordset is empty.

Sign in to reply to this post

info269075

<div class="videoBox"> doesn't indicate that the recordset is empty, a the opposit it's there when it is not empty.
Everything things working fine on local server, it's only on the distant one that there is a problem. Maybe it comes from the
<base href="http://wrk.journee-au-cirque.com">

But anyway, Image resizer create a very long chain of folders to work, on local:
videos/image_cache/journeeocirque/crop/
where journeeoirque seem to comes from:
<base href="http://localhost/journeeocirque/" /> which the one on local server

If thinf IR try to create such path of folders on remote server, but don't succeed ( even when videos folder is on 777)

Is there a way to force IR to adopte my path

Sign in to reply to this post

Jason ByrnesWebAssist

Right, what i am saying is that i dont see the <div class="videoBox"> in the source code which I should see if the recordset where not empty.

since i do not see the div, it indicates that the recordset is empty so the images are not being generated.

Sign in to reply to this post

info269075

But I see the <div class="videoBox"> . And all the other informations from the recordset, only the picture doesn't appear

Sign in to reply to this post

Jason ByrnesWebAssist

I do not see that if i visit your page at:
page_a.php

and view the source> In the source i am searching for the <div class="videoBox"> and it is not found.

Is there another page I should be looking at?

that is the page you sent in the zip file?

Sign in to reply to this post

info269075

Ok, i undestand, this page is just empty without some variables, this is the url you have to look at
presentation-journee-au-cirque,2.html

thanks

Sign in to reply to this post

info269075

I doesn't come from the meta base, as i removed it, and it didn't changed anything.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...