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 10-04-2014, 09:06 PM
RandomFrog RandomFrog is offline
Member
 
Join Date: Aug 2013
Posts: 13
Gender: Female
Credits: 1,243
RandomFrog is on a distinguished road
Default Can't login, errors prevent it

So for my adopts site I cannot log in, because 3 errors appear at the top of the page. I know my username/password is correct, wrote it down.
I have no experience with coding at all. I've worked on this for a year exactly, and if I can't log in, I'll have to reinstall the site if it can't be fixed.

Here are the errors: (Blocking site name for privacy)

Strict Standards: Declaration of File::getBasename() should be compatible with SplFileInfo::getBasename($suffix = NULL) in /home/-----/public_html/classes/class_file.php on line 19

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/-----/public_html/classes/class_file.php:19) in /home/-----/public_html/classes/class_session.php on line 13

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/-----/public_html/classes/class_file.php:19) in /home/-----/public_html/classes/class_session.php on line 13

Can I get some help with this?
Reply With Quote
  #2  
Old 10-04-2014, 09:34 PM
RandomFrog RandomFrog is offline
Member
 
Join Date: Aug 2013
Posts: 13
Gender: Female
Credits: 1,243
RandomFrog is on a distinguished road
Default

Well, I reset my password. Got more errors that take up half the page. If there is a way to update this so I don't get errors, please tell me!

Strict Standards: Declaration of File::getBasename() should be compatible with SplFileInfo::getBasename($suffix = NULL) in /home/----/public_html/classes/class_file.php on line 19

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/-----/public_html/classes/class_file.php:19) in /home/---/public_html/classes/class_session.php on line 13

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/----/public_html/classes/class_file.php:19) in /home/---/public_html/classes/class_session.php on line 13

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

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

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

Warning: Cannot modify header information - headers already sent by (output started at /home/-----/public_html/classes/class_file.php:19) in /home/-----/public_html/classes/class_cookies.php on line 92
Reply With Quote
  #3  
Old 10-04-2014, 09:34 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,387
IntoRain is on a distinguished road
Default

They are just warnings, it shouldn't influence the login. Here's how to remove them: http://www.mysidiaadoptables.com/for...9&postcount=13

You probably can't login because the first user sometimes doesn't work properly, so you have to create a second user and make it admin: http://www.mysidiaadoptables.com/for...ad.php?p=29925
__________________


asp.net stole my soul.
Reply With Quote
  #4  
Old 10-04-2014, 09:47 PM
RandomFrog RandomFrog is offline
Member
 
Join Date: Aug 2013
Posts: 13
Gender: Female
Credits: 1,243
RandomFrog is on a distinguished road
Default

Hello!
So for the errors, when I am trying to edit .htaccess, it just says this:

Mac OS X  2°âATTR;šÉÿâ˜J˜Jcom.apple.quarantine0000;5 1fd78db;Safari;4C211FFE-121F-4F12-905B-F96BF0C4FE45|com.apple.SafariThis resource fork intentionally left blank ÿÿ

However, I am using Chrome. Does this have any effects?
Reply With Quote
  #5  
Old 10-04-2014, 09:53 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,387
IntoRain is on a distinguished road
Default

Nah, I also use chrome. That's the contents of your .htaccess or the error displayed on the page?
__________________


asp.net stole my soul.
Reply With Quote
  #6  
Old 10-04-2014, 09:57 PM
RandomFrog RandomFrog is offline
Member
 
Join Date: Aug 2013
Posts: 13
Gender: Female
Credits: 1,243
RandomFrog is on a distinguished road
Default

Those are the contents of my .htaccess, inside cPanel. I'm using the File Manager if that helps.
Reply With Quote
  #7  
Old 10-04-2014, 10:01 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,387
IntoRain is on a distinguished road
Default

Did you get the file from a git repository? These should be the original contents I believe:

PHP Code:
RewriteEngine On
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule http://%1%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_URI} !\.(js|css|gif|jpg|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^get/([0-9]+).gif$ /click/siggy/$[L
Then you can add those lines from that post
__________________


asp.net stole my soul.
Reply With Quote
  #8  
Old 10-04-2014, 10:23 PM
RandomFrog RandomFrog is offline
Member
 
Join Date: Aug 2013
Posts: 13
Gender: Female
Credits: 1,243
RandomFrog is on a distinguished road
Default

Thank you, however in the code do I keep the brackets?
Another question. I made a system account ahead of time for notifications, now it says I've logged in but when I try to edit my account it still doesn't work. Should I make a third one?
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Errors... Kinzu Questions and Supports 0 10-01-2014 10:16 AM
Login/Forum Errors AlexC Questions and Supports 2 12-03-2013 05:32 AM
Can't download getting errors Lopels Questions and Supports 4 10-25-2011 01:55 AM
Prevent Refresh PTGigi Suggestions and Feature Requests 9 01-28-2011 04:12 PM
Prevent people making multiple accounts kisazeky Addons/Mods Graveyard 6 04-24-2009 01:44 AM


All times are GMT -5. The time now is 04:43 PM.

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