Jump to content

Help! All pages in admin just show the loading gif


techmistress

Recommended Posts

Not sure what my client did, but I can log in and click everywhere, but the loading gif appears on all pages. Debug shows no errors. The log shows many instances of these errors, however they were present before this odd problem started:

 

Call to a member function select() on a non-object in /home/***/public_html/classes/seo.class.php on line 225

 

PHP Warning:  Invalid argument supplied for foreach() in /home/***/public_html/modules/plugins/GWorks_Product_Tabs/hooks/admin.product.save.post_process.php(1) :eval()'d code(1) : eval()'d code(1) : eval()'d code on line 18

 

 

Any idea what would cause this? When you look at the page source, the page is the correct page, the titles and tabs all change, it's just the center area where the content for that page would be that shows the loading image and nothing else.

 

Thanks!

 

 

 

 

Link to comment
Share on other sites

Sorry for not posting version (I know better!). I did see the previous post you mentioned, but the browser does not seem to be the issue. This is across all browsers and even on mobile devices. Just the loading...

 

I wondered if it had to do with the recent announcement in the media about java being vulnerable.

 

If anyone has an idea or has encountered this, please help. We've tried everything and don't know what to do at this point. It started yesterday and no updates or script changes were made.

 

Version 5.0.8

Link to comment
Share on other sites

You're running an old version that should have been updated quite some time ago.  

In /admin/skins/default/templates/main.php, find the line for jQuery:

  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Change it as such:

  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>

That will fix it.  But I VERY STRONGLY suggest you upgrade to V5.2.0 when it releases later this month.

 

:w00t:

Link to comment
Share on other sites

Ha! You must've known where I was going. I was just looking at that exact line and figuring I needed to update JQuery.  I'm hoping nothing will break between 5.0.8 to 5.2.  We'll see.

 

Thanks for the help on this one Sir William... nice to go back with you since version 3!

 

(How to mark resolved?)

Link to comment
Share on other sites

I changed the /admin/skins/default/templates/main.php from:

 

 

<!-- Include JavaScript last - YSlow! rates it better this way -->
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
 

To:

 

 

<!-- Include JavaScript last - YSlow! rates it better this way -->
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/7/jquery.min.js"></script>
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
 
and nothing changed, the titles and tabs all change, it's just the center area where the content for that page should be that shows the loading image and nothing else. Tried Safari and Google browsers.  
 
I THINK we're on CC version 5.1.1 - in any event we're still not able to use the admin control panel.
 
Any other suggestions?
 
Thanks!!
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...