Register |
Your Cart is currently empty.
Home > Forum
Welcome, Guest

White page after installation
(1 viewing) (1) Guest

Dear Customers,

Feel free to submit requests if you have any questions or need assistance.

Before submitting a support request, please pay attention to the description of the corresponding product and frequently asked questions. Answers you are looking for may already be there.
When submitting a request, please include as many details on the problem as you can. This will help us understand the essence and provide you with a helpful solution.
For more information on our support conditions, view JoomPlace support policy.
THANKS FOR YOUR PATIENCE!
  • Page:
  • 1

TOPIC: White page after installation

White page after installation 1 year, 10 months ago #12309

  • Umberto
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi,
i installed Tree Manager to try it, everything seems to be good but when I click components->Tree Manager->Tree manager on backend I get white page.

This is the output code:

<b></b> <style type="text/css" media="all">
.myTree a:link, .myTree a:visited {font-weight:bold;color:#c64934; }
.myTree a:hover{ color:#3366CC; text-decoration:none; }

.myTree,
.myTree ul
{
list-style: none;
margin: 0px 5px 0px 15px;
padding: 0px;

}
.expandImage
{
margin-right: 2px;

}
.folderImage
{
border: 0px;
}
.textHolder
{
height: 16px;
line-height: 16px;
padding-left: 6px;
}
span.dropOver
{
background-color: #AAAAAA;
color: #fff;
height: 16px;
line-height: 16px;
padding-left: 6px;
}
.treeItem
{
list-style: none;
}
</style>
<script language="javascript">
function getQueryString(index) {
var paramExpressions;
var param
var val
paramExpressions = window.location.search.substr(1).split("&");
if (index < paramExpressions.length) {
param = paramExpressions[index];
if (param.length > 0) {
return eval(unescape(param));
}
}
return ""
}
</script>

<script type="text/javascript" src="components/com_treemanager/jquery.js"></script>
<script type="text/javascript" src="components/com_treemanager/interface.js"></script>
<script language="javascript" type="text/javascript">
jQuery.noConflict();
var data,test2=2;

function folderclick(info){


jQuery.post( info,
{
wasclick: 1,
param2: 2
},
onAjaxSuccess
);
}

function gotolink(link) {
jQuery.post( link,
{
type: "test-request",
param1: "param1",
param2: 2
},
onAjaxSuccess
);
};

function dropinfo(dp, dg){
jQuery.post( '<? echo $mosConfig_live_site.'/administrator/index2.php?option=com_treemanager'?>' ,
{
type: "test-request",
dropp: dp,
dragg: dg
},
notSuccess
);
};

function notSuccess(fakedata){
document.getElementById('content01').innerHTML = fakedata;
}

function onAjaxSuccess(data){
document.getElementById('content01').innerHTML = data;
};

</script>
<table width="100%" cellpadding="0" cellspacing="0" >
<tr valign="top">
<td width="210" style="padding-top: 15px; text-align:left;">

<!-- <div style="padding-top: 14px;"> -->


Thanks in advance

Re: White page after installation 1 year, 10 months ago #12310

  • Ann
  • OFFLINE
  • Moderator
  • Posts: 2601
  • Karma: 29
Hi,
seems like it's conflicting with another application, could you provide a temporary admin access to your site?
We'll check it. Use the contact us link to submit a ticket.
JoomPlace.com, JoomlaLMS.com
Tech. Support

Re: White page after installation 1 year, 10 months ago #12360

  • Umberto
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi,
i'm working in localhost with my pc, I don't know how to share it with you, sorry.

Re: White page after installation 1 year, 9 months ago #12416

  • Steven
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
I am getting the same thing. I can provide you access to a temporary copy of a site we are working on if you can give me a private address to deliver the authentication to.

Re: White page after installation 1 year, 9 months ago #12538

  • Ann
  • OFFLINE
  • Moderator
  • Posts: 2601
  • Karma: 29
Hi,
not sure if that's too late, but you can post private info to our suuport ticket system - the tickets can only be viewed by staff.
JoomPlace.com, JoomlaLMS.com
Tech. Support

Re: White page after installation 1 year, 9 months ago #12541

  • Steven
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
Done.

Let me know if you need file access.
  • Page:
  • 1
Moderators: Maria_B
Time to create page: 0.52 seconds