Phil Huhn

Results 8 issues of Phil Huhn

I am installing with the following into a Web API and MVC project: Install-Package SendGrid -version 9.2.0 Install-Package FluentEmail.Core -version 2.1.0 Install-Package FluentEmail.Smtp -version 2.0.4 Install-Package FluentEmail.Mailgun -version 2.1.0 Install-Package...

I am using a SMTP mock (node fake-smtp-server) to test FluentEmail.Core with SMTP sender. I am using the config file to define the SMTP configuration. My intention is to not...

## Test Code ``` [Test()] public async Task EmailConfirmation_Page_Test() { // given Smock.Run(async context => { EmailTestPageModel _testConfirmation = new EmailTestPageModel(userManager, _emailSender.Object); _testConfirmation.PageContext = MockHelpers.CreatePageContext(NSG_Helpers.User_Name2, "User", "/Register/", "/Account"); context.Setup(() =>...

Hey Patrick: I've been getting the following registered in the DEBUG. logs: [01-Jun-2023 15:42:54 UTC] PHP Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s...

Hey Patrick: Web Platform Installer has not been updated since 2020, and the latest PHP seem to be 7.2. I'm trying to figure out how to install later versions of...

I'm running ProjectNami on my Windows 10 laptop. I updated to 3.2.2 (WordPress 6.2.2) on a test site and I'm getting a notice as follows: `Notice: Undefined property: WPBDP::$admin in...

I'm running ProjectNami on my Windows 10 laptop. I updated to 3.0.3 (WordPress 6.0.3) on a test site and I'm getting a notice as follows: ``` Notice: Undefined property: wpdb::$blog_versions...

I am currently getting the following runtime error: ``` Uncaught ReferenceError: require is not defined at eval (eval at webpackJsonp.../../../../script-loader/addScript.js.module.exports (addScript.js:9), :14:14) at eval () at webpackJsonp.../../../../script-loader/addScript.js.module.exports (addScript.js:9) at Object.../../../../script-loader/index.js!../../../../angular-2-data-table/dist/index.js...