lock255 Posted November 19, 2013 Share Posted November 19, 2013 (edited) In my site, some items are not seen. How can I fix? Edited November 19, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 19, 2013 Share Posted November 19, 2013 turn on error reporting please, then instead blank page you will see full error code (i suppose so) Link to comment Share on other sites More sharing options...
lock255 Posted November 19, 2013 Author Share Posted November 19, 2013 How do I activate the error message? Link to comment Share on other sites More sharing options...
vekia Posted November 19, 2013 Share Posted November 19, 2013 open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
lock255 Posted November 19, 2013 Author Share Posted November 19, 2013 Done, now appears the error Link to comment Share on other sites More sharing options...
vekia Posted November 19, 2013 Share Posted November 19, 2013 it looks like you've got problems with module: block top menu can you please open module configuration page, and then just hit "Save" button (you don't have to change anything there, just press this button) Link to comment Share on other sites More sharing options...
lock255 Posted November 19, 2013 Author Share Posted November 19, 2013 Thank you very much, I solved Link to comment Share on other sites More sharing options...
vekia Posted November 19, 2013 Share Posted November 19, 2013 you're welcome glad to hear that i could help a little im going to mark this topic as [solved] With regards, Milos Link to comment Share on other sites More sharing options...
lock255 Posted November 25, 2013 Author Share Posted November 25, 2013 This problem recurs every day, how can I fix it permanently? Link to comment Share on other sites More sharing options...
vekia Posted November 25, 2013 Share Posted November 25, 2013 Can you remind me what is the error code that you've got? Link to comment Share on other sites More sharing options...
lock255 Posted November 27, 2013 Author Share Posted November 27, 2013 This appears on top of the modules page: Warning: file_put_contents(/home/u357075919/public_html/img/tmp/c106b452e86091577ec1821761562509.jpg): failed to open stream: Disk quota exceeded in /home/u357075919/public_html/classes/module/Module.php on line 1169 Warning: copy(/home/u357075919/public_html/img/tmp/c106b452e86091577ec1821761562509.jpg): failed to open stream: Disk quota exceeded in /home/u357075919/public_html/classes/module/Module.php on line 1170 Warning: file_put_contents(/home/u357075919/public_html/img/tmp/509a4658ba4b9a50ee9ae034572fdac0.jpg): failed to open stream: Disk quota exceeded in /home/u357075919/public_html/classes/module/Module.php on line 1169 Warning: copy(/home/u357075919/public_html/img/tmp/509a4658ba4b9a50ee9ae034572fdac0.jpg): failed to open stream: Disk quota exceeded in /home/u357075919/public_html/classes/module/Module.php on line 1170 This in place of some articles: Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file /home/u357075919/public_html/cache/smarty/cache/blocktopmenu/0/category/1/1/1/88/0/0/0/0/fa/69/58/wrt529657918ef139.67699506' in /home/u357075919/public_html/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /home/u357075919/public_html/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php(102): Smarty_Internal_Write_File::writeFile('/home/u35707591...', 'writeCachedContent(Object(Smarty_Internal_Template), 'write(Object(Smarty_Internal_Template), 'writeCachedContent('??? Link to comment Share on other sites More sharing options...
vekia Posted November 28, 2013 Share Posted November 28, 2013 Disk quota exceeded this message means that you haven't got enough space to create new files etc. have you checked how much free space youve got on your HDD ? (on hosting account) Link to comment Share on other sites More sharing options...
lock255 Posted November 28, 2013 Author Share Posted November 28, 2013 Disk Usage: 132.64MB / 20GB Link to comment Share on other sites More sharing options...
vekia Posted November 28, 2013 Share Posted November 28, 2013 so it's really weird, you've got about 19,8gb free space and you see message about "Disk quota exceeded" maybe you've got some other restrictions? like max. number of files? or file size? Link to comment Share on other sites More sharing options...
lock255 Posted November 28, 2013 Author Share Posted November 28, 2013 In fact I use a hostig free, here you can see the features. I use the plan Mars: http://www.neq3hosting.com/free-hosting.html I am attaching a screen of resources used: Link to comment Share on other sites More sharing options...
lock255 Posted November 30, 2013 Author Share Posted November 30, 2013 You have news for me? Link to comment Share on other sites More sharing options...
vekia Posted December 1, 2013 Share Posted December 1, 2013 it's probably you've got some other restrictions. Free hostings aren't good option for e-commerce websites. in fact, they aren't good for anything. i checked page, there is no information about restrictions. Your hosting packed is poorly described, it will be much easier if you will ask them about this problem "Disk quota exceeded". In my opinion you've got some restrictions like file size / number of files. Link to comment Share on other sites More sharing options...
lock255 Posted December 3, 2013 Author Share Posted December 3, 2013 it's probably you've got some other restrictions. Free hostings aren't good option for e-commerce websites. in fact, they aren't good for anything. i checked page, there is no information about restrictions. Your hosting packed is poorly described, it will be much easier if you will ask them about this problem "Disk quota exceeded". In my opinion you've got some restrictions like file size / number of files. The support of my hosting told me this: It seems you have reached the inode limit. This means the number of inidividual files you can have. Please delete any unnecessary files... ---------------------------------------------------------------------------------------- So But I do not think I've unnecessary files, you know the possible solutions (in addition to changing hosting)? Link to comment Share on other sites More sharing options...
vekia Posted December 4, 2013 Share Posted December 4, 2013 so it was limit related to number of files unfortunately prestashop has got cache system, it generates a lot of files, the same with smarty compilation of the template... a looot of files. you can try to disable cache, but i don't think so that this is a good solution. 1 Link to comment Share on other sites More sharing options...
lock255 Posted December 4, 2013 Author Share Posted December 4, 2013 (edited) Ok, you can recommend a good hosting lowcost for prestashop? I really care that my site is TimeUp 99% Edited December 4, 2013 by lock255 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts