Learn about Centmin Mod LEMP Stack today
Become a Member

IP.Board Can't install IPB 3.4.9

Discussion in 'Forum software usage' started by przemo5050, Sep 18, 2016.

  1. przemo5050

    przemo5050 New Member

    10
    1
    3
    Sep 18, 2016
    Ratings:
    +2
    Local Time:
    12:16 AM
    11.1.4
    MariaDB 10
    I turn off all denies and still i have the same problem:rolleyes:

    [​IMG]

    I use PHP 5.6.26
    My rewrites from Nginx Vhost & Rewrites for IP.Board - CentminMod.com LEMP Nginx web stack for CentOS
    server {
    server_name xxx.;

    # ngx_pagespeed & ngx_pagespeed handler
    #include /usr/local/nginx/conf/pagespeed.conf;
    #include /usr/local/nginx/conf/pagespeedhandler.conf;
    #include /usr/local/nginx/conf/pagespeedstatslog.conf;

    # limit_conn limit_per_ip 16;
    # ssi on;

    access_log /usr/local/nginx/logs/forumaccess.log combined buffer=32k;
    error_log /usr/local/nginx/logs/forumerror.log;

    root /usr/local/nginx/html;

    location / {

    # block common exploits, sql injections etc
    # include /usr/local/nginx/conf/block.conf;

    # Enables directory listings when index file not found
    # autoindex on;

    # Shows file listing times as local time
    # autoindex_localtime on;

    try_files $uri $uri/ /index.php;

    }

    location ~^(/page/).*(\.php)$ {
    try_files $uri $uri/ /index.php;
    }

    # Mask fake admin directory
    # Must comment this during install. Uncomment after you change the name of the admin directory.
    # location ~^/admin/(.*)$ {
    # deny all;
    # }

    # Secure real Admin Directory
    # Replace /your_admin_renamed_directory/ with your renamed directory.
    # location ~ ^/admin/.+\.php$ {
    # allow 127.0.0.1;
    # deny all;
    # auth_basic "Ristricted Area";
    # auth_basic_user_file /usr/local/nginx/conf/htpasswd_admin_php;
    # include /usr/local/nginx/conf/php.conf;
    # allow YOURIPADDRESS;
    #}

    # IP.Board PHP/CGI Protection

    # Allow Access to Interface Files
    # Add Your Specific Application to the List if you Add New Applications
    #location ~ ^/applications/(blog|calendar|chat|cms|core|downloads|forums|gallery|nexus|pastebin|companydirectory|rules|videos|notes|iawards|links|pmviewer|readthattopic|rules)/interface/.*\.(?:php\d*|phtml)$ {
    # allow all;
    # include /usr/local/nginx/conf/php.conf;
    #}

    # Block Access to PHP / PHTML Files
    #location ~ ^/(uploads|datastore|system|plugins)/.*\.(?:php\d*|phtml)$ {
    # allow 127.0.0.1;
    # deny all;
    #}

    # Block Access to Application PHP / PHTML Files
    # Add Your Specific Application to the List if you Add New Applications
    #location ~ ^/applications/(blog|calendar|chat|cms|core|downloads|forums|gallery|nexus|pastebin|companydirectory|rules|videos|notes|iawards|links|pmviewer|readthattopic|rules)/.*\.(?:php\d*|phtml)$ {
    # allow 127.0.0.1;
    # deny all;
    #}

    # Centmin Mod include files
    # Note: If you uncomment the error pages include you won't see the IPB errors via the site.

    include /usr/local/nginx/conf/staticfiles.conf;
    include /usr/local/nginx/conf/php.conf;
    include /usr/local/nginx/conf/drop.conf;
    #include /usr/local/nginx/conf/errorpage.conf;
    include /usr/local/nginx/conf/vts_server.conf;
    }
    Fcking cloud google servers :vamp:

     
    Last edited: Sep 19, 2016
  2. Jimmy

    Jimmy Well-Known Member

    1,799
    391
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +999
    Local Time:
    6:16 PM
    You're using the 4.1.x config trying to install 3.4.9... that's your issue.
     
  3. przemo5050

    przemo5050 New Member

    10
    1
    3
    Sep 18, 2016
    Ratings:
    +2
    Local Time:
    12:16 AM
    11.1.4
    MariaDB 10
    no sir, i want install 4.1.13 now:)
     
  4. Jimmy

    Jimmy Well-Known Member

    1,799
    391
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +999
    Local Time:
    6:16 PM
    Check your permissions. Did you CHMOD the directory?
     
  5. przemo5050

    przemo5050 New Member

    10
    1
    3
    Sep 18, 2016
    Ratings:
    +2
    Local Time:
    12:16 AM
    11.1.4
    MariaDB 10
    Yes i add chmod on all needed directories 777 and for config but still not work the same problem i get with 3.4.9 on chmods
     
  6. Jimmy

    Jimmy Well-Known Member

    1,799
    391
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +999
    Local Time:
    6:16 PM
    Did you change the ownership (per the centmin mod guide) or just CHMOD the files to 777?
     
  7. przemo5050

    przemo5050 New Member

    10
    1
    3
    Sep 18, 2016
    Ratings:
    +2
    Local Time:
    12:16 AM
    11.1.4
    MariaDB 10
    I use chmod -R 777 /path/ and leater chmod 777 /patch/
     
  8. Jimmy

    Jimmy Well-Known Member

    1,799
    391
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +999
    Local Time:
    6:16 PM
    You need to change the ownership of the files too. Not saying that's your issue, but that might be. See the centmin mod FAQ.
     
  9. przemo5050

    przemo5050 New Member

    10
    1
    3
    Sep 18, 2016
    Ratings:
    +2
    Local Time:
    12:16 AM
    11.1.4
    MariaDB 10
    I change ownership to nginx and still the same problem
    [​IMG]

    Full log from website - Wklej.to - po prostu wklej to! - paste: 0btf5

    @@Update
    FIXED!:X3:

    I install forum on ip server not with domain on cloudflare:depressed:

    Thanks all for help and lose time!:love:
    Big thanks to admin for this amazing mod:love:
     
    Last edited: Sep 19, 2016
  10. eva2000

    eva2000 Administrator Staff Member

    58,915
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:16 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    whoops :)
     
  11. Jimmy

    Jimmy Well-Known Member

    1,799
    391
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +999
    Local Time:
    6:16 PM
    Glad to hear you got it working! (y)