Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...File Manager (Images not loaded in web page, that is already uploaded in File Manager)File Manager (Images not loaded in web page, that is already uploaded in File Manager)
Previous
 
Next
New Post
5/30/2006 4:05 AM
 

DNN 4.0.3

Even though the exact file (image JPG) is uploaded using the File Manager, I cannot view that image in the web pages.

What could be the reason?

The Image is seen in Portal Root > Skins > MySkins > Images > ttt.jpg

And in the web page, when we browse the HTML source code (using the Edit feature)

<DIV style="PADDING-TOP: 5px"><FONT face=Arial size=2><IMG hspace=5 src="/images/ttt.jpg" align=absMiddle></FONT></DIV></TD>

Why the image is not loading in the web page?????

Will greatly appreciate your reply if u can solve this problem

thanks

Praveen

 
New Post
5/30/2006 4:14 AM
 

<IMG hspace=5 src="<%= SkinPath %>/images/ttt.jpg" align=absMiddle>

You need to apply the skin path so DotNetNuke can pick it up -it's in the skinning document - have you had a look at that?

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
5/30/2006 5:09 AM
 

Thanks a lot nina....When I gave the full path from the localhost...it did work...

I am totally new to dotnetnuke....and this was a project done last year....done VS 2003, dotnetnuke 3.1.0.

<IMG hspace=5 src="</images/ttt.jpg" align=absMiddle>....this /image/ttt.jpg was automatically created at that time....but I dont know what has gone wrong.....how can we reconfigure this......????

anyway thanks again for ur notifying me that....

When I tried to build this project in VS 2003 today, I got a lot of errors (which I think is due to the problem with the dotnetnuke files)....can u just tell me the problem pls....I am listing out the errors displayed in VS 2003..

D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(107): Type 'DotNetNuke.UI.WebControls.DnnTree' is not defined.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(196): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(369): Type 'TreeNodeCollection' is not defined.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(369): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(854): Type 'TreeNodeCollection' is not defined.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(1264): Type 'DNNTreeNodeClickEventArgs' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(50): Type 'DotNetNuke.UI.WebControls.DnnTree' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(136): Type 'DotNetNuke.UI.WebControls.DNNTreeNodeClickEventArgs' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(179): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(496): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(508): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(532): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(585): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(55): Type 'DotNetNuke.UI.WebControls.DnnTree' is not defined.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(89): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(104): Name 'eClickAction' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(111): Name 'eClickAction' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(118): Name 'eClickAction' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(125): Name 'eClickAction' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(133): Name 'eClickAction' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(356): Type 'DotNetNuke.UI.WebControls.DNNTreeNodeClickEventArgs' is not defined.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(429): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(555): Type 'TreeNodeCollection' is not defined.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(562): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(562): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(566): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(570): Name 'eClickAction' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(576): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(585): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Localization\Languages.ascx.vb(194): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\ModuleDefinitions\EditModuleControl.ascx.vb(205): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\ModuleDefinitions\EditModuleDefinition.ascx.vb(245): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\ModuleDefinitions\EditModuleDefinition.ascx.vb(246): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Modules\ModuleSettings.ascx.vb(299): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\admin\Portal\SiteSettings.ascx.vb(352): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Scheduling\EditSchedule.ascx.vb(136): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Security\EditRoles.ascx.vb(137): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Security\Register.ascx.vb(433): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\admin\Security\SecurityRoles.ascx.vb(489): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Security\Signin.ascx.vb(89): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\admin\Skins\EditSkins.ascx.vb(548): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\admin\Skins\Search.ascx.vb(93): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Skins\Skin.vb(769): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\admin\Skins\Skin.vb(1056): Type 'DotNetNuke.UI.Utilities.ClientAPIPostBackEventArgs' is not defined.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(49): Type 'DNNTree' is not defined.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(321): Type 'TreeNodeCollection' is not defined.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(321): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(322): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(345): Name 'eClickAction' is not declared.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(352): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(376): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(419): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(426): Name 'eClickAction' is not declared.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(572): Type 'WebControls.DNNTreeNodeClickEventArgs' is not defined.
D:\wwwroot\CMSDemo\admin\Skins\TreeViewMenu.ascx.vb(574): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Tabs\ManageTabs.ascx.vb(488): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Tabs\RecycleBin.ascx.vb(229): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Tabs\RecycleBin.ascx.vb(230): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Tabs\RecycleBin.ascx.vb(231): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Users\ManageUsers.ascx.vb(251): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Users\Users.ascx.vb(480): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Vendors\EditAffiliate.ascx.vb(102): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Vendors\EditBanner.ascx.vb(112): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Vendors\EditVendors.ascx.vb(154): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Vendors\Vendors.ascx.vb(215): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\components\Shared\Calendar.vb(72): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(56): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(56): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(57): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(57): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(74): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(74): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(74): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(76): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(76): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(77): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(89): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\ClientAPI.vb(90): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\Globals.vb(1526): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\Globals.vb(1527): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\components\Shared\Globals.vb(1527): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\Address.ascx.vb(63): Type 'DotNetNuke.UI.WebControls.CountryListBox' is not defined.
D:\wwwroot\CMSDemo\controls\HelpButtonControl.ascx.vb(207): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\HelpButtonControl.ascx.vb(207): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\HelpButtonControl.ascx.vb(208): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\HelpButtonControl.ascx.vb(208): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\LabelControl.ascx.vb(250): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\LabelControl.ascx.vb(250): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\LabelControl.ascx.vb(251): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\LabelControl.ascx.vb(251): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\SectionHeadControl.ascx.vb(127): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\SectionHeadControl.ascx.vb(307): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\SectionHeadControl.ascx.vb(307): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\SectionHeadControl.ascx.vb(308): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\SectionHeadControl.ascx.vb(308): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\controls\URLControl.ascx.vb(509): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\Default.aspx.vb(417): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\Default.aspx.vb(417): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\Default.aspx.vb(418): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\Default.aspx.vb(418): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\Default.aspx.vb(419): 'ClientAPI' is not a member of 'Utilities'.
Maximum number of errors has been exceeded.
The referenced component 'CountryListBox' could not be found.
The referenced component 'DotNetNuke.WebControls' could not be found.
The referenced component 'DotNetNuke.WebUtility' could not be found.
 
New Post
5/30/2006 5:48 AM
 

OH.. well those errors are WAY out of my knowledge.. I'll ask one of the core team guys as soon as I see them online.. that's quite a few.. sounds like something isn't intalled and it can't be found just by looking at the errors -but sadly I'm just a looker... I don't code.

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
5/30/2006 5:50 AM
 

Thanks a lot.....really impressed with your attitude......

thanks again..

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...File Manager (Images not loaded in web page, that is already uploaded in File Manager)File Manager (Images not loaded in web page, that is already uploaded in File Manager)


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out