NeapolitanWorld
Nuke Cadet


Joined: Apr 22, 2006
Posts: 6
|
Posted:
Sun Sep 21, 2008 9:36 pm |
  |
Hello Fellow Members,
I'm running Nuke 7.6 and up to date with phpBB forum. My problems started after I had to move my Data Base from one server to another. I'm getting a very long error message after the user makes a post. Everything else seams to be working perfect except this message. The members help in to correct this is appreciated:
Code: |
message_die(GENERAL_ERROR, 'Unable to update config table', '', __LINE__, __FILE__, $sql); } $board_config['sendmail_fix'] = 1; $result = @mail($to, $this->subject, preg_replace("#(?msg), $this->extra_headers); } } // Did it work? if (!$result) { message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__); } return true; } // Encodes the given string for proper display for this encoding ... nabbed // from php.net and modified. There is an alternative encoding method which // may produce lesd output but it's questionable as to its worth in this // scenario IMO function encode($str) { if ($this->encoding == '') |
The error message is much longer but it's not letting me post here so I just did the beginning of it.
Reards,
jc |
|
|
Slackervaara
Captain


Joined: Sep 13, 2003
Posts: 355
|
Posted:
Sun Sep 28, 2008 11:59 am |
  |
Have you checked in phpMyAdmin, if the nuke_bbconfig table is OK? Maybe it is corrupt and you need to repair it, which is very simple. |
|
|
NeapolitanWorld
Nuke Cadet


Joined: Apr 22, 2006
Posts: 6
|
Posted:
Sun Sep 28, 2008 12:20 pm |
  |
Slackervaara wrote: |
Have you checked in phpMyAdmin, if the nuke_bbconfig table is OK? Maybe it is corrupt and you need to repair it, which is very simple. |
Thanks for the tip, it looked ok, and just did a repair function in mysql admin. That did not work. If any one have other ideas or suggestions please post!
Thank you,
jc |
|
|
NeapolitanWorld
Nuke Cadet


Joined: Apr 22, 2006
Posts: 6
|
Posted:
Mon Sep 29, 2008 11:00 am |
  |
Slackervaara wrote: |
In the forum configuration do you have Yes for using SMTP?
If you have yes try to change to No and it will use PHP mail function, if it is allowed by your host. |
I have actually tried both, Yes & No. At the moment I have it on Yes with settings:
SMTP Server Address: mail.nameofmysite.com
SMTP Username: myemail@nameofmysite.com
SMTP Password: my pass code for the e-mail
Again I have also tested with NO option. The error seams to happen only about 20 to 30% of the time when posting. It can happen in any of the forum categories I set up. Also in Private Messages.
jc |
|
|