2017-12-02 207 views
0

我想當我輸入數據到安裝形式(數據庫名,用戶,通過...等)安裝pimcore 5 PHP 7Pimcore安裝 - 從install.php了403 Ajax調用禁止

和按檢查要求或安裝兩個不同的Ajax崗位電話發生。當我從這兩個郵政調用得到的結果我得到403禁止錯誤,其反應只是「禁止」。

不知道該改變什麼,以及導致錯誤的原因。 我的服務器有php 7.1,所有的最低要求都足夠了。

請幫忙,問候德揚

+0

你的apache/nginx配置是錯誤的。檢查:https://pimcore.com/docs/5.0.x/Development_Documentation/Installation_and_Upgrade/System_Setup_and_Hosting/Nginx_Configuration.html –

+0

Tnx!我的主機使用apache。什麼樣的配置是?!我沒有任何線索!我達到了最低要求。 Phpinfo可在kropec.eu上獲得。我沒有在pimcore docu for apache找到任何特殊設置https://pimcore.com/docs/5.0.x/Development_Documentation/Installation_and_Upgrade/System_Setup_and_Hosting/Apache_Configuration.html。有人可以幫助看到phpinfo ...嗎? –

+0

向我展示/etc/apache2/site-enabled/your-config-file.conf中的配置文件和projetct-root/web中的.htaccess –

回答

0

這就是conf文件。

<VirtualHost 91.185.211.24:80 > 
    ServerName www.tmp.kropec.eu 
    ServerAlias www.tmp.kropec.eu tmp.kropec.eu 
    ServerAdmin [email protected] 
    DocumentRoot /home/ropc01/domains/kropec.eu/public_html/tmp 
    UseCanonicalName OFF 
    <IfModule !mod_ruid2.c> 
      SuexecUserGroup ropc01 ropc01 
    </IfModule> 
    CustomLog /var/log/httpd/domains/kropec.eu.tmp.bytes bytes 
    CustomLog /var/log/httpd/domains/kropec.eu.tmp.log combined 
    #ErrorLog /var/log/httpd/domains/kropec.eu.tmp.error.log 
    ErrorLog /dev/null 
    <Directory /home/ropc01/domains/kropec.eu/public_html> 
      AllowOverride AuthConfig FileInfo Indexes Limit 
Options=Indexes,IncludesNOEXEC,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks  ,None 
      Options -ExecCGI -Includes +IncludesNOEXEC 
      php_admin_flag engine ON 
      php_admin_value sendmail_path '/usr/sbin/sendmail -t -i 
    -f [email protected]' 
      php_admin_value mail.log /home/ropc01/.php/php-mail.log 
    </Directory> 
</VirtualHost> 

Tnx!

0

已解決。顯然,我的主機不能使用tmp子域名。對不起,我困擾。