1
nibble4bits
Re: Agendax 2.2.0 Errors?

Quote:

PeteMiz wrote:
I just installed the calendar and I am having the same problem, any ideas anyone?


I second this motion. :(



2
nibble4bits
Solution!

I created a brand new user and noticed that XOOPS recognized the name, etc. so I looked for any difference between that new user and the existing users in my database.

Previously xoops_user_profile had zero rows. When the new user signed up, a line appeared, with the correct new user's profileid #. Since my user base is small for my website, it was a piece of cake adding a minorly modified Query this:

INSERT INTO `xoops_user_profile` VALUES (1, '', '', '', '', 1124296823, 0, 0, '', 1, '0', '2281f22d', 1124299035, '<a href="javascript:openWithSelfMain(''{X_URL}/modules/pm/pmlite.php?send2=1&to_userid={X_UID}'', ''pmlite'', 550, 450);" title="Write a message to {X_UNAME}"><img src="{X_URL}/modules/pm/images/pm.gif" alt="Write a message to {X_UNAME}" /></a>', '', '', '', '', 0, '', '', '', '', '', '', '');

Copy this line for each user, Replace the FIRST 1 with the profileid #.

Careful - It made everyone a "registered user" level, even former Admins were back to "registered user" too.



3
nibble4bits
Re: XOOPS 2.2.1 Extended Profiles: No users to select !

Still having this problem. I tried rebuilding the System module, clearing the cache, and the templates cache, to no avail.

I can see all my users in the Database and we can log in, but when going to look at my users in Xoops, 0 Active and 0 Inactive.

As a result, I cannot post a single thing in Wordpress because oddly enough XOOPS thinks I'm a guest user when looking at the "Who's on", which is probably passing on to other Modules. Previous postings on my Wordpress don't even show my name as the poster.



4
nibble4bits
xoops_user_profile.frm ??

After upgrading to 2.2, I have a problem with my users not being able to edit their profiles, and cannot post in WordPress because of access privileges..

They can login and see what their access privileges allow them to do. On my "Who's online?" everyone shows as a Guest.

When I tried to update the Extended User Profiles Module I get the following errors:


ALTER TABLE xoops_user_profile ADD user_aim varchar(255) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.033237)
ALTER TABLE xoops_user_profile ADD user_icq varchar(255) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.045635)
ALTER TABLE xoops_user_profile ADD user_from varchar(255) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.093894)
ALTER TABLE xoops_user_profile ADD user_sig text NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.094064)
ALTER TABLE xoops_user_profile ADD user_viewemail int(1) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.060087)
ALTER TABLE xoops_user_profile ADD user_yim varchar(255) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.071701)
ALTER TABLE xoops_user_profile ADD user_msnm varchar(255) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.047563)
ALTER TABLE xoops_user_profile ADD bio text NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.108807)
ALTER TABLE xoops_user_profile ADD user_intrest varchar(150) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.094392)
ALTER TABLE xoops_user_profile ADD user_occ varchar(100) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.057416)
ALTER TABLE xoops_user_profile ADD url varchar(100) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.019446)
ALTER TABLE xoops_user_profile ADD newemail varchar(100) NOT NULL
Error number: 1017
Error message: Can't find file: './strack/xoops_user_profile.frm' (errno: 13)
( 0.023297)


I ran the upgrade process each time and it seemed to go OK.. How can I either install this missing file or generate it?



5
nibble4bits
Re: XOOPS 2.2.1 Extended Profiles: No users to select !

Quote:

xgoof wrote:
In the admin of Extended Profiles: There are no users to select... it's possible to find the users via the list link... but after adding them from here, you can edit the profile and save, but next time you com around there is still no users to select !??

How come ? What went wrong?

I updatede from 2.0.13->2.2->2.2.1

Any help would be great. Thanks.


I am having this same problem. My users can log on, but cannot edit their profiles, and all the posts in our WordPress module now do not show the names of who has posted.

Nor can I, as the admin, post any new entries into WordPress because it says I do not have the proper access rights.



6
nibble4bits
Re: File Mailboxes?

Almost what I needed. Uploads would be sent to a specific person (Admin) and could also be returned and downloaded to only the user who originally uploaded it.

This is to try to bypass the e-mail restrictions a lot of ISP's impose on their attachment limits.



7
nibble4bits
File Mailboxes?

I'm looking to have a file "mailbox" system on our XOOPS site. I want to allow users to be able to login and only have access to some specific files that only they can download, and access to upload similar files back to the site for the admin to retreive from FTP.

We'll be having a small amount of users, so creating a file folder per login would not be a problem.

Thanks!



8
nibble4bits
Re: Calendar w/weekend management?

I don't see it using piCal 0.60 --

I can't use "daily" because there is no fixed day amount between these due dates.

Can't use "weekly" by picking only weekdays, because some months have 4 weeks, some have 5. The first 5 week month will throw it off.

Can't use "monthly" - Assigning the specific day number will not pay attention to weekends, and the event is never on the same weekday each month (so I can't tell it every 2nd monday, because sometimes it'll be the 3rd monday)

Can't use "yearly" because the event truly happens monthly.

Out of the 7 available calendar modules on Xoops, none of them seem to allow a "specific day if it is a weekday, if it is a weekend, carry it either the friday before or monday after", and it's important to have this on my calendar because we deal with deadlines that follow this method.

Thanks for attempting to help.



9
nibble4bits
Calendar w/weekend management?

I am looking for a calendar module, I have tried all 7 modules in xoops' repository.

We have recurring events on the 15th and 20th of the month. If the date falls on a weekend, then the date is moved to the monday following.

The closest module is Agenda-X, but it does "2nd tuesday of the month" repeats.

Are there any other modules available that do this? I am relatively new to Xoops, so I am still learning.

Thank you!




TopTop



Login

Who's Online

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


Members: 0


Guests: 230


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