1
Pnooka
Re: Bug found in Xoops 2.0.15
  • 2006/8/26 3:45

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


Submitted error as soon as i discovered it yesterday here:
[ 1546415 ] Error in form.php
Because this error is XOOPS related.



2
Pnooka
Bug found in Xoops 2.0.15
  • 2006/8/26 3:29

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


Am i the only one to receive an error with XOOPS 2.0.15 and wfdownloads 3.1 final? This is the error message i get:
le="color: #000000"><?php Fatal error: Call to a member function isContainer() on a non-object in E:webhtdocsxoops-2.0.15classxoopsformform.php on line 193

Running on:
Apache 2.0.59
PHP 5.1.4
MySQL 4.1.20
Never had any problems running XOOPS 2.0.14 with that enviroment.



3
Pnooka
Re: Problems with "$user->getVar()" function
  • 2006/7/3 6:37

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


You might want to look at some of the existing values in edituser to better understand how this works. I did it myself successfully, after several attempts. By the way, this
le="color: #000000"><?php $edituser->setVar("name_of_the_date_field_in_sql", new_value);

should look something like this:
le="color: #000000"><?php $edituser->setVar("name_of_the_date_field_in_sql", $new_value);



4
Pnooka
Re: Problems with "$user->getVar()" function
  • 2006/7/3 6:06

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


You need to add a new into:
le="color: #000000"><?php kernel/user.php $this->initVar('user_intrest', XOBJ_DTYPE_TXTBOX, null, false, 150); $this->initVar('user_mailok', XOBJ_DTYPE_INT, 1, false); something like this $this->initVar('name_of_the_date_field_in_sql', XOBJ_DTYPE_TXTAREA, null, false, null);



5
Pnooka
Re: System Avatars Being Selected by User But Not Saved
  • 2006/4/20 13:42

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


This is just a shot in the dark. Try to rename some of the avatars, so that the name doesn't contain the "avatar: " part. Name them i.e. bunnies, and so forth. I guess that XOOPS doesn't like spaces and such in avatar names.



6
Pnooka
Re: Get your Xoops for only $149.97.
  • 2006/4/1 13:54

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


Battle of the bands demo site:
le="color: #000000"><?php http://thedemoserver.com/BattleOfTheBands/modules/mymusic/ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Battle Of The Bands</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="content-language" content="en"> <meta name="rating" content="general"> <meta name="robots" content="index, follow"> <meta name="generator" content=" PopScript 1.2"> <meta name="keywords" content="enter your keywords here"> <meta name="description" content="Enter your site description here"> <meta name="author" content="Battle Of The Bands"> <meta name="copyright" content="© 2005 http://www.yourdomain.com"> <meta name="revisit-after" content="7 days"><link rel="shortcut icon" href="../../favicon.ico"> <script type='text/javascript'> <!-- function xoopsGetElementById(id) { if (document.getElementById(id)) { return document.getElementById(id); } else if (document.all[id]) { return document.all[id]; } else if (document.layers && document.layers[id]) { return (document.layers[id]); } else { return false; } } function toggle_visibility(id, flag) { if (xoopsGetElementById(id)) { xoopsGetElementById(id).style.visibility = (flag) ? 'visible' : 'hidden'; } } function showImgSelected(imgId, selectId, imgDir) { imgDom = xoopsGetElementById(imgId); selectDom = xoopsGetElementById(selectId); imgDom.src = "http://thedemoserver.com/BattleOfTheBands/"+ imgDir + "/" + selectDom.options[selectDom.selectedIndex].value; }

This is not xoops!



7
Pnooka
Re: Get your Xoops for only $149.97.
  • 2006/4/1 12:09

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


I can tell this much, it isn't XOOPS 2.0.x or even 2.2.x. More likely XOOPS 1.3.x, RunCMS or e-Xoops.



8
Pnooka
Re: A new Fork : Xoops is dead, long live to Boops !
  • 2006/4/1 9:06

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


Today is april first, so i assume this is a aprils fools prank.



9
Pnooka
Re: XP weather 1.72 quirks
  • 2006/2/28 11:58

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


Only thing i can think of, is that xp-weather doesn't like php register_globals = Off and maybe php safe_mode = Off. I'm not sure about the safe_mode, but i'm pretty sure about the register_globals. It might also have something to do with your current php version.



10
Pnooka
Re: Need help
  • 2006/2/26 17:19

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


Check your account and inbox. I sent you a Pm.




TopTop
(1) 2 3 4 ... 6 »