technomatters Posted September 23, 2014 Share Posted September 23, 2014 Dear All i am getting the following error from my admin when i click on the virtual product file name Warning: require(/home/plrebook/public_html/admin8846/config/config.inc.php) [function.require]: failed to open stream: No such file or directory in /home/plrebook/public_html/admin8846/get-file-admin.php on line 28Fatal error: require() [function.require]: Failed opening required '/home/plrebook/public_html/admin8846/config/config.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/plrebook/public_html/admin8846/get-file-admin.php on line 28 the error showing in the above from the file get-file-admin.php, here is the content in the file found in LINE no:28 * DISCLAIMER** Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. If you wish to customize PrestaShop for your* needs please refer to http://www.prestashop.com for more information.** @author PrestaShop SA <[email protected]>* @copyright 2007-2013 PrestaShop SA* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)* International Registered Trademark & Property of PrestaShop SA*/define('_PS_ADMIN_DIR_', getcwd());require(_PS_ADMIN_DIR_.'/config/config.inc.php'); -----> Line no:28Controller::getController('GetFileController')->run(); ========================= But i dont fine any folder called "config/config.inc.php" under admin folder what i have to do? i am using PrestaShop™ 1.5.4.1 version kindly help me in this regard with regards venkat Link to comment Share on other sites More sharing options...
tuk66 Posted September 23, 2014 Share Posted September 23, 2014 Try to change the line to include_once(_PS_ADMIN_DIR_.'/../config/config.inc.php'); Link to comment Share on other sites More sharing options...
technomatters Posted September 23, 2014 Author Share Posted September 23, 2014 OMG, that works. Really great help. Thanks tuk66 and stockbrokers Thank Q very much. Link to comment Share on other sites More sharing options...
Recommended Posts