Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter Waltteri Turunen

    (@tannermirabel)

    Thanks for your help.

    I did a vanilla install and tried it without any other plugins. It turned out to be a plugin conflict. ??

    Cheers!

    Thread Starter Waltteri Turunen

    (@tannermirabel)

    Hi, Ben and thanks for the reply.

    The ACM says ai1ec_cron runs hourly and the next execution currently is in 37 minutes at 24.08.2016 15:43:07.

    Thread Starter Waltteri Turunen

    (@tannermirabel)

    Do you know what could be wrong with the import?

    I can download a ics-file from the feed and it seems ok to me.

    Thread Starter Waltteri Turunen

    (@tannermirabel)

    Oh, sorry for that. ??

    Thread Starter Waltteri Turunen

    (@tannermirabel)

    As I said, I’ve created the account and waited for days now. ??

    No events are imported from the feed URL.

    Thread Starter Waltteri Turunen

    (@tannermirabel)

    This remains unresolved. Bug is confirmed in v. 1.0.7. The same fix applies.

    Waltteri Turunen

    (@tannermirabel)

    +1

    No error thrown, but $wpdb->query returns null.

    query:

    $wpdb->query($wpdb->prepare(
            "INSERT INTO {$wpdb->prefix}h5p_libraries_libraries (library_id, required_library_id, dependency_type)
            SELECT %d, hl.id, %s
            FROM {$wpdb->prefix}h5p_libraries hl
            WHERE name = %s
            AND major_version = %d
            AND minor_version = %d
            ON DUPLICATE KEY UPDATE dependency_type = %s",
            $id, $dependencyType, $dependency['machineName'], $dependency['majorVersion'], $dependency['minorVersion'], $dependencyType)
          );

    Fixed by removing the ON DUPLICATE KEY UPDATE dependency_type = %s", row.

    Do you have an estimate on the release date?

    Hi,

    I’m running a WP 4.0 Multisite and can’t create a new interactive video. Here’s the PHP error log:

    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.InteractiveVideo-1.2/Scripts/interactive-video-editor.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Blanks-1.0/js/blanks.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.JoubelUI-1.0/js/joubel-message-dialog.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.JoubelUI-1.0/js/joubel-speech-bubble.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.JoubelUI-1.0/js/joubel-tip.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.JoubelUI-1.0/js/joubel-ui.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.DragNBar-1.0/drag-n-bar.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.DragNDrop-1.0/drag-n-drop.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.DragQuestion-1.0/js/dragquestion.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Image-1.0/image.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.API-1.0/api.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Text-1.0/scripts/text.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/jQuery.ui-1.10/js/jquery-ui.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.DragQuestion-1.0/H5PEditor.DragQuestion.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.DragQuestion-1.0/H5PEditor.DynamicCheckboxes.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.DragNResize-1.0/H5P.DragNResize.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.Wizard-1.0/Scripts/Wizard.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.InteractiveVideo-1.2/scripts/interactive-video.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Video-1.0/scripts/video.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/flowplayer-1.0/scripts/flowplayer-3.2.12.min.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Link-1.0/link.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.MultiChoice-1.0/js/multichoice.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/EmbeddedJS-1.0/js/ejs_production.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/EmbeddedJS-1.0/js/ejs_viewhelpers.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Summary-1.1/js/summary.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.VerticalTabs-1.0/H5PEditor.VerticalTabs.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Table-1.0/scripts/table.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.Duration-1.0/scripts/duration.js): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 328
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.InteractiveVideo-1.2/styles/interactive-video-editor.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/FontAwesome-4.1/font-awesome.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Blanks-1.0/css/blanks.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.JoubelUI-1.0/css/joubel-message-dialog.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.JoubelUI-1.0/css/joubel-ui.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.JoubelUI-1.0/css/joubel-tip.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.JoubelUI-1.0/css/joubel-speech-bubble.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.DragNBar-1.0/drag-n-bar.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.DragQuestion-1.0/css/dragquestion.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Image-1.0/image.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Text-1.0/styles/text.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/jQuery.ui-1.10/development-bundle/themes/base/jquery-ui.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.DragQuestion-1.0/H5PEditor.DragQuestion.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.DragNResize-1.0/H5P.DragNResize.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.Wizard-1.0/Styles/Wizard.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.InteractiveVideo-1.2/styles/interactive-video.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Video-1.0/styles/video.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.MultiChoice-1.0/css/multichoice.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5P.Summary-1.1/css/summary.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.VerticalTabs-1.0/H5PEditor.VerticalTabs.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    [***] PHP Warning:  file_get_contents(##myURL##/wp-content/uploads/sites/11/h5p/libraries/H5PEditor.Duration-1.0/styles/duration.css): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in ##mypath##/wp-content/plugins/h5p/h5p-editor-php-library/h5peditor.class.php on line 336
    Thread Starter Waltteri Turunen

    (@tannermirabel)

    I understand your reasons, Vladimir, and I have read the link. I haven’t had the time to take a look at the code but I know (and you can test) that the cap does take effect.

    Eg. without the cap, authors <iframe> tags got filtered out. With the cap, the tags stayed.

    Thread Starter Waltteri Turunen

    (@tannermirabel)

    I’m sorry, it seems that I can set the deprecated abilities to be shown by default from User Role Editor’s network settings. So that helps.

    Anyway, I don’t know how this ‘unfiltered_html’ cap is deprecated when it clearly is needed.

    Hi.

    Sorry if I’m being blind, but I can’t find the Default Data settings page anywhere – not even under BuddyPress settings or Tools.

    I’m using a local installation of WP 3.5.1 as Multisite and BP 1.7.1 with ‘define (‘BP_ENABLE_MULTIBLOG’,true);’

    Thanks.

    Thanks, Jeremy!

    I wanted to hide the SEO columns from users, so only admin could see them and I found your code to be the solution. I added your code to user_register hook and then just used user_can to exclude admin-user.

    Smooth sailing.

    @magicmiles:
    Have you tried to set your menu as the primary navigation from Appearance-> Menus? Worked for me.

    Thanks, Memphis007! Your solution worked for me also!

    @etellewyn:
    Find this function from ajax-event-calendar.php:

    function get_event_permissions($input, $user_id) {
        // users that are not logged-in see all events
        if ($user_id == -1) {
        $permissions->editable = false;
        $permissions->cssclass = '';
        } else {
            // users with aec_manage_events capability can edit all events
            // users with aec_add_events capability can edit events only they create
    	if ($input->user_id == $user_id || $user_id == false) {
    	    $permissions->editable = true;
    	    $permissions->cssclass = '';
    	} else {
    	    $permissions->editable = false;
    	    $permissions->cssclass = ' fc-event-disabled';
    	}
        }
        return $permissions;
    }

    and add these:

    function get_event_permissions($input, $user_id) {
        // users that are not logged-in see all events
        if ($user_id == -1) {
        $permissions = new stdClass(); //<--THIS
        $permissions->editable = false;
        $permissions->cssclass = '';
        } else {
            // users with aec_manage_events capability can edit all events
            // users with aec_add_events capability can edit events only they create
    	if ($input->user_id == $user_id || $user_id == false) {
    	    $permissions = new stdClass(); //<--THIS
                $permissions->editable = true;
    	    $permissions->cssclass = '';
    	} else {
                $permissions = new stdClass(); //<--THIS
    	    $permissions->editable = false;
    	    $permissions->cssclass = ' fc-event-disabled';
    	}
        }
        return $permissions;
    }

    And from the inc/admin-event.php:

    ...snip...
        global $current_user;
        // initialize form for new event
        get_currentuserinfo();	// wp data
        $event->id = '';
    ...snip...
    ...snip...
        global $current_user;
        // initialize form for new event
        get_currentuserinfo();	// wp data
        >$event = new stdClass(); //<--THIS
        $event->id = '';
    ...snip...

Viewing 15 replies - 1 through 15 (of 16 total)