AnnasAttic Posted September 6, 2005 Share Posted September 6, 2005 Have installed v4.1 Am getting this: Parse error: parse error, unexpected $ in /var/hsphere/local/home/annasatt/annasattic.us/includes/application_top.php on line 515 can't find it // initialize the message stack for output messages require(DIR_WS_CLASSES . 'message_stack.php'); $messageStack = new messageStack; // set which precautions should be checked define('WARN_INSTALL_EXISTENCE', 'true'); define('WARN_CONFIG_WRITEABLE', 'true'); define('WARN_SESSION_DIRECTORY_NOT_WRITEABLE', 'true'); define('WARN_SESSION_AUTO_START', 'true'); define('WARN_DOWNLOAD_DIRECTORY_NOT_READABLE', 'true'); require(DIR_WS_CLASSES . 'shipping.php'); $shipping_modules = new shipping; function tep_get_configuration_key_value($lookup) { $configuration_query_raw= tep_db_query("select configuration_value from " . TABLE_CONFIGURATION . " where configuration_key='" . $lookup . "'"); $configuration_query= tep_db_fetch_array($configuration_query_raw); $lookup_value= $configuration_query['configuration_value']; return $lookup_value; ?> Can somebody Please help? :'( Or can somebody email me the code for this page? Quote Link to comment Share on other sites More sharing options...
Jan Zonjee Posted September 6, 2005 Share Posted September 6, 2005 I think you are missing a } $lookup_value= $configuration_query['configuration_value'];return $lookup_value; } ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.