Fórum OpenCart Brasil

Por um e-commerce livre, confiável e profissional

Por favor, poste aqui todas as dúvidas que você está tendo sobre a instalação, atualização ou configuração do OpenCart v1.x
Por phillipferreira
#7712
Estou com um problema, e o seguinte :
Quando faço o upload no meu servido ftp. e abro a instalação do OpemCart ele execulta ela normalmente.
concordo com os termos, a pre Pre-Installation esta Tudo ok. O meu problema e no passo 3. Na configuração,
assim que eu preencho os campos todo coretamente Host da onde esta o banco de dados. Para passar para e etapa 4. ele emite esse erro aqui :
Código: Selecionar todos
PHP Warning:  fopen(E:\home\zpsinfo\Web/config.php) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in E:\home\zpsinfo\Web\install\controller\step_3.php on line 33
PHP Warning:  fwrite(): supplied argument is not a valid stream resource in E:\home\zpsinfo\Web\install\controller\step_3.php on line 35
PHP Warning:  fclose(): supplied argument is not a valid stream resource in E:\home\zpsinfo\Web\install\controller\step_3.php on line 37
PHP Warning:  fopen(E:\home\zpsinfo\Web/admin/config.php) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in E:\home\zpsinfo\Web\install\controller\step_3.php on line 72
PHP Warning:  fwrite(): supplied argument is not a valid stream resource in E:\home\zpsinfo\Web\install\controller\step_3.php on line 74
PHP Warning:  fclose(): supplied argument is not a valid stream resource in E:\home\zpsinfo\Web\install\controller\step_3.php on line 76
E nao da sequencia a instalação do aplicativo. O que eu devo fazer ?
Obrigado
Avatar do usuário
Por robra
#7727
Você realizou os passos anteriores descritos no arquivo install.txt ?
Abaixo seguem todos os passos:
1. Upload all the files and folders to your server from the "Upload" folder.
This can be to anywhere of your choice.

e.g. /public_html/store or /public_html

2. If you have a Linux/Unix make sure the following folders and files are writable.
chmod 0755 or 0777 image/
chmod 0755 or 0777 image/cache/
chmod 0755 or 0777 image/data/
chmod 0755 or 0777 system/cache/
chmod 0755 or 0777 system/logs/
chmod 0755 or 0777 download/
chmod 0755 or 0777 config.php
chmod 0755 or 0777 admin/config.php

3. Make sure you have installed a MySQL Database which has a user assigned to it
DO NOT USE YOUR ROOT USERNAME AND ROOT PASSWORD

4. Visit the store homepage
e.g. http://www.example.com or http://www.example.com/store/

5. Follow the onscreen instructions.

6. Delete the install directory after install is complete.

Abraço. Imagem