webcrawler2050
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Displaying post ID frontendSteve,
Thank you for all your help. I appreciate it, I figured it out, I just did this
<?php $post_id = get_the_ID(); echo $post_id; ?>And this displayed the ID as I expected.
Forum: Developing with WordPress
In reply to: Displaying post ID frontendIt apears blank, on the front-end. Doesn’t do anything.
Forum: Developing with WordPress
In reply to: Displaying post ID frontendThe meta keys are for the bootstrap editable field.
The ID is the ID, of the post from the CPT.
Forum: Developing with WordPress
In reply to: Displaying post ID frontendHere is the pastebin: https://pastebin.com/n0BXXHcE
I want to display the ID of the post under “ticket ID”
Forum: Developing with WordPress
In reply to: Displaying post ID frontendSo this is the function:
<?php $meta_key = 'post_id'; $id = get_the_id();?> <a href="#">" data-type="text" data-inputclass="form-control" data-pk="<?php echo $id;?>" class="text-field"> <?php echo get_post_meta( $id, $meta_key, true ); $id = $meta_key = '';?> </a>Not being used in a loop, this is the function from the post type:
// get all bugs from custom post type
$args = array( 'post_type' => 'bugs', 'posts_per_page' => 999, 'orderby' => 'title', 'order' => 'ASC', );- This reply was modified 7 years, 9 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: WP Import Pro Help with linking recordsI’ve tried that. Response is 3 days + It’s a dev question 🙂
Forum: Developing with WordPress
In reply to: Looped SearchI’ve resolved this.
Figure out what was causing it.
Forum: Developing with WordPress
In reply to: Looped SearchHello,
Unfortunately i’m unable to do this, as it’s a private system (portal)
Here is the output:
<div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-body"> <p class="text-muted text-size-small"> You have 3 results found. </p> <hr> <div class="media-body"> <h6 class="media-heading text-semibold"> , , </h6> <ul class="list-inline list-inline-separate text-muted mb-10"> <li><a href="#" class="text-muted"> </a></li> <li> | </li> </ul> </div> <div class="media-right text-nowrap"> <a href="">View</a> </div> </li> <ul class="media-list content-group"> <li class="media panel panel-body stack-media-on-mobile"> <div class="media-left"> <a href="#"> <img src=" class="img-rounded img-lg" alt=""> </a> </div> <div class="media-body"> <h6 class="media-heading text-semibold"> 34 , , </h6> <ul class="list-inline list-inline-separate text-muted mb-10"> <li><a href="#" class="text-muted"> </a></li> <li> | </li> </ul> </div> <div class="media-right text-nowrap"> <a href="" class="btn btn-warning">View</a> </div> </li> <ul class="media-list content-group"> <li class="media panel panel-body stack-media-on-mobile"> <div class="media-left"> <a href="#"> <img src=" class="img-rounded img-lg" alt=""> </a> </div> <div class="media-body"> <h6 class="media-heading text-semibold"> 34 Mr, User, User </h6> <ul class="list-inline list-inline-separate text-muted mb-10"> <li><a href="#" class="text-muted">User </a></li> <li> | </li> </ul> </div> <div class="media-right text-nowrap"> <a href="" class="btn btn-warning">View</a> </div> </li> <ul class="media-list content-group"> <li class="media panel panel-body stack-media-on-mobile"> <div class="media-left"> <a href="#"> <img src=" class="img-rounded img-lg" alt=""> </a> </div> </div> </div> </div> </div> </div> <!-- /main content --> </div> <!-- /page content --> </div> <!-- /page container -->Forum: Fixing WordPress
In reply to: Child theme errorsWhat version of PHP Are you running on Xamp?
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Not plug and play!It is to a certain degree. Did you insert the short code?
Hello,
Thanks for this. I’m hoping you can help!?
So what we are trying to achieve, is with NF.
We have created a few ninja forms on the front end, to input data. An example of that is: https://www.webedev.co.uk/test-4/ The data isn’t saving via the webhooks. We need to link up the data to link to customer >> user >> asset
So we resorted back to using the NF way of saving the data BUT we want to search this data and display the results but i cannot for the life of me figure this out. Can you offer any advice please?
We’ve had this issue, it’s been very bizzare.
I tracked the mail logs and it apears the script/helpdesk doesn’t do this all the time.
Have you checked you’re mail logs?
Forum: Fixing WordPress
In reply to: Editor Stopped workingHello,
I have done this and nothing still. Any thoughts?
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] PIPE not working for someHello,
I can’t use imap piping, as per the ticket. #894643
We are using gmail and this needs to be sorted. Please provide steps to resolve this. As we are going around in circles.
Forum: Fixing WordPress
In reply to: Editor Stopped workingThanks.
I’ve found all this:
[16-Oct-2017 10:02:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:02:34 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:03:32 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:04:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:05:08 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:05:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:06:00 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:06:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:07:04 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:07:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:08:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:08:57 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:01 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:02 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:02 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:03 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:04 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:05 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:18 UTC] PHP Notice: Undefined index: SERVER_NAME in /home/webedevco/public_html/wp-content/plugins/LayerSlider/classes/class.km.autoupdate.v3.php on line 74
[16-Oct-2017 10:09:18 UTC] PHP Notice: Constant WCE_PLUGIN_DIR already defined in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailPipe.php on line 7
[16-Oct-2017 10:09:19 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Mail_mimeDecode has a deprecated constructor in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 91
[16-Oct-2017 10:09:19 UTC] PHP Notice: Uninitialized string offset: 0 in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 456
[16-Oct-2017 10:09:19 UTC] PHP Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 762
[16-Oct-2017 10:09:19 UTC] PHP Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 762
[16-Oct-2017 10:09:19 UTC] PHP Fatal error: Uncaught Error: Call to undefined function iconv() in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php:204
Stack trace:
#0 /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php(79): mailReader->decodeMimeStr(NULL)
#1 /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php(103): mailReader->decodePart(Object(stdClass))
#2 /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php(50): mailReader->decodePart(Object(stdClass))
#3 /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailPipe.php(12): mailReader->readEmail()
#4 {main}
thrown in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php on line 204
[16-Oct-2017 10:09:19 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:20 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:20 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:21 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:09:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:09:57 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:10:34 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:10:56 UTC] PHP Notice: Undefined index: SERVER_NAME in /home/webedevco/public_html/wp-content/plugins/LayerSlider/classes/class.km.autoupdate.v3.php on line 74
[16-Oct-2017 10:10:56 UTC] PHP Notice: Constant WCE_PLUGIN_DIR already defined in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailPipe.php on line 7
[16-Oct-2017 10:10:56 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Mail_mimeDecode has a deprecated constructor in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 91
[16-Oct-2017 10:11:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:12:03 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:12:32 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:13:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:13:44 UTC] PHP Notice: Undefined index: SERVER_NAME in /home/webedevco/public_html/wp-content/plugins/LayerSlider/classes/class.km.autoupdate.v3.php on line 74
[16-Oct-2017 10:13:44 UTC] PHP Notice: Constant WCE_PLUGIN_DIR already defined in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailPipe.php on line 7
[16-Oct-2017 10:13:44 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Mail_mimeDecode has a deprecated constructor in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 91
[16-Oct-2017 10:13:44 UTC] PHP Notice: Uninitialized string offset: 0 in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 456
[16-Oct-2017 10:13:44 UTC] PHP Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 762
[16-Oct-2017 10:13:44 UTC] PHP Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 762
[16-Oct-2017 10:13:44 UTC] PHP Fatal error: Uncaught Error: Call to undefined function iconv() in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php:204
Stack trace:
#0 /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php(79): mailReader->decodeMimeStr(NULL)
#1 /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php(103): mailReader->decodePart(Object(stdClass))
#2 /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php(50): mailReader->decodePart(Object(stdClass))
#3 /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailPipe.php(12): mailReader->readEmail()
#4 {main}
thrown in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailReader.php on line 204
[16-Oct-2017 10:13:48 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:14:02 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:14:02 UTC] PHP Notice: Trying to get property of non-object in /home/webedevco/public_html/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/getTicketsByFilter.php on line 657
[16-Oct-2017 10:14:09 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:14:21 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:14:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:14:35 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:14:35 UTC] PHP Notice: Trying to get property of non-object in /home/webedevco/public_html/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/getTicketsByFilter.php on line 657
[16-Oct-2017 10:15:32 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:15:36 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:16:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:17:34 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:17:37 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:18:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:19:32 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:19:37 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:20:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:21:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:21:37 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:22:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:23:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:23:39 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:24:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:25:32 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:26:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:27:34 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:28:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:29:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:30:34 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:31:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:32:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:33:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:34:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:35:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:36:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:37:34 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:38:34 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:39:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:39:45 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:40:34 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:40:45 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:41:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:42:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:42:46 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:43:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:44:35 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:44:47 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:45:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:46:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:46:49 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:47:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:48:34 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:48:49 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:49:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:50:34 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:51:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:51:39 UTC] PHP Notice: Undefined index: SERVER_NAME in /home/webedevco/public_html/wp-content/plugins/LayerSlider/classes/class.km.autoupdate.v3.php on line 74
[16-Oct-2017 10:51:40 UTC] PHP Notice: Constant WCE_PLUGIN_DIR already defined in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mailPipe.php on line 7
[16-Oct-2017 10:51:40 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Mail_mimeDecode has a deprecated constructor in /home/webedevco/public_html/wp-content/plugins/wpsp_email_pipe/includes/pipe/cpanel/mimeDecode.php on line 91
[16-Oct-2017 10:52:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:52:52 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:53:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:54:22 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:54:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:55:14 UTC] PHP Notice: Undefined index: hook_suffix in /home/webedevco/public_html/wp-admin/includes/class-wp-screen.php on line 229
[16-Oct-2017 10:55:33 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/webedevco/public_html/wp-content/plugins/fusion/fusion-core.php on line 478
[16-Oct-2017 10:55:36 UTC] PHP Notice: The called constructor method for Debug_Bar_Panel::Debug_Bar_Panel in Debug_Bar_Panel is deprecated since version 0.8.3! Use__construct()
instead. in /home/webedevco/public_html/wp-includes/functions.php on line 3894