IM getting this error when i click on send pm after setting up my message and choosing who i want it to send to
PHP Code:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 48 bytes) in /home/merlin/public_html/forums/includes/class_dm_pm.php on line 460
Any ideas on how to fix this? Thanks in advance.
EDIT: I downloaded the file class_dm_pm.php off my server to see line 460 for myself. If it makes any difference for you all, the line is this:
PHP Code:
$this->info['recipients']["$user[userid]"] = $user;
Once again, thanks in advance.