11
charkra
Re: XOOPS 2.2.3 RC2 Snapshot Release
  • 2005/9/28 15:22

  • charkra

  • Just popping in

  • Posts: 22

  • Since: 2005/9/14


Can someone instruct me if this is the correct place for highlighting bugs or the sourceforge core development bug report is more appropriate - I have posted in both areas and have not had any response from XOOPS on what else I can do to help track the problem to make it easier for development to rectify the issue. ??

I have found an issue with making a field with being required as part of a user profile - the SQL is always posting : (Carriage Returns inserted to make ledgible)
UPDATE xoops_user_profile_field SET 
field_type 
'select'
field_valuetype 7
field_name 'notify_mode'
field_title 'Default Notification Mode'field_description ''
field_required 0
field_maxlength 0
field_default ''
field_moduleid 1
field_notnull 1
field_edit 1
field_show 1
field_config 0
field_options 'a:3:{i:0;s:33:"Notify me of all selected updates";i:1;s:19:"Notify me only once";i:2;s:48:"Notify me once then disable until I log in again";}'
field_register 
WHERE fieldid 
4


where the field_required is ALWAYS the original field of field_required as opposed to the new set value.

I can manually set the values in the database and then I am able to proceed with the task that I was performing.

If you require addition trace log information please let me know and I will get the information you ask for.

Thanks



12
charkra
Re: XOOPS 2.2.3 RC2 Snapshot Release
  • 2005/9/27 21:31

  • charkra

  • Just popping in

  • Posts: 22

  • Since: 2005/9/14


I do not see the Notification Method in the user Edit Account where it used to be before - was hoping to be able to test the usual notification methods - I have been in the Fields section of the ext profiles and made it visible and required, yet it does not show up when you select to edit a users details. I have noticed that selecting the radio buttons on a few of the options in the field edit section do not always work and I will need to enter several times for the update to take effect. If you need access to the test site - please PM me and I will send the details on access.



13
charkra
Re: XOOPS 2.2.3 RC2 Snapshot Release
  • 2005/9/27 20:53

  • charkra

  • Just popping in

  • Posts: 22

  • Since: 2005/9/14


I have placed a bug update (1306176) in the bug tracker in sourceforge with the test results I have found so far - re update user information - pass and email don't get updated .



14
charkra
Re: chat for 2.2.3 :(
  • 2005/9/26 20:01

  • charkra

  • Just popping in

  • Posts: 22

  • Since: 2005/9/14


I have tried xoopschat and chatflash - but neither appears to have any support any more especially for 2.2.3RC1. I guess someone needs to either have a look at the chat modules or come up with a new one. let us know if you manage to find one - I just went to your site and did not find one in use so assume you are still looking.



15
charkra
xoops core 2 2 3RC1 - Inactive User
  • 2005/9/22 18:41

  • charkra

  • Just popping in

  • Posts: 22

  • Since: 2005/9/14


I have been performing several tests with the 2.2.3RC1 release and have discovered that I can have an active user - make them "inactive" and they are still able to login and access as if they were still "active" This problem transcended into another module xhelp and the inactive user was receiving notifications of tickets that they should not have had access to. I have raised this in the xhelp module group, but I think it's primary focus should be here. As some additional info. When I am in admin menu - users - find users - I select All users and All types - then the inactive user does NOT show. I know they are still there as in the xoops_users table the user exists with level set at "-1".

I could probably delete the user as a workaround although if I do that then anything the inactive (soon to be deleted) user has done is lost and the reference pointers will become invalid.

I have the XOOPS running on a test server if access is required to verify the process. Thanks

Can anyone provide the link for bug reports for this core application as I would like to post the bug report with a ticket as opposed to on a forum.
Thanks again



16
charkra
Chat MX1.1 nothing displays- or CHAT recomendations with 2.2.3RC1
  • 2005/9/21 18:54

  • charkra

  • Just popping in

  • Posts: 22

  • Since: 2005/9/14


I have been looking for a chat utility and decided to use this module as it had the most downloads. Does anyone still work with this chat module ? or is there another that is more up to date. I am running xoops2.2.3 RC1 and it appears that the chatMX1.1 may not be compatable.

The problem I have with the MX1.1 version is that a flash window opens great, but I can type and nothing ever appears in the main text window where I would expect to see a conversation. I assume that I must have messed up somewhere while installing , although there aint much configuration or setup needed in the install notes.

Any recommendations on what may be wrong - Or another better module for chat - I would certainly appreciate some feedback.
Thanks



17
charkra
Re: Default theme - Drop Down Menu Z-index Prob [IE]
  • 2005/9/21 14:12

  • charkra

  • Just popping in

  • Posts: 22

  • Since: 2005/9/14


I have had this problem - not only with XOOPS but in general the usage or a menu system with overlaying a dropdown box list. I have seen it on many web sites where there is a dropdown menu and just below could be a listbox item. I have not yet found a fix for the problem - I have tried all methods of static, relative, using <div> and still have had no success. I think that it is probably deeper than the application layer and more of a lower level functionality. If you do find a fix - please post here as I am keen to be able to resolve the issue too.



18
charkra
Re: New Install - No admin access?
  • 2005/9/14 17:29

  • charkra

  • Just popping in

  • Posts: 22

  • Since: 2005/9/14


I hadn't before your suggestion,..Thanks ... but when I do, I get the following Error:

Fatal error: getauthconnection(): Failed opening required '/home/linfooto/public_html/xoops/class/auth/auth_nl2br.php' (include_path='.:/usr/local/lib/php') in /home/linfooto/public_html/xoops/class/auth/authfactory.php on line 33
Warning [PHP]: getauthconnection(/home/linfooto/public_html/xoops/class/auth/auth_nl2br.php): failed to open stream: No such file or directory in file class/auth/authfactory.php line 33

I have checked that the file is at the location specified and does NOT exist - There are 5 other files there - authfactory, auth_xoops, auth_ldap, auth and the usual index one.
I assume this is the method it is expecting to perform the auth.
does this suggest that I need to have a look and try edit that script - or have I messed up somewhere else - ... Maybe I wil try the debugging thing - But any additional info will be appereciated

NP - I have just found this link - which may be the answer I am looking for ...

https://xoops.org/modules/news/article.php?storyid=2533

Cool - I can confirm - that this fixes the problem - ANSWERED :)



19
charkra
New Install - No admin access?
  • 2005/9/14 15:58

  • charkra

  • Just popping in

  • Posts: 22

  • Since: 2005/9/14


Hi, I am a nooB at XOOPS and have just installed the 2.2.3 RC1 install on a fresh site - All the scripts appeared to install fine with green everywhere. I completed the install and now when I go to the web site I initially see the general XOOPS loge, etc.
OK so now that indicates all is installed fine - Nothing to display yet as I have not added any additional modules.
Now the problem comes as I can see it when I attempt to go to the admin.php page - It shows the page and it displays - You don't have the right access to this area and immediately redirects me back to the start page. It does not ask me for my user id or anything - What am I doing wrong - or where can I find what to do next ?

any help will be greatly appreciated.
Thanks

edit - the site is athttp://www.linfoot.org/xoops if that helps




TopTop
« 1 (2)



Login

Who's Online

226 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

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

Latest GitHub Commits