1
coachdash
Undefined Token Session ???
  • 2005/6/28 3:54

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


I'm using XSAS for developement with X.10 and just patched to X.11 I was getting getting the following error codes with X.10 and I'm still getting them with X.11.

Notice [PHP]: Undefined index: XOOPS_TOKEN_SESSION in file W:\www\xoops2\class\xoopssecurity.php line 152

Warning [PHP]: array_filter(): The first argument should be an array in file W:\www\xoops2\class\xoopssecurity.php line 152

If it has something to do with XSAS then somebody please let me know and I'll ignore it.

I'm not a programmer and I'm lucky to get the easy stuff working right - so I would really appreciate somebody helping me out.

I've done some searches but I haven't found this issue.

Thanks
Dash



2
coachdash
Re: Membership Group Admin
  • 2004/9/9 1:39

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


Quote:
I'm currently working on adding such features to reg_codes module but have stoped developing until 15.09.'04 (have to do some exams). I'll anounce my work after get it compleate.


Best of luck to you on your exams. I've got plenty of other mods to work on in wait for your changes.

Cheers!



3
coachdash
Re: Membership Group Admin
  • 2004/9/3 19:47

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


*bump* Please Anyone!



4
coachdash
Re: piCal calendar width????
  • 2004/8/31 14:16

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


Many Many Thanks that was exactly what I was looking for.



5
coachdash
Re: piCal calendar width????
  • 2004/8/31 1:58

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


yeah that was way more work than it needed to be. Got everything changed to %'s and got rid of all those spacer.gif's Getting around pical.php was a bit like navigating a bowl of spaghetti. However, I am grateful because the 20 or so hours that it took me to tweak would have been multiplied by a hundred if I had to write from scratch.

I've got some other issues that I need worked out as well and perhaps somebody has already done the work. I don't want to disply the time in the 24 our format. I want it displayed with an AM and a PM. There's only a handful of places that need some code tweaks... has anyone already done them?



6
coachdash
piCal calendar width????
  • 2004/8/28 0:11

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


I want to control the width of the calendar body in piCal 6.0. I have a fixed width theme and the monthly, weekly and daily calendar bodies are pushing it wide.

/images/defualt/daily.tmpl - weekly.tmpl and monthly.tmpl have calendar_body called in a row of the main table. All these files start with <pattemplate:tmpl name="WholeBoard">

"wholeboard" had lots of definitions in pical.php One of the css references that it has is frame_css. Also in the .tmpl files there is a class='calframe' that defines one of the nested tables. I can't find calframe or frame_css references anywhere else. style.css is virtually empty.

HELP - PLEASE



7
coachdash
Membership Group Admin
  • 2004/8/26 22:46

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


I'm building a closed membership site where the admin or appropriately authorized helper is adding new users. I need to be able to assign multiple groups at the time that a new user is created and also when users are edited. Users However, should not have the access to change their groups.

I know user/membership management is a key point for the next release... Hate to be impatient but this will save me and said helper many hours of adding users to groups via that Group modify page.

I've figured out how to show groups that users are a member of, but I haven't figured out how to provide radio buttons to select and assign groups while new users are created.

Anyone, done anything like this? Reg Codes and Reg Keys are an option but not the most efficient or elegant. I'm not sending out registration emails for users to validate from and I'm not allowing new users to register. I could set it up for admin or helper to use the register.php with codes or keys, but again I don't think it is the most efficient... Thoughts?

I've created the appropriate groups that I want and all I have to do is check a box for each user... How do I make the boxes on the new user and edit user screens?

Thanks



8
coachdash
Re: Footer incorrect after upgrading to 2.07.1
  • 2004/8/26 15:45

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


Many Thanks - that was my suspicion.



9
coachdash
Footer incorrect after upgrading to 2.07.1
  • 2004/8/26 5:22

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


The following shows up in my footer after I updated from 2.07 to 2.07.1.

Powered by XOOPS 2.0.6 © 2001-2003 The XOOPS Project

I'm sure it's just a variable setting, but I want to make sure that I did indeed get to 2.07.1.

The following is in /include/version.php
<?php
define("XOOPS_VERSION","XOOPS 2.0.6");
?>

There is a root/diff/diff_207_2071.html file that gives a table of what the differences are after updating but include/version.php is not in the list.

Oversight? Something to worry about? Anyone?

Thanks
Dash



10
coachdash
Re: myads v2.04 jp
  • 2004/8/26 4:54

  • coachdash

  • Just popping in

  • Posts: 25

  • Since: 2004/7/31


Tried every version I can find and I get the same Notices:
Probably aren't critical, but any explanation would be helpful. All of the notices come from the modinfo.php in the myads/language/english folder.

Notice [PHP]: Constant _MI_CLA_NAME already defined in file W:\www\xoops2\modules\myAds\language\english\modinfo.php line 13
Notice [PHP]: Constant _MI_CLA_MENUADD already defined in file W:\www\xoops2\modules\myAds\language\english\modinfo.php line 19
Notice [PHP]: Constant _MI_CLA_DESC already defined in file W:\www\xoops2\modules\myAds\language\english\modinfo.php line 28
Notice [PHP]: Constant _MI_CLA_BNAME already defined in file W:\www\xoops2\modules\myAds\language\english\modinfo.php line 37
Notice [PHP]: Constant _MI_CLA_ADMENU1 already defined in file W:\www\xoops2\modules\myAds\language\english\modinfo.php line 46
Notice [PHP]: Constant _MI_CLA_ADMENU2 already defined in file W:\www\xoops2\modules\myAds\language\english\modinfo.php line 49
Notice [PHP]: Constant _MI_CLA_ADMENU3 already defined in file W:\www\xoops2\modules\myAds\language\english\modinfo.php line 52
Notice [PHP]: Constant _MI_CLA_ADMENU4 already defined in file W:\www\xoops2\modules\myAds\language\english\modinfo.php line 55

Many Thanks
Dash




TopTop
(1) 2 3 »



Login

Who's Online

186 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 186


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