Hotclutch Posted September 6, 2021 Share Posted September 6, 2021 How do you resolve this type of error? One eg of it is in admin/manufacturers.php in several places. $manufacturers_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $manufacturers_query_raw, $manufacturers_query_numrows); Link to comment Share on other sites More sharing options...
bonbec Posted September 6, 2021 Share Posted September 6, 2021 Perhaps : if(isset($_GET['page'])){ $manufacturers_split ... } with OsC 2.2 since 2006 ... Link to comment Share on other sites More sharing options...
Hotclutch Posted September 6, 2021 Author Share Posted September 6, 2021 12 minutes ago, bonbec said: Perhaps : if(isset($_GET['page'])){ $manufacturers_split ... } This creates a new error: Warning: Undefined variable $manufacturers_split Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.