Title: PHP Errors / Can&#8217;t Create Channel
Last modified: December 8, 2018

---

# PHP Errors / Can’t Create Channel

 *  Resolved [ThemeMee](https://wordpress.org/support/users/thememee/)
 * (@thememee)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/)
 * Trying to test BigCommerce plugin on WordPress 5.0 running on WAMP with the default
   Twenty Nineteen theme and no other plugins installed; PHP 7.0. On activating 
   the plugin:
 * ( ! ) Warning: getenv() expects exactly 1 parameter, 2 given in C:\wamp64\www\
   testsite\wp-content\plugins\bigcommerce\bigcommerce.php on line 58
 * ( ! ) Warning: Cannot modify header information – headers already sent by (output
   started at C:\wamp64\www\testsite\wp-content\plugins\bigcommerce\bigcommerce.
   php:58) in C:\wamp64\www\testsite\wp-admin\includes\misc.php on line 1144
 * For grins, removed “, true” from line 58 in bigcommerce.php. This gets rid of
   the errors and triggers the popup/login window. Logged into and connected with
   my BigCommerce Sandbox store. Then I get the “Channel Settings” screen with the“
   Select a Channel” drop down. Choosing “Create a New Channel” I attempt to do 
   so (with different names, just in case) and always get the error message “An 
   error occurred creating your channel”

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Contributor [Nate Stewart](https://wordpress.org/support/users/becomevocal/)
 * (@becomevocal)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/#post-10979551)
 * Hey [@thememee](https://wordpress.org/support/users/thememee/), thanks for trying
   the plugin!
 * I’d suggest removing the plugin completely, re-installing, and using the API 
   credentials connection method that’s described here: [https://developer.bigcommerce.com/bigcommerce-for-wordpress/setup/multi-site](https://developer.bigcommerce.com/bigcommerce-for-wordpress/setup/multi-site)
 * While it says it’s for multi-site users, it also helps for getting around connection
   issues with single sites.
 * Let me know if this works better for you!
 *  [Oudaryamay Burai](https://wordpress.org/support/users/oudaryamayburai/)
 * (@oudaryamayburai)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/#post-10996453)
 * Hello [@thememee](https://wordpress.org/support/users/thememee/),
 * You can not connect the Bigcommerce store from your WAMP server(localhost). The
   WordPress site, where from you are sending an API request to Bigcommerce, need**
   SSL And Min. TLS Version 1.2**.
 * In the Bigcommerce end, there is a security layer for the API request validate.
   So when any non-SSL request is hit, the security layer rejects it and the plugin
   failed to go next step and showing the error message.
 * Hope you understand!
 *  [Topher](https://wordpress.org/support/users/topher1kenobe/)
 * (@topher1kenobe)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/#post-11046052)
 * [@thememee](https://wordpress.org/support/users/thememee/) The first error looks
   like a PHP version issue:
    `5.5.38, 5.6.24, 7.0.9 The local_only parameter has
   been added.`
 * Do you still need help on this one?
 *  [Mikaela](https://wordpress.org/support/users/mikaelabc/)
 * (@mikaelabc)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/#post-11154342)
 * Resolving this for now!
 *  [peachyyazzy](https://wordpress.org/support/users/peachyyazzy/)
 * (@peachyyazzy)
 * [7 years ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/#post-11322268)
 * Hi Guys!
 * I am having a hell of an issue that I can’t figure out. We hooked up the API 
   without having an SSL. Then, since we are embedding the checkout on a specific
   channel (www.neckenvy.com), we hooked up the SSL, and all the urls were updated,
   but the backend code that allows to embedd seems to be stuck on HTTP. I have 
   no clue how to change that and our checkout right now is just an empty page. 
   See screenshot: [https://prnt.sc/myxv0r](https://prnt.sc/myxv0r)
 * If anyone can help, thank you so much!!
 *  Plugin Contributor [Nate Stewart](https://wordpress.org/support/users/becomevocal/)
 * (@becomevocal)
 * [7 years ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/#post-11348506)
 * [@peachyyazzy](https://wordpress.org/support/users/peachyyazzy/) Ok, I believe
   what is happening is, under the hood, the base URL of the Site on BC hasn’t been
   updated. That normally requires an API call. However, [@topher1kenobe](https://wordpress.org/support/users/topher1kenobe/)
   has made a simple plugin that you can install to change it for you to match the
   new WP site. You can download the plugin zip here: [https://drive.google.com/open?id=19-fUjmDNxGEP4e25o-C_wYpqF7fWlp00](https://drive.google.com/open?id=19-fUjmDNxGEP4e25o-C_wYpqF7fWlp00)
 * After you install the plugin, you should only need to load your site once for
   it to work. After one page load, you should remove the plugin, as it doesn’t 
   need to run the request more than once to fix your issue.
 * Let me know if this helps or if you me to clarify anything else!
 *  [jecalderon](https://wordpress.org/support/users/jecalderon/)
 * (@jecalderon)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/#post-11908224)
 * This is a very persintent problem 3 days and have not been able to link BigCOmmerce
   to WOrdPress. Is this mean BigCOmmerce is dead? I can not get a channel.
 *  Plugin Contributor [Nate Stewart](https://wordpress.org/support/users/becomevocal/)
 * (@becomevocal)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/#post-11911662)
 * [@jecalderon](https://wordpress.org/support/users/jecalderon/) can you try creating
   an API account BigCommerce and connect to BC4WP that way? Here are the instructions:
   [https://developer.bigcommerce.com/bigcommerce-for-wordpress/setup/multi-site](https://developer.bigcommerce.com/bigcommerce-for-wordpress/setup/multi-site)
 * If that doesn’t work could you give us a little more info about your site? Feel
   free to email our team using this alias: [wordpress-suggestions@bigcommerce.com](https://wordpress.org/support/topic/php-errors-cant-create-channel/wordpress-suggestions@bigcommerce.com?output_format=md)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘PHP Errors / Can’t Create Channel’ is closed to new replies.

 * ![](https://ps.w.org/bigcommerce/assets/icon-256x256.png?rev=2860929)
 * [BigCommerce For WordPress](https://wordpress.org/plugins/bigcommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bigcommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bigcommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/bigcommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bigcommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bigcommerce/reviews/)

## Tags

 * [checkout](https://wordpress.org/support/topic-tag/checkout/)
 * [PHP7](https://wordpress.org/support/topic-tag/php7/)
 * [wordpress 5](https://wordpress.org/support/topic-tag/wordpress-5/)

 * 8 replies
 * 7 participants
 * Last reply from: [Nate Stewart](https://wordpress.org/support/users/becomevocal/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/php-errors-cant-create-channel/#post-11911662)
 * Status: resolved