velo1ever Posted November 4, 2007 Posted November 4, 2007 The buttons on EP are not popping up when I go to click the browse button. I changed servers, and prior it was working, and now, it is not. I have done a clean install, and nothing..same problem. The other buttons seem to work throughout the admin panel, but EP will not let me browse.. :( Any suggestions? thank you!!!
velo1ever Posted November 4, 2007 Author Posted November 4, 2007 The buttons on EP are not popping up when I go to click the browse button. I changed servers, and prior it was working, and now, it is not. I have done a clean install, and nothing..same problem. The other buttons seem to work throughout the admin panel, but EP will not let me browse.. :(Any suggestions? thank you!!! Update-- I googled this problem, and found that changing the settings on the temp folder to 777, it allows me to use the basic EP populate browse button, but when I click the advanced ep on the admin panel, I receive this is message in the whole internet browser: or ($i=0, $n=sizeof($languages); $i<$n; $i++) { $lid = $languages[$i]['id']; $v_attribute_values_name_var = 'v_attribute_values_name_' . $attribute_options_count . '_' . $attribute_values_count . '_' . $lid; if (isset($$v_attribute_values_name_var)) { $attribute_values_update_lang_query = "select products_options_values_name from " . TABLE_PRODUCTS_OPTIONS_VALUES . " where products_options_values_id = '" . (int)$$v_attribute_values_id_var . "' and language_id ='" . (int)$lid . "'"; $attribute_values_update_lang_values = tep_db_query($attribute_values_update_lang_query); // if options_values name doesn't exist for particular language, insert value if (tep_db_num_rows($attribute_values_update_lang_values) <= 0) { $attribute_values_lang_insert_query = "insert into " . TABLE_PRODUCTS_OPTIONS_VALUES . " (products_options_values_id, language_id, products_options_values_name) values ('" . (int)$$v_attribute_values_id_var . "', '" . (int)$lid . "', '" . $$v_attribute_values_name_var . "')"; $attribute_values_lang_insert = tep_db_query($attribute_values_lang_insert_query); } else { // if options_values name exists for particular language, update table $attribute_values_update_query = "update " . TABLE_PRODUCTS_OPTIONS_VALUES . " set products_options_values_name = '" . $$v_attribute_values_name_var . "' where products_options_values_id ='" . (int)$$v_attribute_values_id_var . "' and language_id = '" . (int)$lid . "'"; $attribute_values_update = tep_db_query($attribute_values_update_query); } } } } } // options_values table update end // options_values price update begin $v_attribute_values_price_var = 'v_attribute_values_price_' . $attribute_options_count . '_' . $attribute_values_count; if (isset($$v_attribute_values_price_var) && ($$v_attribute_values_price_var != '')) { $attribute_prices_query = "select options_values_price, price_prefix from " . TABLE_PRODUCTS_ATTRIBUTES . " where products_id = '" . (int)$v_products_id . "' and options_id ='" . (int)$$v_attribute_options_id_var . "' and options_values_id = '" . (int)$$v_attribute_values_id_var . "'"; $attribute_prices_values = tep_db_query($attribute_prices_query); $attribute_values_price_prefix = ($$v_attribute_values_price_var < 0) ? '-' : '+'; // options_values_prices table update begin // insert into options_values_prices table if no price exists if (tep_db_num_rows($attribute_prices_values) <= 0) { $attribute_prices_insert_query = "insert into " . TABLE_PRODUCTS_ATTRIBUTES . " (products_id, options_id, options_values_id, options_values_price, price_prefix) values ('" . (int)$v_products_id . "', '" . (int)$$v_attribute_options_id_var . "', '" . (int)$$v_attribute_values_id_var . "', '" . (int)$$v_attribute_values_price_var . "', '" . $attribute_values_price_prefix . "')"; $attribute_prices_insert = tep_db_query($attribute_prices_insert_query); } else { // update options table, if options already exists $attribute_prices_update_query = "update " . TABLE_PRODUCTS_ATTRIBUTES . " set options_values_price = '" . $$v_attribute_values_price_var . "', price_prefix = '" . $attribute_values_price_prefix . "' where products_id = '" . (int)$v_products_id . "' and options_id = '" . (int)$$v_attribute_options_id_var . "' and options_values_id ='" . (int)$$v_attribute_values_id_var . "'"; $attribute_prices_update = tep_db_query($attribute_prices_update_query); } } // options_values price update end $attribute_values_count++; $v_attribute_values_id_var = 'v_attribute_values_id_' . $attribute_options_count . '_' . $attribute_values_count; } $attribute_options_count++; $v_attribute_options_id_var = 'v_attribute_options_id_' . $attribute_options_count; } $attribute_rows++; } // VJ product attribs end } else { // // this record was missing the product_id array_walk($items, 'print_el'); $msg_output .= EASY_ERROR_3 ; } // end of row insertion code } require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
♥geoffreywalton Posted November 4, 2007 Posted November 4, 2007 Sorry my membership of the psychic society has lapsed. Questions I would have asked on your first quote. What page are you on when you click the browse button? If it is the EP admin page which browse button are you using? It tells you in the settings if the temp directiry is writeable. Now What version of EP are you using? What are the configuration settings in EP? Specifically do you have replace quotes on. Are you doing anything different to normal? What screen is the advanced button on, my version doesnt have one, but i'm not sure what page you are on. Have you looked in easypopulate.php to see if the code is corrupted or ($i=0, $n=sizeof($languages); $i<$n; $i++) { $lid = $languages[$i]['id']; should normally read for ($i=0, $n=sizeof($languages); $i<$n; $i++) { $lid = $languages[$i]['id']; G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.