Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   ZenTracker (http://www.bvlist.com/forumdisplay.php?f=81)
-   -   erro install (http://www.bvlist.com/showthread.php?t=7486)

dj_otrov 17th January 2012 16:09

erro install
 
  • DocumentRoot is set to /web/
    Status: ERROR
  • Rewrite Module is working correctly
    Status: ERROR
http://balkanportal.dyndns.info/web/..._lightning.png PHP5

  • PHP version >= 5.2.10
    Status: OK
  • Short Open Tags : ON
    Status: OK
  • PDO (PHP Data Object) : ENABLED
    Status: OK
  • PDO MySQL Driver : ENABLED
    Status: OK
  • Accelerator (APC, eAccelerator, XCache) : ENABLED
    Status: ERROR
  • Magic Quotes : DISABLED
    Status: OK
  • Register Globals : DISABLED
    Status: OK
  • Session Auto-Start : DISABLED
    Status: OK
  • MbString Extension : ENABLED
    Status: OK
  • MemCache Extension : ENABLED
    Status: ERROR
  • Tokenizer : ENABLED
    Status: OK
  • Iconv Extension : ENABLED
    Status: OK
  • XML Extension : ENABLED
    Status: OK
  • CURL Extension : ENABLED
    Status: ERROR
  • GD2 Extension : ENABLED
    Status: OK
http://balkanportal.dyndns.info/web/...ase_server.png Data Servers

  • MySQL Server reachable (localhost)
    Status: OK
  • MemCache Server reachable (localhost)

    Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:11211 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) in C:\xampp\htdocs\public_html\web\install.php on line 238
    Status: ERROR
http://balkanportal.dyndns.info/web/...y_question.png Permissions

  • /cache/ : writable
    Status: OK
  • /config/databases.yml : writable At the end, it must be on read-only !
    Status: OK
  • /symfony : executable
    Status: ERROR
  • /web/uploads/ & subs : writable
    Status: OK

Optix 18th January 2012 19:15

1. You have to install Memcache.

On Debian Linux, enter this command :
Code:

apt-get install memcached php5-memcache
2. You have to edit the DocumentRoot in order to force Apache to read only the /web folder

3. Enable the rewrite module with this command :
Code:

a2enmod rewrite
/etc/init.d/apache2 restart


dj_otrov 18th January 2012 20:59

install
 
  • PHP version >= 5.2.10
    Status: OK

Optix 18th January 2012 23:42

At least, you've an updated version of PHP... but you don't pay attention to my previous reply : install Memcache, configure your webserver to read the /web subdirectory and activate rewrite module.

It's not so complicated with Google...


All times are GMT +2. The time now is 19:11.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.