Bravo315
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Cannot get Rich Links to workAh okay, I’ve never done that before since in the past the rich links tend to just work by writing the code and dropping it in.
To be honest that sounds well above what I’m capable of so going to have to scrap trying get rich links working on this specific site. How annoying.
Thanks.
Forum: Developing with WordPress
In reply to: Cannot get Rich Links to workIt’s near the top of the document, but loaded after load_theme_textdomain();
There are no dependencies, callbacks or hooks as far as I’m aware – it should be a self-contained piece of code.
Thanks.
Forum: Fixing WordPress
In reply to: WordPress not allowing me to create posts upon migrationGood catch, it looks like the post-new.php is calling up
https://[site]/var/www/vhosts/[site]/httpdocs/wp-content/themes/gonzo/includes/classes/meta-box/css/style.css
when it should be calling up
https://[site]/httpdocs/wp-content/themes/gonzo/includes/classes/meta-box/css/style.css
Weirdly, it’s only calling up the wrong directory on those 9 requests, so will look into why.
Thanks.
- This reply was modified 7 years, 10 months ago by Bravo315.
Forum: Fixing WordPress
In reply to: WordPress not allowing me to create posts upon migrationThanks, here are the error logs brought up by the console:
style.css Failed to load resource: the server responded with a status of 404 (Not Found) /var/www/vhosts/[URL]/httpdocs/wp-content/themes/gonzo/includes/classes/meta-box/css/color.css?ver=4.1.1 Failed to load resource: the server responded with a status of 404 (Not Found) load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,plupload&ver=4.7.5:9 JQMIGRATE: Migrate is installed, version 1.4.1 gonzo.js Failed to load resource: the server responded with a status of 404 (Not Found) clone.js Failed to load resource: the server responded with a status of 404 (Not Found) color.js Failed to load resource: the server responded with a status of 404 (Not Found) gonzo.js Failed to load resource: the server responded with a status of 404 (Not Found) color.js Failed to load resource: the server responded with a status of 404 (Not Found) floaticons.js:14 Uncaught SyntaxError: Unexpected token * style.css Failed to load resource: the server responded with a status of 404 (Not Found) color.css Failed to load resource: the server responded with a status of 404 (Not Found) load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,plupload&ver=4.7.5:4 POST https://[URL]/wp-admin/admin-ajax.php 504 (Gateway Time-out) send @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,plupload&ver=4.7.5:4 ajax @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,plupload&ver=4.7.5:4 n.(anonymous function) @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,plupload&ver=4.7.5:4 blcDoWork @ post-new.php:843
And here’s the debug mode
iption_Walker::start_el(&$output, $item, $depth, $args) should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /var/www/vhosts/[URL]/httpdocs/wp-content/themes/gonzo/functions.php on line 0 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the "Sidebar" sidebar. Defaulting to "sidebar-1". Manually set the id to "sidebar-1" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 4138 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the "Footer Column 1" sidebar. Defaulting to "sidebar-2". Manually set the id to "sidebar-2" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 4138 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the "Footer Column 2" sidebar. Defaulting to "sidebar-3". Manually set the id to "sidebar-3" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 4138 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the "Footer Column 3" sidebar. Defaulting to "sidebar-4". Manually set the id to "sidebar-4" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 4138 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the "Footer Column 4" sidebar. Defaulting to "sidebar-5". Manually set the id to "sidebar-5" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 4138 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the "Header Banner" sidebar. Defaulting to "sidebar-6". Manually set the id to "sidebar-6" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 4138 Notice: The called constructor method for WP_Widget in Slipfire_Widget_Tabber is deprecated since version 4.3.0! Use __construct() instead. in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 3893 Warning: Missing argument 2 for wpdb::prepare(), called in /var/www/vhosts/[URL]/httpdocs/wp-content/themes/gonzo/includes/widget_areas.php on line 154 and defined in /var/www/vhosts/[URL]/httpdocs/wp-includes/wp-db.php on line 1291 Notice: wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeholder. Please see Debugging in WordPress for more information. (This message was added in version 3.9.0.) in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 4138 Notice: The called constructor method for WP_Widget in video_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 3893 Notice: The called constructor method for WP_Widget in fans_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 3893 Notice: The called constructor method for WP_Widget in WP_Widget_Recent_Posts_Thumbnails is deprecated since version 4.3.0! Use __construct() instead. in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 3893 Notice: The called constructor method for WP_Widget in best_reviews_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 3893 Notice: The called constructor method for WP_Widget in DP_Flickr_Widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 3893 Notice: add_object_page is deprecated since version 4.5.0! Use add_menu_page() instead. in /var/www/vhosts/[URL]/httpdocs/wp-includes/functions.php on line 3830 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/post.php on line 5880 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/post.php on line 5881 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/post.php on line 5885 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/post.php on line 6102 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/theme.php on line 2833 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/post.php on line 3993 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/post.php on line 3993 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/post.php on line 3494 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/post.php on line 609 Warning: Creating default object from empty value in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/post.php on line 641 Notice: Undefined property: stdClass::$ID in /var/www/vhosts/[URL]/httpdocs/wp-admin/post-new.php on line 84 Notice: Undefined property: stdClass::$post_date in /var/www/vhosts/[URL]/httpdocs/wp-admin/edit-form-advanced.php on line 133 Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/edit-form-advanced.php on line 185 Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/edit-form-advanced.php on line 219 Notice: Undefined property: stdClass::$post_type in /var/www/vhosts/[URL]/httpdocs/wp-includes/taxonomy.php on line 201 Notice: Undefined property: stdClass::$post_type in /var/www/vhosts/[URL]/httpdocs/wp-includes/taxonomy.php on line 203 Notice: Undefined property: stdClass::$post_status in/var/www/vhosts/[URL]/httpdocs/wp-admin/edit form-advanced.php on line 591 Notice: Undefined property: stdClass::$post_type in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 25 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 27 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 27 Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 40 Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 40 Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 40 Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 41 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/post.php on line 1634 Notice: Trying to get property of non-object in /var/www/vhosts/[URL]/httpdocs/wp-includes/post.php on line 1634 Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 80 Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 100 Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 100 Visibility: Notice: Undefined property: stdClass::$post_status in /var/www/vhosts/[URL]/httpdocs/wp-admin/includes/meta-boxes.php on line 131 Public
I still need to go through them properly but nothing jumps out to me (and my beginner knowledge)
- This reply was modified 7 years, 10 months ago by Bravo315.
Forum: Plugins
In reply to: [Advanced Post List] Issues when upgrading to PHP7Hey @ekojr, so sorry I haven’t replied before now – you’re 100% correct. Enabling mbstring has resolved the issue and I can confirm the current plugin (0.3.4) is working as intended on WP 4.7.3.
Thank you for looking into the matter and the great support.
- This reply was modified 7 years, 11 months ago by Bravo315.
Forum: Plugins
In reply to: [Advanced Post List] Issues when upgrading to PHP7Many thanks for for looking into this guys! Will mark as resolved when the update is pushed.
Just in case anyone wanted a definitive answer, Soundcloud botched the upgrade process by not letting literally anyone know about switching from Flash to HTML5.
Here is the help forum on the subject.
Nice one SoundCloud!
Can confirm the same issue on 3.5.1. No pressure from here since WF has served us so well over the past and WF newsletters have tipped us off on how to stay secure in a scenario like this!
Fatal error: Call to undefined function wp_normalize_path() in /home/outofthe/public_html/wp-content/plugins/wordfence/lib/wfUtils.php on line 106 on line 106
Cheers,
Jack.Forum: Plugins
In reply to: [Post Types Order] Retrieving a custom field to display next to the nameThanks for the reply.
However, it doesn’t output the $custom_field_value. It outputs the dash before it but even if I change “$custom_field_value” to “$post_title” it won’t output the post title again either.
Once again, I do appreciate your help with this. but unfortunately that didn’t work. Unfortunately my business cannot purchase Advanced Post Types Order for this one function.
Cheers,
Jack.I know this is 10 months old, but I would also be interested in how to add text, say, underneath the widget. Kind of a deal breaker.
Great plugin overall however.
Thanks.