Jump to content

chintu610

Members
  • Posts

    3
  • Joined

  • Last visited

About chintu610

  • Birthday 07/15/1986

Profile Information

  • Location
    India
  • Activity
    User/Merchant

chintu610's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Firstly, I thank you so much walidon for replying. We have changed the hosting server where domain is on godaddy, and next, I have solved the error, ultimately by replacing the config folder. Then set right all settings.php file. later it worked. But i did not get the real root cause, for what happened and why? the reason behind this is still not known..?
  2. I have hosted a site and this displays error of config.inc file in front page as well as administrator login page. any solution will be great appreciated. @ini_set('display_errors', 'off');define('_PS_DEBUG_SQL_', false);$start_time = microtime(true);/* Compatibility warning */define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);/* SSL configuration */define('_PS_SSL_PORT_', 443);/* Improve PHP configuration to prevent issues */ini_set('upload_max_filesize', '100M');ini_set('default_charset', 'utf-8');ini_set('magic_quotes_runtime', 0);// correct Apache charset (except if it's too lateif(!headers_sent()) header('Content-Type: text/html; charset=utf-8');/* No settings file? goto installer...*/if (!file_exists(dirname(__FILE__).'/settings.inc.php')){ $dir = ((is_dir($_SERVER['REQUEST_URI']) OR substr($_SERVER['REQUEST_URI'], -1) == '/') ? $_SERVER['REQUEST_URI'] : dirname($_SERVER['REQUEST_URI']).'/'); if(!file_exists(dirname(__FILE__).'/../install')) die('Error: \'install\' directory is missing'); header('Location: install/'); exit;}require_once(dirname(__FILE__).'/settings.inc.php');/* Include all defines */require_once(dirname(__FILE__).'/defines.inc.php');if (!defined('_PS_MAGIC_QUOTES_GPC_')) define('_PS_MAGIC_QUOTES_GPC_',get_magic_quotes_gpc());if (!defined('_PS_MODULE_DIR_')) define('_PS_MODULE_DIR_',_PS_ROOT_DIR_.'/modules/');if (!defined('_PS_MYSQL_REAL_ESCAPE_STRING_')) define('_PS_MYSQL_REAL_ESCAPE_STRING_', function_exists('mysql_real_escape_string'));/* Autoload */require_once(dirname(__FILE__).'/autoload.php');/* Redefine REQUEST_URI if empty (on some webservers...) */if (!isset($_SERVER['REQUEST_URI']) OR empty($_SERVER['REQUEST_URI'])){ if (substr($_SERVER['SCRIPT_NAME'], -9) == 'index.php') $_SERVER['REQUEST_URI'] = dirname($_SERVER['SCRIPT_NAME']).'/'; else { $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME']; if (isset($_SERVER['QUERY_STRING']) AND !empty($_SERVER['QUERY_STRING'])) $_SERVER['REQUEST_URI'] .= '?'.$_SERVER['QUERY_STRING']; [spam-filter]/* aliases */function p($var) { return (Tools:($var));}function d($var) { Tools:($var);}function ppp($var) { return (Tools:($var));}function ddd($var) { Tools:($var);}global $_MODULES;$_MODULES = array();/* Load all configuration keys */Configuration::loadConfiguration();/* Load all language definitions */Language::loadLanguages();/* It is not safe to rely on the system's timezone settings, and this would generate a PHP Strict Standards notice. */if (function_exists('date_default_timezone_set')) @date_default_timezone_set(Configuration::get('PS_TIMEZONE'));/* Smarty */require_once(dirname(__FILE__).'/smarty.config.inc.php');/* Possible value are true, false, 'URL' (for 'URL' append SMARTY_DEBUG as a parameter to the url) default is false for production environment */define('SMARTY_DEBUG_CONSOLE', false);
  3. Hi, Im new to the forum, i am unable to remove the view button, from product page. Im using Prestashop Version 1.4.3, I have tried to remove the code <a href="{$accessoryLink|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> from product.tpl from directory themes ->product.tpl im trying to redesign to some of my code. Also, i have tried different ways even the same code located in modules-> homefeatured <a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> by deleting above code from homefeatured, but it's not possible. Im in search for every small help and a drop of water to get back my life in prestashop as i have tried a lot, Please Help me!..
×
×
  • Create New...