Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 12-17-2015, 11:15 PM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 8,171
SapphirePhoenix is on a distinguished road
Exclamation This happened when registering

Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/azurelia/public_html/functions/functions_forums.php:1) in /home/azurelia/public_html/functions/functions_forums.php on line 87

Warning: Cannot modify header information - headers already sent by (output started at /home/azurelia/public_html/functions/functions_forums.php:1) in /home/azurelia/public_html/functions/functions_forums.php on line 87

Warning: Cannot modify header information - headers already sent by (output started at /home/azurelia/public_html/functions/functions_forums.php:1) in /home/azurelia/public_html/classes/class_cookies.php on line 85

Warning: Cannot modify header information - headers already sent by (output started at /home/azurelia/public_html/functions/functions_forums.php:1) in /home/azurelia/public_html/classes/class_cookies.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/azurelia/public_html/functions/functions_forums.php:1) in /home/azurelia/public_html/classes/class_cookies.php on line 90

Warning: Cannot modify header information - headers already sent by (output started at /home/azurelia/public_html/functions/functions_forums.php:1) in /home/azurelia/public_html/classes/class_cookies.php on line 92

Warning: Cannot modify header information - headers already sent by (output started at /home/azurelia/public_html/functions/functions_forums.php:1) in /home/azurelia/public_html/functions/functions_forums.php on line 87

Warning: Cannot modify header information - headers already sent by (output started at /home/azurelia/public_html/functions/functions_forums.php:1) in /home/azurelia/public_html/functions/functions_forums.php on line 87
This happened when I was testing creating accounts. I was only testing to see if the welcome message worked. Also, when I clicked 'Manage Account' (this shows you finish registering) it logged me out.

The account's fine when I log in again and the welcome message did show.

Last edited by SapphirePhoenix; 12-17-2015 at 11:21 PM.
Reply With Quote
  #2  
Old 12-17-2015, 11:23 PM
Distortion's Avatar
Distortion Distortion is offline
Member
 
Join Date: Dec 2015
Location: Somewhere beyond the sea
Posts: 31
Gender: Female
Credits: 3,806
Distortion is on a distinguished road
Default

Did you add kyttias's welcome pm code? If so, add your username to where it says YourUsernameHere in the code. The same goes with message title and content. Ex. below:
PHP Code:
if($mysidia->input->post("submit")){
    
$document->setTitle($this->lang->success_title);
    
$document->addLangvar($this->lang->success.$mysidia->input->post("username").$this->lang->success2);

    
$pm = new PrivateMessage(); // Send them a welcoming message
    
$pm->setsender('SapphirePhoenix');
    
$pm->setrecipient(htmlentities(addslashes(trim($mysidia->input->post("username")))));
    
$pm->setmessage("Welcome""Test text.");
    
$pm->post();  
    
    return;

The first error has nothing to do with it. It's the same problem I have as well.

Last edited by Distortion; 12-17-2015 at 11:26 PM.
Reply With Quote
  #3  
Old 12-17-2015, 11:27 PM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 8,171
SapphirePhoenix is on a distinguished road
Default

I added Kyttias's, which is for the version 1.3.4 and I put 'SYSTEM' for the YourUsernameHere part, it works fine.
Reply With Quote
  #4  
Old 12-18-2015, 09:37 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,487
Hall of Famer is on a distinguished road
Default

Well when posting threads like this, you need to give information about what modifications you have made to the script. Note by modification I mean script edits or file changes, not changes you made through admin control panel. This way it will be easier to get an idea of what problem you may be having.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #5  
Old 12-20-2015, 04:11 AM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 8,171
SapphirePhoenix is on a distinguished road
Default

This is what I did:

http://mysidiaadoptables.com/forum/s...ead.php?t=4231

I did the one Kyttias posted.
Reply With Quote
  #6  
Old 12-20-2015, 04:36 PM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 8,171
SapphirePhoenix is on a distinguished road
Default

I tried changing it back but there's still the same error. Is anyone else having this problem?

Last edited by SapphirePhoenix; 12-20-2015 at 04:45 PM.
Reply With Quote
  #7  
Old 12-21-2015, 11:29 PM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 8,171
SapphirePhoenix is on a distinguished road
Default

@Hall of Famer , is this caused by forum integration?
Reply With Quote
  #8  
Old 12-22-2015, 12:16 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,487
Hall of Famer is on a distinguished road
Default

Most likely yes, without forum integration you wont see messages with keyword 'functions_forums'.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #9  
Old 12-22-2015, 04:54 PM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 8,171
SapphirePhoenix is on a distinguished road
Default

Can I fix this? If not, would it be fine to just delete the forum?
Reply With Quote
  #10  
Old 12-22-2015, 05:03 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,487
Hall of Famer is on a distinguished road
Default

Well you can just disable forum integration, edit file inc/config_forum.php and change $mybbenabled from 1 to 0, and the error will go away.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 01:40 PM.

Currently Active Users: 434 (0 members and 434 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636