Errors with Zend / Translate.php

0

Zend Framework shows me errors, the services I have for the local server are: xampp (MySql and Apache) in Mac High Sierra.

  

Warning: include (Zend / Translate.php): failed to open stream: Not such   file or directory in   /Applications/XAMPP/xamppfiles/htdocs/tnw/library/Zend/Loader.php on   line 83

     

Warning: include (): Failed opening 'Zend / Translate.php' for inclusion   (include_path = '/ Applications / XAMPP / xamppfiles / htdocs / tnw / library:.: / Applications / XAMPP / xamppfiles / lib / php')   in /Applications/XAMPP/xamppfiles/htdocs/tnw/library/Zend/Loader.php   online 83

     

Fatal error: Class 'Zend_Translate' not found in   /Applications/XAMPP/xamppfiles/htdocs/tnw/application/Bootstrap.php on   line 50

    
asked by Monica Juarez 08.06.2018 в 01:11
source

1 answer

1

I found the solution. I placed the missing files inside the Zend folder. Those files are missing because I was not using Zend Server. That's why the Bootstrap.php did not find them either. I gave you write permissions to the cache folder, which is inside applications / data.

    
answered by 08.06.2018 / 23:54
source