61
khuhner
Re: Enhanced PM notification.
  • 2006/11/24 14:08

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


Quote:

OldFriend wrote:
On other forums that I visit, if someone PMs me, then I receive an email to my registered email address to tell me that I have a PM waiting for me.

This is extremely useful for sites that you don't visit every day and I think is something lacking in XOOPS PM module.

Are there any plans to add this feature?


Also see this forum:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=54353&forum=20&post_id=241873#forumpost241873

I downloaded the code and loaded it onto my site. It works as advertised. IF a user has email notification in their profile, THEN they will get an email when a PM arrives!

Good luck,
Kurt



62
khuhner
Re: Email on PN
  • 2006/11/6 19:30

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


Quote:

marcan wrote:
Hi,

Just to let you know : Email notification on PM 1.2 for XOOPS 2.0.15.

Cheers !

Marcan:

I'd like to use this hack and notice that you have it linked with a name for XOOPS 2.0.15 yet the website (smartfactory.ca) says it's for 2.0.13.2. I am using 2.0.13.2 and having problems getting it going. I have installed many modules and pretty sure I followed the directions of the Readme.TXT yet I dont see anything new in the pmlite window.

Thoughts?

Kurt



63
khuhner
Re: Email on PM
  • 2006/11/5 21:18

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


I have followed the "read me" instructions and I dont see where the changes are. I have looked in the PM popup window, in my Notifications page, etc. and dont see where the check box is.

I've installed many modules and quite familiar with this and I know it sounds easy, but I must have missed a step...

Can someone direct me where to check? I dont see and PHP or MySql errors.

I'm running XOOPS 2.0.13.2

Kurt



64
khuhner
Re: Update Any Module or System Preference Fails
  • 2006/11/5 14:05

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


Making progress. I reverted a change I made to mainfile.php a couple of days that I woudl have NEVER figured caused any problems.

The setting for XOOPS_URL that was causing issues was:

define('XOOPS_URL''http://www.NYCTroutBums.com');


but when I changed it back to this

define('XOOPS_URL''http://216.118.83.84');


my issue was fixed???

What gives? When you change the XOOPS_URL, do you need to change anything else???

Kurt



65
khuhner
Update Any Module or System Preference Fails
  • 2006/11/5 12:49

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


My system is in a bad state. I tried updating a module like I have done hundreds of times. Instead of changing the contents of the folder like I did in the past, I deleted the module folder and reuploaded. I thought I had a permission problem which I believe I have fixed.

However one error remains. If I try to update any system preference, or update any module, I get the following SQL error:

Quote:
UPDATE xoops_modules SET name = 'Links', dirname = 'mylinks', version = 110, last_update = 1162731855, weight = 1, isactive = 1, hasmain = 1, hasadmin = 1, hassearch = 1, hasconfig = 1, hascomments = 1, hasnotification = 1 WHERE mid = 8
Error number: 0
Error message: Database update not allowed during processing of a GET request


Neither this threadhttps://xoops.org/modules/newbb/viewtopic.php?topic_id=53900&forum=20 or this onehttps://xoops.org/modules/newbb/viewtopic.php?topic_id=52637&forum=28&post_id=232353#forumpost232353 provides the answers.

ANY assistance you can provide to get my Admin section back is greatly appreciated!



Kurt



66
khuhner
Re: Selected module does not exist
  • 2006/11/5 1:43

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


I was able to set debugging by manually updating the DB.

Here's what I've found. While there were many "notices" these two caught my eye:

Quote:
Notice [PHP]: unserialize() [function.unserialize]: Error at offset 37 of 246 bytes in file kernel/configitem.php line 100
Warning [PHP]: Invalid argument supplied for foreach() in file class/module.textsanitizer.php line 368


Now, line 368 in the file above is:
Quote:

foreach ($this->censorConf['censor_words'] as $bad) {


What gives? I didnt modify these files?

I'm running XOOPS 2.0.13.2 and MySql 5



67
khuhner
Re: Selected module does not exist
  • 2006/11/5 1:11

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


I'm having the same problem:

Quote:
Could not update <module>


I tried updating a module (eXtCal) and I wanted to roll it back, which I thought I did (as I have done for other modules in the past).

After reading this post I changed all directories under modules to 775 as suggested. That caused other problems. I changed them back to 755 and that was a little better. However I cant update any modules. The files in the module I updated are all 644.

I also cant set the debug mode either; it says it was updated, but its not. Interestingly it also deletes the file adminmenu.php from the cache directory, causing the "first time in admin..." loop.

Help, I'm open for any suggestions or any assistance!


Kurt



68
khuhner
HTML Page(s) from Another Webiste?
  • 2006/11/2 1:23

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


I am looking for a module that will "scrape" a website's page and place into my XOOPS site.

I ahve sen MyiFrame and Wraps, but it seems like from the writeups that I have to copy-and-paste the information into a section on each module. What I would like is the ability to create a wrapper and "point" it at another websites page and each time my XOOPS wrapper page is loaded this module will fetch the other websites page.

Suggestions?

Kurt



69
khuhner
Re: "This is your first time to enter the administration section." loop
  • 2006/11/1 1:33

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


I'm unable to access my Admin area....

Can someone assist me?

Regards,
Kurt


Quote:

khuhner wrote:
Quote:

Bender wrote:
Firewall: HTTP Referrer?

Xoops-rootpath/cache: Directory permissions still 777?


I'm now getting this problem when migrating my XOOPS_URL from an IP # to the domain name (I just finished the domain transfer).

Upon changing the XOOPS_URL variable in mainfile.php, I now get into the Admin loop. This was the only change.

Suggestions?



70
khuhner
Re: "This is your first time to enter the administration section." loop
  • 2006/10/31 2:07

  • khuhner

  • Quite a regular

  • Posts: 232

  • Since: 2006/1/6 3


Quote:

Bender wrote:
Firewall: HTTP Referrer?

Xoops-rootpath/cache: Directory permissions still 777?


I'm now getting this problem when migrating my XOOPS_URL from an IP # to the domain name (I just finished the domain transfer).

Upon changing the XOOPS_URL variable in mainfile.php, I now get into the Admin loop. This was the only change.

Suggestions?




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 21 »



Login

Who's Online

239 user(s) are online (170 user(s) are browsing Support Forums)


Members: 0


Guests: 239


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