I never touched my member trigger word…has LG SAEF had any issues of changing it in the past?
Not that I know of.
I’ve seen this happen before when there isn’t quite enough memory for PHP.
Did this work before?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 26, 2008 9:44pm
Subscribe [3]#16 / Aug 27, 2008 7:25pm
I never touched my member trigger word…has LG SAEF had any issues of changing it in the past?
Not that I know of.
I’ve seen this happen before when there isn’t quite enough memory for PHP.
Did this work before?
#17 / Aug 27, 2008 7:28pm
Hmmm…
There was a bug in the plugin that when you didn’t set the “automatic check for update” to “no” it would keep looking over and over…
I’ve disabled it since then.
But yes, when I initially installed and tested it, it was working…all of it.
#18 / Aug 27, 2008 7:55pm
OK, I’m going to have you try the following:
Disable all of your extensions and make sure that you can go to member/register (Use another browser to not be logged in.)
If you are able to see the register form, then you know that one of your extensions is causing this problem.
You’ll then need to figure which one it is based on elimination.
#19 / Aug 27, 2008 8:00pm
Nope…even with the LGSAEF disabled (the only extension I have), I still can’t see any member stuff
http://www.liveinrichmondhill.com/member/register
blank…
#20 / Aug 27, 2008 8:26pm
I should have asked you earlier…
Which EE version and Build are you running? You can find that information at the bottom of any EE control panel page.
How much memory is allocated to PHP?
Admin › Utilities › PHP Info
Look for the values for memory_limit
#21 / Aug 27, 2008 8:45pm
1.6.4 Commercial
Memory Limit is 99M
#22 / Aug 27, 2008 10:02pm
Can you turn on debugging for regular users?
Admin › System Preferences › Output and Debugging Preferences
Debug Preference
Enables the display of error messages, which are valuable during site development
Set it to 2.
Then try to login or register, and see if any error messages display.
#23 / Aug 27, 2008 10:49pm
Warning: _load_element(/nfs/c02/h06/mnt/43252/domains/liveinrichmondhill.com/html/themes/profile_themes/default/profile_theme.php) [function.-load-element]: failed to open stream: Stale NFS file handle in /nfs/c02/h04/mnt/43252/domains/liveinrichmondhill.com/html/system/modules/member/mod.member.php on line 2191
Warning: _load_element() [function.include]: Failed opening ‘/nfs/c02/h06/mnt/43252/domains/liveinrichmondhill.com/html/themes/profile_themes/default/profile_theme.php’ for inclusion (include_path=’.:/usr/local/php-4.4.8-1/share/pear’) in /nfs/c02/h04/mnt/43252/domains/liveinrichmondhill.com/html/system/modules/member/mod.member.php on line 2191
Fatal error: Cannot instantiate non-existent class: profile_theme in /nfs/c02/h04/mnt/43252/domains/liveinrichmondhill.com/html/system/modules/member/mod.member.php on line 2196
#24 / Aug 27, 2008 10:56pm
OK! Now we’re getting somewhere.
Never heard of a stale NFS file handle. 😊
But Google has:
Does this link help at all?
#25 / Aug 27, 2008 11:05pm
If I’m not mistaken, NFS is a windows file system thing? Is that right?
At any rate, I’m on a shared host, so I can’t unmount anything…
In the developer’s thread, other people had run into the same problem I was having. I was hoping to hear from some of them…
I’ll see if I can’t find something on my server somewhere…
#26 / Aug 29, 2008 8:28am
Any news?