I'm having lot of troubles making this call in PHP:
require_once ( '../interfaces/class-ai1ec-get-data-from-cache.php' );
while if I change to a call like this:
require_once ( 'interfaces/class-ai1ec-get-data-from-cache.php' );
everything works as expected. I only have this problem on my MacBook Pro. I tried using MAMP and Zend Server but nothing works for me and someone said it's a kind of security restriction.
This is the error message
Warning:
require_once(../interfaces/class-ai1ec-get-data-from-cache.php):
failed to open stream: No such file or directory in
/usr/local/zend/apache2/htdocs/wordpress/wp-content/plugins/all-in-one-event-calendar-premium/app/strategies/get_data_from_cache/class-ai1ec-get-data-from-db-cache.php
on line 3 Fatal error: require_once(): Failed opening required
'../interfaces/class-ai1ec-get-data-from-cache.php'
(include_path='.:/usr/local/zend/share/ZendFramework/library:/usr/local/zend/share/pear')
in
/usr/local/zend/apache2/htdocs/wordpress/wp-content/plugins/all-in-one-event-calendar-premium/app/strategies/get_data_from_cache/class-ai1ec-get-data-from-db-cache.php
on line 3
I tried Zend, Mamp and the internal Apache.