Hi. I'm trying to access the menu builder and all it does is sit there and spin like it's going to load...but it won't load. Fields builder and pages builder work with no problems.
Anyone have ideas as to how to make it run?
Thanks!
MJ
Hi. I'm trying to access the menu builder and all it does is sit there and spin like it's going to load...but it won't load. Fields builder and pages builder work with no problems.
Anyone have ideas as to how to make it run?
Thanks! MJ |
http://www.boonex.com/unity/blog/entry/Eternally_Loading_Navigation_Menu_Builder
Perms for folders
Files compressed/corrupted
Go check that blog |
Nothing is corrupt. Nothing is compressed. I'm using Host Gator if that helps. But all the files are as large as they should be. None of the code is on one line. |
You jumped a little there. Check your file permissions also, note the blog says that those were the beginning of checking this. If the File Perms are not set correctly then you'll get this problem.
Next, if your just looking at file size did you look at inc/js/function.js ?
If you like I'll be happy to take a look at it for you myself, also check inc/db_cached and make sure all the files are in it.
/MenuContent.inc /PageView.inc /ProfileFields.inc /SiteStat.inc
Ensure all are set to Triple RW (no executes 0666) on those files
folder inc/db_cached/ needs a Triple RWX (0777) on it.
check your admin/menu_compose.php & admin/menu_compose.js and make sure that the issue isn't in there. Literally look up the file size & open each one up to make sure it's as it should be. If you see a wall of text or all double spacing in the files then you have an issue and need to reload the file from the zip package.
Correct file size on a base install inc/js/function.js file is around 20K bytes. Check your Dolphin Zip Package for the exact size.
Just relax as you go through it all, take your time and double check it all. The problem is somewhere in there and please let us know if you find it in a different spot. |
Yes, this file: inc/js/function.js is around 20KB. Will check the rest out and get back. Also, I would love for you to look at it if you'd like... |
Hi, thanks for responding! I appreciate it. These are all there: /MenuContent.inc /PageView.inc /ProfileFields.inc /SiteStat.inc Ensure all are set to Triple RW (no executes 0666) on those files (changed settings so they match) folder inc/db_cached/ needs a Triple RWX (0777) on it. (changed settings so they match) check your admin/menu_compose.php & admin/menu_compose.js admin/menu_compose.php is 13.27KB admin/menu_compose.js is 7.33KB these are the sizes they should be. So, I'm not sure what is going on here. I was hoping that when I changed the settings above, that would have solved it. Thanks again for taking the time to help! |