Furry_Pancake Posted March 18, 2010 Share Posted March 18, 2010 Hi everyone,I am having an issue with the back office catalog, I had once been able to modify the Combinations, Features, Customization, Discounts, and Attachments to all of my products. I hadn't modified any major features, I don't believe.. but now it won't even show me any information under those tabs anymore.. Can anyone give me some insight as to what may have changed or what settings I can correct?Thank you for everything,Tony Link to comment Share on other sites More sharing options...
rocky Posted March 19, 2010 Share Posted March 19, 2010 Most likely, a Javascript error has occurred with TinyMCE, or you didn't give TinyMCE long enough to load. In IE, check whether it says "Done, but with errors" in the bottom-left corner. If it does, click on the button to see the Javascript errors. If it doesn't, then there must be something else causing the problem. What speed is your Internet connection? I'm on a 1.5Mb and it can take about 20 seconds for TinyMCE to load for the first time. After it is cached, it is quick to load. Link to comment Share on other sites More sharing options...
Furry_Pancake Posted March 19, 2010 Author Share Posted March 19, 2010 Normally I use Firefox, but for this test.. I brought up I.E. 7.. When I signed in there is no errors, when I click edit the product, there are no errors, but whenever I select any of the individual tabs it does stated "Error on page" and there error is on Line: 94 Char: 2 Error: Object required Code: 0 and gives me the URL.. I wonder if it IS that issue... but I am giving it plenty of time to load.I am at work and it's a genetics lab that is on the campus of a University that stands as a Hub location for the internet.. I get like 50mbps on a bad day. It shouldn't be the issue? Link to comment Share on other sites More sharing options...
rocky Posted March 19, 2010 Share Posted March 19, 2010 It must be the Javascript error causing the problem. What file was mentioned in the error message? You'll need to look at line 94 of it to see what error is occurring. Link to comment Share on other sites More sharing options...
Furry_Pancake Posted March 19, 2010 Author Share Posted March 19, 2010 I wish I could, unfortunately I am at work that has zero FTP access. :/Stupid firewalls.. But I will look at it when I get home. There was no file error or anything listed (that I saw at least) but who knows..Normally I'm not this stupid.. I have done everything I can and I can't see what the problem is. I will let you know if there is any issues I find on 94.. Link to comment Share on other sites More sharing options...
Furry_Pancake Posted March 20, 2010 Author Share Posted March 20, 2010 Alright, so I looked at this on my server and nope.. it isn't the TinyMCE.. I pull up line 94 in AdminCatalog and what I get is: global $currentIndex; if (((Tools::isSubmit('submitAddcategory') OR Tools::isSubmit('submitAddcategoryAndStay')) AND sizeof($this->adminCategories->_errors)) OR isset($_GET['updatecategory']) OR isset($_GET['addcategory'])) {The global line is 93 and the "if" statement is called on 95.... there shouldn't be an issue with any of this if it had worked in the past.. Link to comment Share on other sites More sharing options...
rocky Posted March 21, 2010 Share Posted March 21, 2010 You should view the source of the page that is causing the error instead of opening up AdminCatalog.php and check what is on line 94 there. Link to comment Share on other sites More sharing options...
Furry_Pancake Posted March 21, 2010 Author Share Posted March 21, 2010 Alright, so this is the line. When I pulled up the error console in mozilla, it was line 93 and the line is: var number = attr_group.options.length ? attr_group.options[attr_group.selectedIndex].value : 0; Link to comment Share on other sites More sharing options...
rocky Posted March 21, 2010 Share Posted March 21, 2010 My guess is that there is an error with the links between your attribute groups and attributes. Did you enter them using the Back Office or import them? Link to comment Share on other sites More sharing options...
Furry_Pancake Posted March 21, 2010 Author Share Posted March 21, 2010 I would have entered everything through the back office... so I don't know how it would have been mixed up.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now