Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Reg. Admin Panel issue while upgrade to SS 2.4.0


Go to End


7 Posts   2645 Views

Avatar
ram

Community Member, 19 Posts

14 May 2010 at 7:36pm

Hi

Upgraded Silverstripe 2.4.0 successful.

Frontend working fine but in Admin area after admin login still loading process. we didn't get admin panel.

Local host admin panel working fine but we get this issue in Live server

Let me know if you any solution

Regrads,
Ram

Avatar
Willr

Forum Moderator, 5523 Posts

14 May 2010 at 9:44pm

Have you got firebug installed?! A non loading page would normally mean a JS error (missing file or function) so if you have firebug installed have a look at the error console to see if any errors exist.

Avatar
ram

Community Member, 19 Posts

14 May 2010 at 9:48pm

Edited: 14/05/2010 10:05pm

Hi willr,

yes, jquery.js and behaviour.js not loaded in admin area. can I include that file in Page.php. please error console attachment for your references

Regards,
Ram

Attached Files
Avatar
Willr

Forum Moderator, 5523 Posts

14 May 2010 at 10:12pm

No you shouldn't have to edit Page.php. It should be loading the file in the cms without any extra work. Couple things to try

- make sure you run admin?flush=1
- make sure all the files uploaded successfully to your server (jquery should be in sapphire/thirdparty/jquery/)

Avatar
ram

Community Member, 19 Posts

14 May 2010 at 10:20pm

Hi Willr,

Please my comment below.

1. Already run admin?flush=1 , but same result.
2. Ensured that all files available in that folders.(sapphire/thirdparty/jquery/)

same file will working fine in local.

Regards,
Ram

Avatar
ram

Community Member, 19 Posts

14 May 2010 at 11:30pm

Hi Willr.

any updates for this.

Regards.
Ram

Avatar
ram

Community Member, 19 Posts

15 May 2010 at 12:36am

Hi willr,

Issue resolved.

Rootcause: I have checked LeftAndMain.php in cms folder, group js files will combine with base.js, cmsmain.js, leftandmain.js. but files are missing in appropriate folder(assets) then i checked chmod of assets folder 775 permission is set.

Resolved: i changed 777 permission to assets folder. now admin panel working fine

Thanks for your cooperation.

Regards,
Ram