61
plusangel
my 2.2.2xoops site can not send email
  • 2005/9/13 11:42

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


Before two weeks or so, I’ve updated my XOOPS site from 2.0.13.1 to 2.2.2. The transition was smooth and all the existing modules working nice.

Today, I tried to broadcast an email to my site’s registered users but it didn’t work.

Then, I tried to register a new test user and again the activation email never sent to the destination account…instead of that I got the following message:

“You are now registered. However, we were unable to send the activation mail to your email account due to an internal error that had occurred on our server. We are sorry for the inconvenience, please send the webmaster an email notifying him/her of the situation.”

By the way when I activated the PHP-debug the following message is displayed above all pages:

“Notice [PHP]: Use of undefined constant _NOT_NOTITYMETHOD_DESC –assumed ‘_NOT_NOTIFYMETHOD_DESC’ in file modules/system/xoops_version.php line 225”

Needless to say that in 2.0.13.1 all these features were ok.

Is something I miss in the update procedure? Or should I set something new (like th blocks’ visibility)?or?


Thanks in advance for your valuable help!
The official greek support site for xoops



62
plusangel
Re: xoops 2.0.13.1 and xoopspartner module
  • 2005/8/26 8:53

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


Thanks for your time and your help!

The official greek support site for xoops



63
plusangel
xoops 2.0.13.1 and xoopspartner module
  • 2005/8/26 7:39

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


I have upgraded my XOOPS site from 2.0.13 to 2.0.13.1.

After this procedure I noticed that whenever I choose the xoopspartner page I got the following php debugging message:

Notice [PHP]: Undefined variable: pagenav in file modules/xoopspartners/index.php line 101

Is something that I have done wrong during the upgrade?
The official greek support site for xoops



64
plusangel
Re: Upgrade from 2.0.9.2 to 2.2
  • 2005/8/22 11:06

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


By the way I tried, in my test site, the procedure you described in this post
, upgrade from 2.0.10 (->2.0.12a->2.0.13->2.013.10)-2.2.2 and it worked fine!!!
The official greek support site for xoops



65
plusangel
Re: what is the site with 100+ of themes?
  • 2005/8/9 11:34

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


you mean this one?
The official greek support site for xoops



66
plusangel
Re: Could not register new user.
  • 2005/8/8 7:50

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


I don’t know which XOOPS version you have, but…

If you use 2.0.x , you can check in administrator menu-general preferences-configure users info if allow new users registration is enabled (the first option)
The official greek support site for xoops



67
plusangel
Re: mypage submenus
  • 2005/7/16 17:00

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


Must be a simple error...probably a syntax error…anything else doesn’t make sense.
In the above line,

$modversion['sub'][3]['name'] =acc statement;

Is rue that you have a space between acc and statement? probably if you add an underscore?
The paths to the modules are correct?

A really great job has been done to multimenuv1.7 module. Have you tried this?
The official greek support site for xoops



68
plusangel
Mail templates and encoding issues
  • 2005/7/15 11:08

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


I’ve found the welcome message that the registered users receive (with the activation link) is inside the language\greek\mail_template\.

Inside the file register.tpl there is a welcome message in greek. In order to display the message in greek, I edited the register.php file by adding the:

$xoopsMailer->addHeaders('Content-Type: text/html; charset=ISO-8859-7');

Inside this if statement

if ($xoopsConfigUser['activation_type'] == 0) {
$xoopsMailer =& getMailer();
$xoopsMailer->addHeaders('Content-Type: text/html; charset=ISO-8859-7');
$xoopsMailer->useMail();
$xoopsMailer->setTemplate('register.tpl');
$xoopsMailer->assign('SITENAME', $xoopsConfig['sitename']);
$xoopsMailer->assign('ADMINMAIL', $xoopsConfig['adminmail']);
$xoopsMailer->assign('SITEURL', XOOPS_URL."/");
$xoopsMailer->setToUsers(new XoopsUser($newid));
$xoopsMailer->setFromEmail($xoopsConfig['adminmail']);
$xoopsMailer->setFromName($xoopsConfig['sitename']);
$xoopsMailer->setSubject(sprintf(_US_USERKEYFOR, $uname));
if ( !$xoopsMailer->send() ) {
echo _US_YOURREGMAILNG;
} else {
echo _US_YOURREGISTERED;
}

Everything worked fine expect the subject of the email…this is still not readable!
Any ideas how can manipulate the encoding of the subject?
The official greek support site for xoops



69
plusangel
Re: saxparser,xhld,headlines and non-english languages
  • 2005/6/28 20:48

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


You mean that I will have toedit headlinerenderer_sample.php by replacing WINDOWS-1251 with ISO-8859-7 (witch is the encoding of the RSS feed). Then rename it headlinerender.php and edit in admin.php into _AM_ENCODINGS the IS-8859-7. Is that correct?
The official greek support site for xoops



70
plusangel
Re: saxparser,xhld,headlines and non-english languages
  • 2005/6/28 18:43

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


I’ve installed xmline and I think I’m in a good direction but…

When I’m in administrator control panel the php debug keeps sending me that:

Warning [PHP]: opendir(c:/inetpub/wwwroot/uploads/xmline/): failed to open dir: Invalid argument in file c:\inetpub\wwwroot\class\xoopslists.php line 110

Anyaway,I proceed to site management then add new site then I added a new XML site with a greek RSS feed
I typed charset of XML encoding: ISO-8859-7
But I do not know what to type in the next box in intermediate encoding for conversion so I left it empty.

Then I use it, update and expand…
The results are:
I succeed to communicate with the rss feed and get the news but the letters are not greek-are some strange symbols indicating that something is wrong.

The rssfeed I’m trying to read is:
http://news.pathfinder.gr/rss/automoto.xml
The official greek support site for xoops




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



Login

Who's Online

134 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 134


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