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
  #21  
Old 01-11-2016, 01:01 AM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 87,968
Kyttias is on a distinguished road
Default

The rest of that paragraph explains it? $mysidia->user->register(); (which exists in classes/class_visitor.php so I had you make sure no edits were made there) is called first. Simple as that? All it does is process the form and should not output any data.

Who else has an integrated forum? I do and I don't have this issue.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote
  #22  
Old 01-11-2016, 02:03 AM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 8,276
SapphirePhoenix is on a distinguished road
Default

If I recall correctly, mysgardia.com, which I registered yesterday and Distortion (in second post this thread) says they also have the problem...

Last edited by SapphirePhoenix; 01-11-2016 at 02:51 AM.
Reply With Quote
  #23  
Old 01-11-2016, 04:13 AM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 87,968
Kyttias is on a distinguished road
Default

And what version of MyBB are you trying to install? Could be relevant.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote
  #24  
Old 01-11-2016, 05:03 AM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 8,276
SapphirePhoenix is on a distinguished road
Default

Well, I'm not sure, HoF installed it for me.

So, @Hall of Famer ?
Reply With Quote
  #25  
Old 01-11-2016, 05:31 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: 331,453
Hall of Famer is on a distinguished road
Default

Yeah I remember, I did install it for her and integrated her site and forum a while ago. It clearly was working before, as I did a quick search in her site and forum databases in phpmyadmin. As you can see from the two screenshots, the users tables in site and forum databases start to diverge after user ID 25(until ID 24 everything was in sync), where the site has user 'test5' and the forum has user 'test7'. Everything has been out of sync after user ID 25:


Site User Table Forum User Table

So what I conclude so far is that something happened at the time when she created the test user 5 and it was only inserted to adoptables site database but not forum database. It can be several reasons, and these are the questions that need to be answered:

1. Did she modify the script in some way that broke forum integration, at about the time account test 5 was created?
2. Was the site down/offline right after she created the account test5, so the forum user aint created properly?
3. Did anyone try to register on the forum, and not on the site? Its necessary to turn off forum registration.
__________________


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

I turned off forum integration when I reached user TeddyBear. I didn't want to have an error showing and was considering whether I wanted it or not. But now I wanted it again.

Last edited by SapphirePhoenix; 01-11-2016 at 06:40 AM.
Reply With Quote
  #27  
Old 01-11-2016, 08:26 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: 331,453
Hall of Famer is on a distinguished road
Default

I see, so you temporarily turned off forum integration after user TeddyBear signed up? And when you registered account test5 you didnt have forum integration back on?

Anyway I did see that you posted this thread back on Dec 18th, and user TeddyBear signed up much later, which was Dec 23-24th. This means that forum integration was working for you, although you got some strange warning messages. These warning messages dont make your site malfunction though, just its a bit annoying I guess.

Now if you want to enable forum integration again, it will be very tricky. Its doable, just manually sync the IDs of your users from adoptables and forum database. However, this wont integrate accounts that are already out of sync, but it will make future registered users in sync from your site and your forum.
__________________


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

Yes, I noticed, but I don't really mind because the accounts are all pretty much blank. Can anyone help with the errors?
Reply With Quote
  #29  
Old 01-12-2016, 03:52 AM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 8,276
SapphirePhoenix is on a distinguished road
Default

I googled the error and people said to check if there were any spaces before <?php. There was a space in config_forums.php but that doesn't do anything...
Reply With Quote
  #30  
Old 01-12-2016, 04:29 AM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 87,968
Kyttias is on a distinguished road
Default

I already explained it can be caused by anything being rendered to the page. With a default install and a forum properly installed, this does not happen. An error about your forum's configuration that you cannot see is being thrown, rendering an error to the page, resulting in a header error. Specifically one being caused when it is unable to set a cookie because cookie information does not exist.

1) Are the files I mentioned earlier all brand new with no changes? Yes/No?
2) Can you log in directly to your forum's admin area? (Note that this is not the same as logging into your site). Are you able to edit the forum's settings? Yes/No?

It's really not clear to me that you've tried anything I've suggested, so I can't help any more than I have. I really need confirmation feedback on all the instructions I've given so I can help pinpoint the problem.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.

Last edited by Kyttias; 01-12-2016 at 09:29 AM.
Reply With Quote
Reply


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 08:45 AM.

Currently Active Users: 9795 (0 members and 9795 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