• Resolved Islo

    (@nuytun)


    Hi
    I get the above error when trying to VIEW a test only. The admin section works fine and I can create a test, no problem.

    I am on a VPS with PHP7 installed. I tried to change the permissions as you told someone else, I also tried various options.

    Could this be a database issue? Where would I find the database info for the pluging. Maybe it is reading the tests from the wrong database?

    Any ideas would be appreciated.
    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Islo

    (@nuytun)

    The full error is:
    The name.com page isn’t working. Nname.com is currently unable to handle this request.

    This happens when I press “view” in the admin side of a test.

    Thread Starter Islo

    (@nuytun)

    When I press “View” here is what shows up in the address bar:

    https://name.com/test/eysencks-personality-inventory-epi-extroversionintroversion/

    Error message on screen as above.
    Thanks

    Thread Starter Islo

    (@nuytun)

    When I check Apache log it says:

    ……. script ‘/var/www/html/testproxy.php’ not found or unable to stat

    Plugin Contributor ustimenko

    (@ustimenko)

    Islo, you should find true error message.

    Try to look inside yours php error log. If it not active, then activate it, repeat an issue and see.

    I think we have here some known easy issue, but it hidden from you in your server/php settings.

    Thread Starter Islo

    (@nuytun)

    Thanks
    Here is the output when I try to view the page. (no longer says unable to handle request message, it shows these errors).

    Fatal error: Uncaught Error: Call to undefined function utf8_decode() in /var/www/html/name.com/public_html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fSchema.php:1156
    Stack trace: #0

    /var/www/html/name.com/public_html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fSchema.php(344): fSchema->fetchMySQLColumnInfo(‘wp_t_passings’) #1

    /var/www/html/name.com/public_html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fSchema.php(2449): fSchema->fetchColumnInfo(‘wp_t_passings’) #2

    /var/www/html/name.com/public_html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fActiveRecord.php(1274): fSchema->getColumnInfo(‘wp_t_passings’) #3

    /var/www/html/name.com/public_html/wp-content/plugins/wp-testing/src/Model/AbstractParent.php(24): fActiveRecord->__construct(NULL) #4

    var/www/html/name.com/public_html/wp-content/plugins/wp-testing/src/Model/Passing.php(62): WpTesting_Model_AbstractParent->__construct(NULL) #5

    /var/www/html/name.com/public_html/wp-content/plu in /var/www/html/name.com/public_html/wp-content/plugins/wp-testing/vendor/flourish/flourish/fSchema.php on line 1156

    Any help would be appreciated.

    Notice the italic words says plu in, but not plugin.

    Thread Starter Islo

    (@nuytun)

    Solved.

    Need to install php7.0-xml
    Use this command:
    sudo apt-get install php7.0-xml

    Here is the answer:
    https://stackoverflow.com/questions/35701730/utf8-endecode-removed-from-php7

    You were right, just a small item. Thanks for suggesting the error log.

    Plugin Contributor ustimenko

    (@ustimenko)

    Nice.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘The name.com page isn’t working name.com is currently unable to ha’ is closed to new replies.