Support Forum
Afraid not. Subscriptions are very much a case of the user opting in. This is first and foremost because many hosts will get angry with a site that starts to flood send emails which is possible with a large user base and a very active forum. There is also the matter privacy. While I am not sure on this I suspect that in some countries it is now required that users opt in to email notifications rather than have them force sent. If it hasn't happned yet it is only a matter of time.
YELLOW
SWORDFISH
|
so looks like php 5.4 which is bad news for developers... added a whole new suite of warnings that are not problems... it wants you to declare an object before using it where before it just created the object itself...
there is no problem from this as it works fine... we are changing these as we go, but will take some time... for no gain, I might add...
but the real issue here is that you should NOT be displaying php errors on your live production site... you need to display that output in your php.ini file... you might give out more information than you want otherwise...
Visit Cruise Talk Central and Mr Papa's World
From our dev -
Custom PHP 5.3 is now running, and I don't see any errors anywhere.
Errors are no longer showing for us, however, we're still seeing this in the plug-in -
Your PHP installation does not include the IMAP library which means post-by-email can not try to retrieve attachments from emails and any attachments may cause the post to fail.
Quite the learning experience.
Have you actually told the new php config to load the imap module? Check the phpinfo() output.
Visit Cruise Talk Central and Mr Papa's World
sorry, images dont come through in emails, so couldnt see it...
but not sure why its listed in the configure settings... that doesnt really mean the extension is loaded... you cut of the phpinfo() stuff quite early... if you kept scrolling through you would get to an http headers info section, followed by alphabetical extensions loaded sections... you should see
or similar for imap...
do you?
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)