Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 23

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Development > Component 'How Do I' Questions

Reply
 
LinkBack Thread Tools Display Modes
Old 16.04.2004, 02:15   #11 (permalink)
Expert Mamber
 
BennieBlanco's Avatar
 
Join Date: Apr 2004
Posts: 464
BennieBlanco is on a distinguished road
Default Re: Static Component -> How do I get images to show

Quote:
Originally Posted by visualdensity
i don't see it as a problem because I ran a test on my local too.

It seems that the component is running fine. So, I am pretty sure its your placement of directory and file.

Where did you put the staticfiles folder?

And can you paste your link (for the menu item) here?

One more thing: Don't multiple post. A lot of people don't like it. Use the edit button please. Thanks.
Ok I will use edit button from now on

static foder is hmmm this is my mambo folder and I rename it ti test:
/local/test
and static is
/local/test/static
file:
/local/test/static/myfile.html
URL:
index.php?option=com_static&staticfile=myfile.html
BennieBlanco is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 16.04.2004, 02:39   #12 (permalink)
Expert Mamber
 
visualdensity's Avatar
 
Join Date: Apr 2004
Location: Melbourne
Posts: 385
visualdensity is on a distinguished road
Send a message via ICQ to visualdensity Send a message via MSN to visualdensity
Default Re: Static Component -> How do I get images to show

ok..

/local/test/static <- is wrong. It MUST BE /local/staticfiles
So you will have your static html like this:

/local/staticfiles/myfile.htm

And url:
index.php?option=com_static&staticfile=myfile.html change it to

index.php?option=com_static&staticfiles=myfile.html

Notice the "s" at the back of staticfile

See how it goes.
__________________
"If you cannot win, make the one ahead of you break the record."
| Visualdensity.com |
visualdensity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.04.2004, 02:58   #13 (permalink)
Expert Mamber
 
BennieBlanco's Avatar
 
Join Date: Apr 2004
Posts: 464
BennieBlanco is on a distinguished road
Default Re: Static Component -> How do I get images to show

my bad this si how it is

static foder is hmmm this is my mambo folder and I rename it ti test:
/local/test
and staticfiles folder is
/local/test/staticfiles
file:
/local/test/staticfiles/myfile.html
URL:
index.php?option=com_static&staticfile=myfile.html


I tried what you said it is not working here is the error:

Put the file(s) in the staticfiles directory or a subdirectory of it.
Usage:
index.php?option=com_static&staticfile=filename.ht ml
or
index.php?option=com_static&staticfile=directoryna me/filename.html

the previus error did find the dir but not the file
let me put in anoher file
BennieBlanco is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.04.2004, 03:03   #14 (permalink)
Expert Mamber
 
visualdensity's Avatar
 
Join Date: Apr 2004
Location: Melbourne
Posts: 385
visualdensity is on a distinguished road
Send a message via ICQ to visualdensity Send a message via MSN to visualdensity
Default Re: Static Component -> How do I get images to show

so that means your mambo is running on Local.. not on local/test right?

Is it working now?
__________________
"If you cannot win, make the one ahead of you break the record."
| Visualdensity.com |
visualdensity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.04.2004, 05:01   #15 (permalink)
Expert Mamber
 
BennieBlanco's Avatar
 
Join Date: Apr 2004
Posts: 464
BennieBlanco is on a distinguished road
Default Re: Static Component -> How do I get images to show

Quote:
Originally Posted by visualdensity
so that means your mambo is running on Local.. not on local/test right?

Is it working now?
No still same !
I give up!
BennieBlanco is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.04.2004, 09:39   #16 (permalink)
Expert Mamber
 
visualdensity's Avatar
 
Join Date: Apr 2004
Location: Melbourne
Posts: 385
visualdensity is on a distinguished road
Send a message via ICQ to visualdensity Send a message via MSN to visualdensity
Default Re: Static Component -> How do I get images to show

Hey.. don't give up easily..

Try uninstalling and install it again. Do it step by step. Because it worked quite ok over here. If needed, I'll assist you with some screenshots but hey.. if I haven't given up on helping you, why should you?
__________________
"If you cannot win, make the one ahead of you break the record."
| Visualdensity.com |
visualdensity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.04.2004, 16:32   #17 (permalink)
Mamber
 
er16004's Avatar
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 56
er16004 is on a distinguished road
Default Re: Static Component -> How do I get images to show

Actually, I was having the exact same trouble yesterday. I was following the example from another forum post and received the same errors. I am going to try following the exact steps you mentioned here, so I will edit this post after that.

Thanks!

Eric
er16004 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.04.2004, 16:58   #18 (permalink)
Senior Mamber
 
coke's Avatar
 
Join Date: Apr 2004
Posts: 125
coke is on a distinguished road
Send a message via MSN to coke
Default Re: Static Component -> How do I get images to show

Ok, what error are you getting?

test is your mambo installation dir?

are you in a *nix OS or windows?

Quote:
Originally Posted by BennieBlanco
No still same !
I give up!
__________________
Como quieres que te quiera si el que quiero que me quiera no me quiere como quiero que me quiera
coke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.04.2004, 17:44   #19 (permalink)
Expert Mamber
 
BennieBlanco's Avatar
 
Join Date: Apr 2004
Posts: 464
BennieBlanco is on a distinguished road
Default Re: Static Component -> How do I get images to show

Quote:
Originally Posted by coke
Ok, what error are you getting?

test is your mambo installation dir?

are you in a *nix OS or windows?
OK

Error:File not found /staticfile/myfile.html not found

Iam @ win XP
BennieBlanco is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.04.2004, 18:06   #20 (permalink)
Senior Mamber
 
coke's Avatar
 
Join Date: Apr 2004
Posts: 125
coke is on a distinguished road
Send a message via MSN to coke
Default Re: Static Component -> How do I get images to show

why does it says

/staticfile/myfile.html

and not /staticfileS/myfile.html

did you modified the original static.php file?

does that file exist?
__________________
Como quieres que te quiera si el que quiero que me quiera no me quiere como quiero que me quiera
coke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
eMail Templates required for my Advanced Marketing Component manni Component Development 13 11.01.2005 17:11
Simpleboard Forum Component 1.0 RC4 Released! jdg Development Announcements 19 27.08.2004 03:32
[Q] "Best" Image Gallery Component / Module? TheEdge Mambo 4.5 General Talk 7 26.08.2004 18:11
Mamb-Ads Component -> images are not being displayed oukenfold Component 'How Do I' Questions 6 19.05.2004 23:47
Rates to charge for developing a component webfitz Component Development 4 15.04.2004 21:22


All times are GMT +2. The time now is 11:57.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.