Jump to content

floriano

Members
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

floriano's Achievements

Newbie

Newbie (1/14)

0

Reputation

2

Community Answers

  1. permissions are 755 for directories and 644 for files. But the problem was with owner. I changed owner for all the directories and work.
  2. Hi Scottm, thanks for your response but, I haven't in classes/uploader.php. I have in classes only Upgrader.php const DEFAULT_MAX_SIZE this is Upgrader.php class UpgraderCore { const DEFAULT_CHECK_VERSION_DELAY_HOURS = 24; public $rss_version_link = 'http://api.prestashop.com/xml/upgrader.xml'; public $rss_md5file_link_dir = 'http://api.prestashop.com/xml/md5/'; /** * @var boolean contains true if last version is not installed */ protected $need_upgrade = false; protected $changed_files = array(); protected $missing_files = array(); public $version_name; public $version_num; public $version_is_modified = null; /** * @var string contains hte url where to download the file */ public $link; public $autoupgrade; public $autoupgrade_module; public $autoupgrade_last_version; public $autoupgrade_module_link; public $changelog; public $md5; public function __construct($autoload = false) { if ($autoload) { $this->loadFromConfig(); // checkPSVersion to get need_upgrade $this->checkPSVersion(); } } public function __get($var) { if ($var == 'need_upgrade') return $this->isLastVersion(); } What's missing from my classes !?
  3. Its always loading, don't stop. Don't saved products. I loaded a file of 7 MB, is ok, but, I tried to upload one of 17MB but not possible. Why can not I upload files larger? Can someone help me?
  4. Hi, I tried to upload a virtual server product size products: 33,2 MB but it is not possible, why? Detail my server VPS: Server information: Linux #1 SMP Mon Jul 1 20:48:07 MSK 2013 x86_64 Server software version: Apache PHP version: 5.3.3 Memory limit: 128M Max execution time: 60 Upload max filesize: 128M Max file uploads: 20 Database information MySQL version: 5.1.73 MySQL engine: MyISAM Store information PrestaShop version: 1.5.4.1 Current theme in use: default Your information Your web browser: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 Check your configuration Required parameters: OK Optional parameters: OK thanks in advance for any help!
  5. resolved: The problem was permissions for some folders and subfolders
  6. I not removed actual folders, I removed only files. I think the problem is with URL to server. I installed aplication prestashop 1.6 on server, after install I deleted director prestashop and data base from server and I have same error like first site view this is link: http://az-download.com/prestashop/index.php I instaled again prestashop 1.6 on server, this is link, is work: http://az-download.com/prestashop_d/index.php and this work!!! I think it is correct url on a server, What can I do?
  7. I have a VPS account. It is possible to have this problem on VPS server?
  8. Hi, after transfer site to vps receive blank page. I change this: /* Debug only */ define('_PS_MODE_DEV_', false); to /* Debug only */ define('_PS_MODE_DEV_', true); I receive this error: Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file /var/www/vhosts/az-download.com/httpdocs/cache/smarty/compile/96/12/d7/wrt534edd1e7dbfe5.57947954' in /var/www/vhosts/az-download.com/httpdocs/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /var/www/vhosts/az-download.com/httpdocs/tools/smarty/sysplugins/smarty_internal_template.php(201): Smarty_Internal_Write_File::writeFile('/var/www/vhosts...', 'compileTemplateSource() #2 /var/www/vhosts/az-download.com/httpdocs/classes/module/Module.php(1623): Smarty_Internal_TemplateBase->fetch() #3 /var/www/vhosts/az-download.com/httpdocs/modules/favoriteproducts/favoriteproducts.php(105): ModuleCore->display('/var/www/vhosts...', 'favoriteproduct...') #4 /var/www/vhosts/az-download.com/httpdocs/classes/Hook.php(421): FavoriteProducts->hookDisplayHeader(Ar in /var/www/vhosts/az-download.com/httpdocs/tools/smarty/sysplugins/smarty_internal_write_file.php on line 44 I remove cache/smarty/compile and cache/smarty/cache and themes/cache Thanks for your help in advance for any help.
  9. Hi, I transfer my domain and site to server vps, receive a blank page, after change /* Debug only */ define('_PS_MODE_DEV_', false); to /* Debug only */ define('_PS_MODE_DEV_', true); receive this: Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file /var/www/vhosts/az-download.com/httpdocs/cache/smarty/compile/96/12/d7/wrt534edd1e7dbfe5.57947954' in /var/www/vhosts/az-download.com/httpdocs/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /var/www/vhosts/az-download.com/httpdocs/tools/smarty/sysplugins/smarty_internal_template.php(201): Smarty_Internal_Write_File::writeFile('/var/www/vhosts...', 'compileTemplateSource() #2 /var/www/vhosts/az-download.com/httpdocs/classes/module/Module.php(1623): Smarty_Internal_TemplateBase->fetch() #3 /var/www/vhosts/az-download.com/httpdocs/modules/favoriteproducts/favoriteproducts.php(105): ModuleCore->display('/var/www/vhosts...', 'favoriteproduct...') #4 /var/www/vhosts/az-download.com/httpdocs/classes/Hook.php(421): FavoriteProducts->hookDisplayHeader(Ar in /var/www/vhosts/az-download.com/httpdocs/tools/smarty/sysplugins/smarty_internal_write_file.php on line 44
  10. Hi, I moved my site from server shared to server VPS. The requested URL /admin/index.php was not found on this server. I change .htaccess and in config/defines.inc.php "_PS_DEBUG_SQL_" is true. my site is in root my Owner in FTP is 818. as it should be ? why don´t working ? Thanks in advance!
×
×
  • Create New...