91
SLEO577
Re: Extended Profiles Administration Fields in 2.2RC
  • 2005/7/22 4:04

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Thanks Pkellum,

That worked great! I am only testing right on a different server and I guess I should ultimately wait for the Stable version, but just in case someone didn't mention this issue I wanted to bring it to their attention.

Thanks again for the information....it is much appreciated!



92
SLEO577
Re: VLWeather Module Trouble...
  • 2005/7/19 11:35

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Commenting out all the lines 16, 17, 18, 19, 20, 21 and 22 did stop any errors from coming up and the module is working as good as it did in version 2.0.13.

Quote:

Pnooka wrote: this should do the trick:

Line 14 function disp_complete_vlweather() {
Line 15 global $xoopsDB, $xoopsUser;
Line 16 //$language = $xoopsConfig['language'];
Line 17 // Include the appropriate language file.
Line 18 //if(file_exists(XOOPS_ROOT_PATH.'/modules/vlweather/language/'.$xoopsConfig['language'].'/main.php')){
Line 19 //include_once(XOOPS_ROOT_PATH.'/modules/vlweather/language/'.$xoopsConfig['language'].'/main.php');
Line 20 //} else {
Line 21 //include_once(XOOPS_ROOT_PATH.'/modules/vlweather/language/english/main.php');
Line 22 //}


Luckily, I only need it in english. But no errors came up after commenting // out 21.

Thanks for all your help!



93
SLEO577
Re: Extended Profiles Administration Fields in 2.2RC
  • 2005/7/19 11:11

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Thanks for the quick reply Mith, I was trying to get at least 18 items someone can select from Jobs.

Is there a quick fix I could do to correct this, maybe in MySQL or Forms.php?



94
SLEO577
Extended Profiles Administration Fields in 2.2RC
  • 2005/7/19 10:37

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Has anyone been able to make Selectable Fields with over 5 (five) fields (Values) yet? Everytime I try this in the Extended Profiles Administration Fields utilizing Select, Checkbox, etc. I get this error and it removes all the Values I entered.

Quote:
Notice [PHP]: unserialize(): Error at offset 232 of 255 bytes in file kernel/object.php line 344



95
SLEO577
Re: VLWeather Module Trouble...
  • 2005/7/19 9:52

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Thanks for the quick reply Pnooka. I tried that, but this is the error i got when trying that:

Quote:
Parse error: parse error, unexpected T_ELSE in /home/fstate/public_html/modules/vlweather/index.php on line 20



96
SLEO577
VLWeather Module Trouble...
  • 2005/7/19 7:41

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


I am having two errors come back with the (vlweather module). This is only happening in Version 2.2RC, not in version 2.13.

Quote:

Notice [PHP]: Undefined variable: xoopsConfig in file modules/vlweather/index.php line 16
$language = $xoopsConfig['language'];

Notice [PHP]: Undefined variable: xoopsConfig in file modules/vlweather/index.php line 18
if(file_exists(XOOPS_ROOT_PATH.'/modules/vlweather/language/'.$xoopsConfig['language'].'/main.php')){


This is the script where the problem is:
Quote:

Line 14 function disp_complete_vlweather() {
Line 15 global $xoopsDB, $xoopsUser;
Line 16 $language = $xoopsConfig['language'];
Line 17 // Include the appropriate language file.
Line 18 if(file_exists(XOOPS_ROOT_PATH.'/modules/vlweather/language/'.$xoopsConfig['language'].'/main.php')){
Line 19 include_once(XOOPS_ROOT_PATH.'/modules/vlweather/language/'.$xoopsConfig['language'].'/main.php');
Line 20 } else {
Line 21 include_once(XOOPS_ROOT_PATH.'/modules/vlweather/language/english/main.php');
Line 22 }

The errors seem to be caused by anything with this script in it:
($xoopsConfig['language'];



97
SLEO577
Themes not working in Version 2.2
  • 2005/7/19 3:32

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


I realize that XOOPS Version 2.2RC is just for testing, so I thought I would express a problem about some of the themes.

I use wide (3 column) theme format's (i.e. Blue_Lagoon, Gold). I ran a fresh (Full Install) of Version 2.2RC and found that unless I was using the "Default - 2 column" theme, my pages will not redirect at all once I go to my homepage. But as long as I am in the Admin Page section, the page redirects works fine.

Has any one else ran into this problem yet? Or know of way to fix this issue, besides not using a wide theme?

FIX UPDATE: I started to play around with the "Theme.html" on (Blue_lagoon and Gold) and found, once I copied the below script from the "Default Theme", the page's started redirecting again.

Quote:

<!-- RMV: added module header -->
<{$xoops_module_header}>
<script type="text/javascript">
<!--
<{$xoops_js}>
//-->
</script>
<script type="text/javascript">
</script>
<script type="text/javascript" src="<{$xoops_imageurl}>js/adminmenu.js"></script>
<script type="text/javascript" src="<{$xoops_imageurl}>js/ie5.js"></script>
<script type="text/javascript">

function toggle(notifs_form)
{
obj=document.getElementById(notifs_form);
obj.style.display=!(obj.style.display=="block")? "block" : "none";
}

function swapimage(swap)
{
img_plus="<{$xoops_imageurl}>images/plus.gif";
img_minus="<{$xoops_imageurl}>images/minus.gif";
obj=document.getElementById(swap);
obj.src=!(obj.src==img_minus)? img_minus : img_plus;
}

</script>



98
SLEO577
Re: Version 2.2 RC Joined Date Wrong...
  • 2005/7/17 3:27

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Thank you for the quick reply phppp. I appolgize for not understanding the fix for this when you say CVS. I checked the forum for what CVS was and found it to mean "Current Version System".

I am just not sure at this point what to do to fix the date problem. Is there a link to a message on how to fix this or file to download? I even went to the CBB site to see if it explained it there, but couldn't find the issue addressed there in the forums.

I am assuming the CBB 2.2 module I used is causing this date problem as well as the pages not redirecting at all.

If you can direct me to the right link to further read up on the problem it would be certainly appreciated.



99
SLEO577
Re: Version 2.2 RC Joined Date Wrong...
  • 2005/7/16 23:57

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Okay, where could I go to find why it is displaying the wrong date for me? I have searched the forum for this problem with no luck.

Is it in a setting on MySQL or is it somewhere in a file I can look at

Thank you in advance for your help!



100
SLEO577
Version 2.2 RC Joined Date Wrong...
  • 2005/7/16 22:28

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Hello,

I have just completed a full install of the new 2.2RC version. I noticed it shows the joined date as: 1970/1/1. If I look at the webpage as a guest it shows me the joined date as: 1969/12/31. This displays that date for the Forum posts and under the New Member module.

Is there somewhere I can look for this date issue? It should actually show 2005/7/15.




TopTop
« 1 ... 7 8 9 (10) 11 »



Login

Who's Online

193 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 193


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