Jump to content

ezeta

Members
  • Posts

    5
  • Joined

  • Last visited

ezeta's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi I have the some issue: I tried the following in addstuffhomepage.php function hookRightColumn($params) { global $smarty; $srcFile=Configuration::get($this->name.'_filepath'); if ($srcFile=='') { $srcFile="mystuff.html"; } // Add this code $id_language = $params['cookie']->id_lang; $lang_iso = Language::getIsoById($id_language); $path_parts = pathinfo($srcFile); $srcFile = $path_parts['filename']."_".$lang_iso.".".$path_parts['extension']; Hope this help. ------------------------
  2. In my server I got 500 error when using 777 mode, change files to 755. Also check pre installation notes were useful for me.
  3. Thanks... Yesterday I tried many things. Today I created the .htaccess and put the line AddType x-mapp-php5 .php Worked in SiteGround.com hosting. It solved the problem after the installation. Yesterday the only message I got was There is 1 error After creating the .htaccess I finally could log in in the backend
×
×
  • Create New...