Jump to content

[SOLVED] personal php pages dont display!


Recommended Posts

(see images below)
the pages identity.php, addresses.php, discount.php and order-slip.php dont display correctly in my go-green theme.
i think it worked before.
i checked the prestashop sources and the source of the template file is OK and the same.

i have prestashop 1.2.5.1 persian version.

how can i fix it?

21617_1jQ7pbGrB6ivv1sRU8Vr_t

21618_XkTfYLw9060H8QbqxMi2_t

21619_pW1osFJ5ugPT5apVImau_t

21620_7B1MyEq7ps1MEzFzUCUv_t

Link to comment
Share on other sites

You need to provide more information. Edit config/config.inc.php and temporarily change 'display_errors' to 'on'. Refresh those pages and you should see an error message on each. Post those error messages here and it will easier to help.

Link to comment
Share on other sites

SOLVED: i was change permission to tools/smarty/compile folder and now it is OK.
thanks!

ok, the error for order-slip.php:

Fatal error: Smarty error: unable to write to $compile_dir '/var/www/vhosts/exspresso.co.il/httpdocs/tools/smarty/compile'. Be sure $compile_dir is writable by the web server user. in /var/www/vhosts/exspresso.co.il/httpdocs/tools/smarty/Smarty.class.php on line 1095


addresses.php error:
Fatal error: Smarty error: unable to write to $compile_dir '/var/www/vhosts/exspresso.co.il/httpdocs/tools/smarty/compile'. Be sure $compile_dir is writable by the web server user. in /var/www/vhosts/exspresso.co.il/httpdocs/tools/smarty/Smarty.class.php on line 1095


identity.php error:
Fatal error: Smarty error: unable to write to $compile_dir '/var/www/vhosts/exspresso.co.il/httpdocs/tools/smarty/compile'. Be sure $compile_dir is writable by the web server user. in /var/www/vhosts/exspresso.co.il/httpdocs/tools/smarty/Smarty.class.php on line 1095


discount.php error:
Fatal error: Smarty error: unable to write to $compile_dir '/var/www/vhosts/exspresso.co.il/httpdocs/tools/smarty/compile'. Be sure $compile_dir is writable by the web server user. in /var/www/vhosts/exspresso.co.il/httpdocs/tools/smarty/Smarty.class.php on line 1095
Link to comment
Share on other sites

×
×
  • Create New...