1
LordPeter
Re: Xoops 2.3.2 user.php blank after yogurt 3..3_RC2
  • 2008/11/27 18:38

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


i see litle mistake

Quote:

$uid = intval($_GET['uid']);
if ($uid <= 0) {
redirect_header('index.php', 3, _US_SELECTNG);
exit();
}
header("Location:".XOOPS_URL."/modules/yogurt/index.php?uid=".$uid);
exit();


Thanks



2
LordPeter
Re: Xoops 2.3.2 user.php blank after yogurt 3..3_RC2
  • 2008/11/27 14:28

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


Hi ghia,
My current XOOPS version is the 2.3.2 security release.

I notice that when i adjust the userinfo.php in my root with the next value
Quote:

$uid = intval($_GET['uid']);
if ($uid <= 0) {
redirect_header('index.php', 3, _US_SELECTNG);
exit();
}

It went blank after 24 houres or something, not sooner, when i dont make any changes in to userinfo.php then there's nothing wrong with viewing my account.

Thanks anyway fot the helpfull temporary solution to get rid off these messages, but surly it's a concern for the mind.
Greets,
lp



3
LordPeter
Xoops 2.3.2 user.php blank after yogurt 3..3_RC2
  • 2008/11/27 13:57

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


Hi Guy's

After install yogurt 3.3 rc 2 on to my XOOPS 2.3.2 also in 2.3.1 , when i try to vieuw my account in user menu then it turn blank, when is choose to display errors on webpage it show my the view account page but with 4 errors

Quote:

Warning: MyTextSanitizer::makeTareaData4Show is deprecated in file /class/module.textsanitizer.php line 680

Warning: MyTextSanitizer::makeTareaData4Show is deprecated in file /class/module.textsanitizer.php line 680

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in file /class/module.textsanitizer.php line 646

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in file /class/module.textsanitizer.php line 646



Module.textsanitizer.php lines 644 till 683
Quote:

function makeTboxData4Show($text, $smiley=0)
{
trigger_error(__CLASS__."::".__FUNCTION__.' is deprecated', E_USER_WARNING);
$text = $this->htmlSpecialChars($text);
return $text;
}

function makeTboxData4Edit($text)
{
trigger_error(__CLASS__."::".__FUNCTION__.' is deprecated', E_USER_WARNING);
return $this->htmlSpecialChars($text);
}

function makeTboxData4Preview($text, $smiley=0)
{
trigger_error(__CLASS__."::".__FUNCTION__.' is deprecated', E_USER_WARNING);
$text = $this->stripSlashesGPC($text);
$text = $this->htmlSpecialChars($text);
return $text;
}

function makeTboxData4PreviewInForm($text)
{
trigger_error(__CLASS__."::".__FUNCTION__.' is deprecated', E_USER_WARNING);
$text = $this->stripSlashesGPC($text);
return $this->htmlSpecialChars($text);
}

function makeTareaData4Save($text)
{
trigger_error(__CLASS__."::".__FUNCTION__.' is deprecated', E_USER_WARNING);
return $this->addSlashes($text);
}

function &makeTareaData4Show(&$text, $html=1, $smiley=1, $xcode=1)
{
trigger_error(__CLASS__."::".__FUNCTION__.' is deprecated', E_USER_WARNING);
$text = $this->displayTarea($text, $html, $smiley, $xcode);
return $text;
}


Does anybody know how to fix this?

Greets,
lp



4
LordPeter
Re: Sorry I am being asked to post this one this way ;l-)
  • 2008/10/15 7:51

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


Hi WC
I adjust the function.php in modules/xtorrent/include like you wrote, after adjusting the value it gives the next error:
Fatal error: Call to undefined function xtorrent_get_base_domain() in /usr/home/******/domains/******.**/public_html/modules/xtorrent/visit.php on line 102

i see in my visit.php on line 102 :
$sql = "select id, passkey from ".$xoopsDB->prefix('xtorrent_users'). " where username='".$uname."' and uid='".$uid."' and lid = $lid and secret = sha1('".xtorrent_get_base_domain(gethostbyaddr($_SERVER['REMOTE_ADDR']))."') and enabled = 'yes'";

What do i have to change in here.....
Greets,
LP



