Do not continue the registration of the newspaper

Bom Dia,
Estou utilizando o XAMPP e a Versão 3.0.2. do OJS no Windows 8
Realizei a instalação normalmente.
Mais não estou conseguindo salvar revistas, descrevo o titulo e o caminho e depois clico em Salvar e o sistema fica parado e não avança para as outras etapas de descrição da revista. Segue imagem abaixo;
Alguém poderia me ajudar?
Obrigado,
Victor

Good Morning,
I’m using XAMPP and Version 3.0.2. OJS on Windows 8
I performed the installation normally.
More is not available, magazines, describe the title and the path and then click Save and the system to stop for not advancing to other steps of description of the magazine. Follow image below;
Did someone help me?
Thank you,

Hi @Victor,

Do you see anything relevant in your PHP error log?

Regards,
Alec Smecher
Public Knowledge Project Team

Is this the log?, What should I do to fix it?

[Mon Jun 19 20:50:38.462363 2017] [:error] [pid 4516:tid 1784] [client ::1:62790] PHP Warning: file_put_contents(C:\xampp\htdocs\revista\cache\fc-journalSettings-8.php): failed to open stream: Permission denied in C:\xampp\htdocs\revista\lib\pkp\classes\cache\FileCache.inc.php on line 90, referer: http://localhost:81/revista/index.php/teste6/admin/contexts?openWizard=1
[Mon Jun 19 20:57:20.082199 2017] [:error] [pid 4516:tid 1764] [client ::1:62813] PHP Warning: file_put_contents(C:\xampp\htdocs\revista\cache\fc-journalSettings-8.php): failed to open stream: Permission denied in C:\xampp\htdocs\revista\lib\pkp\classes\cache\FileCache.inc.php on line 90, referer: http://localhost:81/revista/index.php/teste6/admin/contexts?openWizard=1
[Mon Jun 19 20:57:20.174204 2017] [:error] [pid 4516:tid 1756] [client ::1:62820] PHP Warning: file_put_contents(C:\xampp\htdocs\revista\cache\fc-journalSettings-8.php): failed to open stream: Permission denied in C:\xampp\htdocs\revista\lib\pkp\classes\cache\FileCache.inc.php on line 90, referer: http://localhost:81/revista/index.php/teste6/admin/contexts?openWizard=1

This indicates that your webserver cannot write to the cache folder. See this thread on setting up your file permissions:

Como efetuar o processo de permissões em Xampp instalado no Windows 8.

Ultimately, you need to identify what user account (or service account) is running your webserver, and ensure that user has permission to write to the locations described in the other thread. This could be a matter for Windows file permissions, or could be a PHP setting (such as an open_basedir restriction).

Stack Overflow might be a good starting place to look.