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 01-21-2013, 10:22 AM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,228
pachoofoosh is on a distinguished road
Default Admin CP Trouble

Hello,

After I log into the Admin Control Panel for my site, when I view the different pages, every page has the same "Welcome to your Admin CP..." text instead of the page's actual text.
I'm not quite sure what is causing this; I looked through some of my site's files and couldn't really find anything.
Any ideas on what do do to fix it?

Thank you for any help! ^u^
__________________
The calzones... betrayed me?
Reply With Quote
  #2  
Old 01-21-2013, 11:53 AM
5404 5404 is offline
Member
 
Join Date: Jan 2013
Posts: 6
Gender: Female
Credits: 619
5404 is on a distinguished road
Default

I'm not sure but this could be problem with .htaccess.

.htaccess of just downloaded and unzipped file looks like that:
Quote:
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
And according to this it just catch all requests and shows index.php:
Quote:
Next, you say you are trying to catch all requests that don't contain "index.php".. and ensure they do, creating a PATH_INFO parameter out of the original request. Something like this will work better..

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php/$1 [R,L]

The first two lines check that the requested resource doesn't actually exist (including requests for index.php itself). It's slightly wasteful, but required for your catch-all rule. The RewriteRule catches all other requests and directs them to /index.php/*something*.

*something* will then be available as your PATH_INFO variable.

If you don't want the new address to show up in the user's address bar, remove the [R] flag.
Source: http://corz.org/serv/tricks/htaccess2.php
Reply With Quote
  #3  
Old 01-21-2013, 05:23 PM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,228
pachoofoosh is on a distinguished road
Default

Quote:
Originally Posted by 5404 View Post
I'm not sure but this could be problem with .htaccess.

.htaccess of just downloaded and unzipped file looks like that:

And according to this it just catch all requests and shows index.php:
Source: http://corz.org/serv/tricks/htaccess2.php
I replaced my .htaccess with that, and it made it impossible to access the admin control panel; it just showed the main site's index.php content. :o
__________________
The calzones... betrayed me?
Reply With Quote
  #4  
Old 01-21-2013, 05:32 PM
LucasA33's Avatar
LucasA33 LucasA33 is offline
Member
 
Join Date: Jul 2011
Posts: 144
Gender: Male
Credits: 12,242
LucasA33 is on a distinguished road
Default

Hey, I have a question.. Are you using WWW. on your site, NOT the admin panel, just your site..
__________________
Reply With Quote
  #5  
Old 01-22-2013, 05:08 AM
5404 5404 is offline
Member
 
Join Date: Jan 2013
Posts: 6
Gender: Female
Credits: 619
5404 is on a distinguished road
Default

@pachoofoosh, I didn't say you should replace your .htaccess. x.x
I just said .htaccess in /admincp/ looks similar and that's why you could get redirected. x.x
Reply With Quote
  #6  
Old 01-22-2013, 12:26 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

Yeah, LucasA33 has a point. You need to use the url that begins with http://www., the http:// part is not required but www is a must.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #7  
Old 01-22-2013, 02:43 PM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,228
pachoofoosh is on a distinguished road
Default

Oh; Sorry about that! I've changed the .htaccess back to normal.

Yeah, I am using http://www. at the beginning of the URL. c:

Last edited by pachoofoosh; 01-22-2013 at 06:45 PM.
Reply With Quote
  #8  
Old 01-23-2013, 12:53 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

umm weird, can you post a screenshot of yourself viewing different pages? Do they all show up as the admin login page?
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #9  
Old 01-23-2013, 06:00 PM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,228
pachoofoosh is on a distinguished road
Default

It lets me log in, it's just that after I log in every page has the same text. ^^

The ACP index page after I log in:
http://i48.tinypic.com/142dn47.png

The ACP "adopt/add/" page:
http://i49.tinypic.com/swzhw4.png

And all the other pages in the Admin CP have the same text as the above. ^^;
Reply With Quote
  #10  
Old 01-23-2013, 07:56 PM
LucasA33's Avatar
LucasA33 LucasA33 is offline
Member
 
Join Date: Jul 2011
Posts: 144
Gender: Male
Credits: 12,242
LucasA33 is on a distinguished road
Default

Did you try a reinstall, maybe using a second mysql database to see if it perhaps is something with what you did? I don't remember having that issue.
__________________
Reply With Quote
Reply

Tags
admin, admin cp, control, panel, text

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
For those of you who have trouble with ACP Hall of Famer Questions and Supports 0 02-02-2013 03:29 PM
Theme trouble Corsair Questions and Supports 1 03-14-2012 05:29 PM
More trouble :( Gashu Questions and Supports 6 11-12-2011 11:37 PM
Having trouble setting up Gashu Questions and Supports 8 11-12-2011 03:11 PM
Trouble with /adm Knight Questions and Supports 11 02-15-2009 08:24 PM


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

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