201
suico
Re: Redirection doesn t work on newbb2 for me
  • 2005/3/12 14:49

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Thanks , yes I was using firefox , and yes the problem didn t show up in IE

That s why I use XOOPS support is always the fastest!

for the other question:
Yes I know how to reach the admin by other paths but my theme permited me to go directly from the forum to its administration ( as he still permit me todo this with the others modules) an now it does not :( That s a pity because it is very practical.

Can someone helpme?



202
suico
Redirection doesn t work on newbb2 for me
  • 2005/3/12 14:32

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Here am I again with another need of help:

I have just upgraded my fóruns to newwbb2 2.0.2 final from 2.0 rc3.

I have added kivi editor.

Everythingworks fine except for two things:

1. now when i click over the admin link (the rose one on the left in the picture below) it reloads the same page i am :(
Resized Image

2.After I send or edit a post the post.php stays forever and never goes to next page , i always have to click on th link to go to the next page. I have a picture with the debug enabl foryou
Resized Image


Please do help me...



203
suico
Re: Problems after installing XOOPS 2.0.7.x to 2.0.9.2
  • 2005/3/11 21:22

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Ok i have resolved the problem, it was a two comentaries on file html\class\module.errorhandler.php on lines 112 and 117 , now i took it out it works fine!



204
suico
Re: Problems after installing XOOPS 2.0.7.x to 2.0.9.2
  • 2005/3/11 21:08

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


If I use the debug functioni get :

Warning [PHP]: Cannot modify header information headers already sent by (output started at /home/simcity/public_html/class/module.errorhandler.php:130in file include/cp_functions.php line 174



205
suico
Re: Problems after installing XOOPS 2.0.7.x to 2.0.9.2
  • 2005/3/11 16:56

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


HUmm Still nothing, this seemsto be a hard one, but I am sure you can help me, there are many great peoplein this community



206
suico
Problems after installing XOOPS 2.0.7.x to 2.0.9.2
  • 2005/3/11 2:21

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


All went ok but in admin pages of mylinks, mydownloads and wcgallery where i have this line showing up before all the rest:
/a> ]"; //CloseTable(); include_once XOOPS_ROOT_PATH."/footer.php"; exit(); } } } ?>


Anyone can helpme?



207
suico
Re: Fatal error: Call to a member function on a non-object in /home/simcity/public_html/kernel/config.ph
  • 2005/2/16 12:13

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Thanks Mithrandir!



208
suico
Re: Fatal error: Call to a member function on a non-object in /home/simcity/public_html/kernel/config.ph
  • 2005/2/16 11:55

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


I have looked in the faq ( not the link you gave me because it is broken ) and sorry i must be blind i am not finding it. Please help me mithrandir



209
suico
Fatal error: Call to a member function on a non-object in /home/simcity/public_html/kernel/config.ph
  • 2005/2/16 10:12

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


I use XOOPS for a long time now and today this message sho up in my web :

Fatal error: Call to a member function on a non-object in /home/simcity/public_html/kernel/config.php on line 222
Unknown Condition []: in file line

I haven'tchange anything in the code.

Can someone help me?



210
suico
Re: Mydownloads module modified
  • 2004/9/28 15:14

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Well I found a pseudo solution for me and if it can be of any use to someone here are my changes:
if (!preg_match("/^ed2k*:///i", $url) && $download[1]=='') {
//    Header("Location: $url");
}
    //header("Location: $download[1]");
    //header("Content-Disposition: attachment; filename=$download[1]");
?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt_BR" lang="pt_BR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Refresh" content="2;url=<?php Print ("$url"); ?>" />
<style type="text/css">
                body {
                               background-color : #fcfcfc;
                               color: #000000;
                               font-weight: normal;
                               font-size: 12px;
                               font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
                               margin-left: 0px;
                               margin-top: 0px;
                               margin-right: 0px;
                               margin-bottom: 0px;
                }
    .redirect {
        width: 70%;
        margin: 110px;
        text-align: center;
        padding: 15px;
                                text-align:center;
                                border-right: #e0e0e0 1px solid;
                                border-top: #e0e0e0 1px solid;
                                border-left: #e0e0e0 1px solid;
                                color: #666666;
                                border-bottom: #e0e0e0 1px solid;
                                background-color: #f6f6f6;
                                text-align: center;
    }
    .redirect a:link {
        color: #666666;
        text-decoration: none;
        font-weight: bold;
                 }
    .redirect a:visited {
        color: #666666;
        text-decoration: none;
        font-weight: bold;
                 }
    .redirect a:hover {
        color: #999999;
        text-decoration: underline;
        font-weight: bold;
                 }
    hr{
        height: 3px;
        border: 3px #E18A00 solid;
        filter : Alpha(Opacity=100,FinishOpacity=10,Style=2);
        width: 95%;
    }
                span.bigtext { font-size: 16px; font-weight: bold; }
</style>
<title>Simcity Brasil - O Simcity4 ao som de samba!</title>
</head>
<body>
<div align="center">

<div class="redirect">
  <span class="bigtext">Seu download irá se iniciar em 5 segundos...</span>
  <hr />
  <p>
<?php
    
Print (" Caso o Download não se inicie automaticamente <a href=$url> Clique aqui </a> "); 
?> 
  .</p>
  <p><A href="javascript:window.close()">Fechar esta janela!</a></p>
</div>

</div>
</body>
</html>    


<?php
    
    
//readfile($myts->oopsHtmlSpecialChars($url));


exit();
?>


There is still a problem: the link to the file now can be known. Norhing is perfect :(




TopTop
« 1 ... 18 19 20 (21) 22 »



Login

Who's Online

207 user(s) are online (89 user(s) are browsing Support Forums)


Members: 0


Guests: 207


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits