HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

2.1b2 On Pagodabox

This discussion was created from comments split from: From Zero to Hosted in less than 5 Minutes! (My gift to y'all).

Add Pages to Vanilla with the Basic Pages app

Comments

  • Yes, could a mod split this thread into another titled 2.1b2 On Pagodabox or something similar?

    I reworked some stuff, and fixed the 500 error and it brings up the install script, but filling it out just goes back to itself.

    The error logs say this:

    [2013-10-28 17:20:15 -0700] web1 php-fpm : [29-Oct-2013 00:20:15] NOTICE: fpm is running, pid 109 [2013-10-28 17:20:15 -0700] web1 php-fpm : [29-Oct-2013 00:20:15] NOTICE: ready to handle connections [2013-10-28 17:20:15 -0700] web1 php[php-fpm] : [29-Oct-2013 00:20:15] NOTICE: fpm is running, pid 109 [2013-10-28 17:20:15 -0700] web1 php[php-fpm] : [29-Oct-2013 00:20:15] NOTICE: ready to handle connections [2013-10-28 17:20:15 -0700] web1 php[php_error] : [28-Oct-2013 19:20:15 US/central] PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'pdo.so' in Unknown on line 0 [2013-10-28 17:20:17 -0700] web1 http[error] : [Tue Oct 29 00:20:17 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [2013-10-28 17:20:17 -0700] web1 http[error] : [Tue Oct 29 00:20:17 2013] [error] FastCGI: access for server (uid 71039, gid 33) failed: read not allowed [2013-10-28 17:20:17 -0700] web1 http[error] : [Tue Oct 29 00:20:17 2013] [error] FastCGI: can't create dynamic directory "/var/logs/fastcgi/dynamic": access for server (uid 71039, gid 33) failed: read not allowed [2013-10-28 17:20:17 -0700] web1 http[error] : [Tue Oct 29 00:20:17 2013] [notice] Digest: generating secret for digest authentication ... [2013-10-28 17:20:17 -0700] web1 http[error] : [Tue Oct 29 00:20:17 2013] [notice] Digest: done [2013-10-28 17:20:18 -0700] web1 http[error] : [Tue Oct 29 00:20:18 2013] [error] FastCGI: access for server (uid 71039, gid 33) failed: read not allowed [2013-10-28 17:20:18 -0700] web1 http[error] : [Tue Oct 29 00:20:18 2013] [error] FastCGI: can't create dynamic directory "/var/logs/fastcgi/dynamic": access for server (uid 71039, gid 33) failed: read not allowed [2013-10-28 17:20:18 -0700] web1 http[error] : [Tue Oct 29 00:20:18 2013] [notice] FastCGI: process manager initialized (pid 117) [2013-10-28 17:20:18 -0700] web1 http[error] : [Tue Oct 29 00:20:18 2013] [notice] Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8k DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 configured -- resuming normal operations

    I didn't include the Access logs, but there wasn't anything interesting in there I think.

  • I don't know what Vanilla needs for installation, or how FastCGI relates to the vanilla install.

    Does anyone know if 2.1b2 installs in a different way than the current stable version? Why would it be different?

  • TamaTama United Kingdom ✭✭✭

    @LucasKA said:
    I don't know what Vanilla needs for installation, or how FastCGI relates to the vanilla install.

    Does anyone know if 2.1b2 installs in a different way than the current stable version? Why would it be different?

    This might help: http://help.pagodabox.com/customer/portal/questions/58264-php-error-and-fastcgi

    There was an error rendering this rich post.

  • That page seems to deal more with timeouts, this seems to be permissions error. Thing is, I don't know how vanilla installs, At all.

  • hgtonighthgtonight ∞ · New Moderator

    IIRC, the "installation" is done on the setup controller in the dashboard application.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • This sorta says to me that those errors are not related to pagodabox

    http://help.pagodabox.com/customer/portal/questions/690393-strange-apache-error-logs

  • edited November 2013

    Did you start a new topic at help.pagodabox.com

    And thanks for the info @hgtonight

  • edited November 2013

    @LucasKA Did you fix the permission errors yet?

  • @ilovetech

    I haven't figured it out. I don't think those errors are related. I haven't started a discussion there yet, but if you would like to, link it here and I will check in on it.

  • I spun up an app using 2.1b2

    huge-holly.gopagoda.com

    Try it, see it fail, let me know if anyone can think of any reasons why it might.

    @hgtonight
    @tama

    Anyone :)

  • I've not gotten any response from that thread on the official support channel. I responded back in mid November. I dunno what to do really.

  • I tried opening a ticket at Pagodabox for this issue

    I have been working on getting 2.1 set up on Pagodabox for a while now. in my logs I now get this error:

    PHP Fatal error: require_once(): Failed opening required 'PATH_LIBRARY_CORE/functions.error.php' (include_path='.:/usr/lib/php-5.3.23/php') in /var/www/bootstrap.php on line 32

    Any ideas why that would throw?

  • peregrineperegrine MVP
    edited April 2014

    Any ideas why that would throw?

    not really, other than...

    check if your folders and files are readable.

    it seems as if it is not interpreting PATH_LIBRARY_CORE correctly or it can't read the files in that folder.

    try echo or var_dumping PATH_LIBRARY_CORE

    put a die(), statement before line 32.

    but you could try hard-coding PATH_LIBRARY_CORE to the absolute path of the library/core folder all throughout bootstrap.php line 32 and beyond to see if it helps.

    e.g.

    /var/www/vanilla/library/core/functions.error.php

    obviously

    /var/www/vanilla part may be different on your server setup.

    depending on where your is located and make sure it is readable.

    or at least echo out the Constant and die() before you try to open to see what it thinks it is.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.