Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Set Inactive in Admin return blank page


ErikMM

Recommended Posts

Posted

set-up a new store, and when trying to set a product "inactive with the little green/red buttons in admin the entire page goes blank

 

I checked the link for comparision with a working store (or a store with a working inactive/active button), and they seem very similar.

 

Any ideas where to start looking for issues...a specfic file that may be the cause of this?

Web Developer, Firebug, and Notepad++ are powerful free tools for web design.

Posted

When you view source is the page completely blank? Can you paste the area of code (with the set inactive piece) here for us to look?

Posted

When you view source is the page completely blank? Can you paste the area of code (with the set inactive piece) here for us to look?

thank you. yes, completely blank/white. which code?

Web Developer, Firebug, and Notepad++ are powerful free tools for web design.

  • 2 weeks later...
Posted

figured it out

 

I had copied some folders from another store, and didn't do a full install of ULTIMATE Seo Urls 5 PRO by FWR Media

 

so in admin/categories this was hanging out: // ULTIMATE Seo Urls 5 PRO by FWR Media

// If the action will affect the cache entries

if ( $action == 'insert' || $action == 'update' || $action == 'setflag' ) {

tep_reset_cache_data_usu5( 'reset' );

}

 

 

between these:

 

if (tep_not_null($action)) {

 

here

 

switch ($action) {

 

I removed the line and all is well. Now I have to do the full install of the ULTIMATE Seo Urls 5 PRO by FWR Media.

Web Developer, Firebug, and Notepad++ are powerful free tools for web design.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...