I checked it and it’s not that. I think problem is in apache config, but I don’t know how to change it. To make the problem simplier I have created two files:
1) test.php:
<?php
require(‘test2.php’);
?>
2) test2.php
<?php
print(‘akuku’)
?>
when I copy those files to /home/***/ and open test.php everything is fine
when I copy them to /home/***/wordpress/ i get the same error as before ??