5
LordPeter
Re: MyDownloads 1.6 - unable to download file
  • 2008/9/17 14:57

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


Try'd to uninstall it as well, but i think that since i run XOOPS 2.3 rc 2 that this maybe is a compatibility problem.

I clad that everything works out for you

Greets,
peter



6
LordPeter
Re: MyDownloads 1.6 - unable to download file
  • 2008/9/15 8:09

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


Hi,
i have the same problem with submitting a download through admin section add/edit downloads, same error like you have "ERROR: The download info you provided is already in the database!".

You can try to upload a file through ftp to a map on the server of youre own choice after that you can add this file manually in the box download url:
( by example : http/www.yoursite.com/modules/mydownloads/software/test.rar )
Also you have to give this map "by example : software " the correct setting ( chmod 0777)
If everythings turns out well you should see now the download in the catergorie of youre own choice.

Greetz,
Peter



7
LordPeter
Re: wf-channel v2.02
  • 2008/9/12 7:57

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


Hi Mamba,

I deleted the lines 50-51-52-76 out of formeditor.php

now it looks like this :

/**
* XoopsEditor hanlder
*
* @author D.J.
* @copyright copyright (c) 2000-2005 XOOPS.org
*
* @package kernel
* @subpackage form
*/
/**
* Constructor
*
* @param string $caption Caption
* @param string $name "name" attribute
* @param string $value Initial text
* @param array $configs configures
* @param bool $noHtml use non-WYSIWYG eitor onfailure
* @param string $OnFailure editor to be used if current one failed
*/
function XoopsFormEditor($caption, $name, $editor_configs = null, $noHtml=false, $OnFailure = "")
{
require_once XOOPS_ROOT_PATH.'/class/xoopseditor/xoopseditor.php';
$this->XoopsFormTextArea($caption, $editor_configs["name"]);
$editor_handler =& new XoopsEditorHandler();
$this->editor =& $editor_handler->get($name, $editor_configs, $noHtml, $OnFailure);
}

function render()
{
return $this->editor->render();
}
?>

Also i deleted the lines 46-47-70 in formselecteditor.php

Looking like this :

* A select box with available editors
*
* @package kernel
* @subpackage form
*
* @author phppp (D.J.)
* @copyright copyright (c) 2000-2003 XOOPS.org
*/
/**
* Constructor
*
* @param object $form the form calling the editor selection
* @param string $name editor name
* @param string $value Pre-selected text value
* @param bool $noHtml dohtml disabled
*/
function XoopsFormSelectEditor(&$form, $name="editor", $value=null, $noHtml=false)
{
$this->XoopsFormElementTray(_SELECT);

$editor_handler =& new XoopsEditorHandler();
$option_select = new XoopsFormSelect("", $name, $value);
$extra = 'onchange="if(this.options[this.selectedIndex].value.length > 0 ){
window.document.forms.'.$form->getName().'.submit();
}"';
$option_select->setExtra($extra);
$option_select->addOptionArray($editor_handler->getList($noHtml));

$this->addElement($option_select);
}
?>
The results of that are, i can see all the pages within the admin section, create a new pages, set permisions for vieuwing the page(s)and so on..
When vieuwing the created pages i notice that when creating an pages and inserting a emocon it won't show the emocon in the created page. Swf files is no problem at all.
That's all the things i found out till know.

Greetz,
Peter



8
LordPeter
Re: Protector v 3.17 is causing problem with flashchat
  • 2008/9/11 12:31

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


Thanks, i added chat in dos/crawler checker and it works.
Thank for mention this, i didn't know this.
greetz,
Peter



9
LordPeter
Re: Protector v 3.17 is causing problem with flashchat
  • 2008/9/11 10:55

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


Temporary disabled : yes
chat works, but that means that the protector is disabled and there is no protection..or i'm i wrong?



10
LordPeter
Re: Protector v 3.17 is causing problem with flashchat
  • 2008/9/11 10:50

  • LordPeter

  • Just popping in

  • Posts: 48

  • Since: 2008/2/29


or where can i found the info about it, lookt arround ont the forum did not find anything about it




TopTop
(1) 2 3 4 5 »



Login

Who's Online

229 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 229


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