ErikMM Posted January 30, 2013 Posted January 30, 2013 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? a-how-to-road-map 2.3.x road-map-for-the-newbies design basics how to make a horrible osC site ssl-how to updated-security-thread Web Developer, Firebug, and Notepad++ are powerful free tools for web design.
Guest Posted January 30, 2013 Posted January 30, 2013 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?
ErikMM Posted February 7, 2013 Author Posted February 7, 2013 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? a-how-to-road-map 2.3.x road-map-for-the-newbies design basics how to make a horrible osC site ssl-how to updated-security-thread Web Developer, Firebug, and Notepad++ are powerful free tools for web design.
ErikMM Posted February 15, 2013 Author Posted February 15, 2013 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. a-how-to-road-map 2.3.x road-map-for-the-newbies design basics how to make a horrible osC site ssl-how to updated-security-thread Web Developer, Firebug, and Notepad++ are powerful free tools for web design.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.