Current time: 03-21-2010, 09:24 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 1 Votes - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] **Fixed**ACP Problem
07-01-2008, 11:37 PM (This post was last modified: 07-01-2008 11:42 PM by RogueDOC.)
Post: #1
[F] **Fixed**ACP Problem
I am having a problem with my ACP. It is a clean install of 1.4. I have tried to re-upload all files in the ADMIN folder.

**Fixed-
Just changed the settings under "Control Panel Preferences (Global)". Changed from Default to Sharepoint. Now it works.***


Attached File(s) Thumbnail(s)
   
Find all posts by this user
07-01-2008, 11:41 PM
Post: #2
RE: ACP Problem
Are you sure this is a clean install? What folders are in the admin/styles/ directory

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
07-02-2008, 08:30 AM
Post: #3
RE: **Fixed**ACP Problem
Yes. Same bug here.
clean install and default admin theme.

than I changed from Default to Sharepoint and it works.

MyBB Version: 1.4.11
DB Version: MySQL 5.0.51
PHP Version: 5.2.6

Sebastian @ http://www.computerhartware.de/
Visit this user's website Find all posts by this user
07-02-2008, 08:09 PM
Post: #4
RE: **Fixed**ACP Problem
(07-02-2008 08:30 AM)Sebastian1990 Wrote:  Yes. Same bug here.
clean install and default admin theme.

than I changed from Default to Sharepoint and it works.

Ran across this one myself when i did the upgrade to my test board. Afer switching all was good. Didnt report it because i had just figured it was something to do with my server being slow at the moment.
Find all posts by this user
07-02-2008, 08:37 PM
Post: #5
RE: **Fixed**ACP Problem
This bug isn't present when you update a forum. Just mine forum got an update, will take some time do the converter from Beta to Stable but well, this is keeping mine users happy.

http://www.eotfans.net/
Visit this user's website Find all posts by this user
07-02-2008, 09:01 PM
Post: #6
RE: **Fixed**ACP Problem
Interesting, ok, I think I know what's going on.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
07-02-2008, 09:03 PM
Post: #7
[F] **Fixed**ACP Problem
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
07-02-2008, 09:05 PM
Post: #8
RE: [F] **Fixed**ACP Problem
Tikitiki, can we know what was the problem Big Grin?

http://www.eotfans.net/
Visit this user's website Find all posts by this user
07-02-2008, 09:09 PM
Post: #9
RE: [F] **Fixed**ACP Problem
in our install/resources/settings.xml the default value was still set to 'Axiom' which is MyBB 1.2's theme.

Code:
<setting name="cpstyle">
            <title>Control Panel Style</title>
            <description><![CDATA[The Default style that the control panel will use. Styles are inside the styles folder. A folder name inside that folder becomes the style title and style.css inside the style title folder is the css style file.]]></description>
            <disporder>2</disporder>
            <optionscode><![CDATA[cpstyle]]></optionscode>
            <settingvalue><![CDATA[Axiom]]></settingvalue>
            <isdefault>1</isdefault>
            <helpkey></helpkey>
        </setting>

I've just set the "settingvalue" to blank now, which will make MyBB default to the default theme.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user


Forum Jump: