I've been trying to install the RP plugin on XAMPP to work on it locally. It does work (mostly) but I get it PHP errors in both the plugin admin area and on the site.
These are the php errors I in the admin area get upon activation of the plugin.
After that, I can actually go ahead and put in my store name and password as usual. Albeit, I get the same errors as above, but it works.
I can then go to my site and all the data is there on the product pages except for localhost/mysite/dedicated-hosting-packages/. All I get is...
...which is false because there is no unclosed '{' in the file. I even compared that to the file on my life site and it's identical.
On the rest of the product pages they all have errors, but everything is fine otherwise.
One example is at localhost/mysite/website-hosting/. I get one error 3 times...
...but the page is fine otherwise, even the order links.
The order form page actually loads without errors.
Any ideas here would be great. Been trying to figure this out off and on for a few weeks and
. Beginning to think it's just not possible.
These are the php errors I in the admin area get upon activation of the plugin.
PHP Code:
Warning: Undefined array key "reseller_name" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 126
Warning: Undefined array key "store_id" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 127
Warning: Undefined array key "store_name" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 128
Warning: Undefined array key "title" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 129
Warning: Undefined array key "currency" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 130
Warning: Undefined array key "reseller_email" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 131
Warning: Undefined array key "demo" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 132
Warning: Undefined array key 2 in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 134
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 134
Warning: Undefined array key "plans" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 35
Warning: Undefined array key "plans" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 85
Warning: Undefined array key "upgrades" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 174
Warning: Undefined array key "upgrades" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 187
Warning: Undefined array key "plans" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 114
Warning: Undefined array key "plans" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 143
Warning: Undefined array key "plans" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 206
Warning: Undefined array key "plans" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 232
Warning: Undefined array key "upgrades" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 261
Warning: Undefined array key "datacenters" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 281
Warning: Undefined array key "domains" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 307
Warning: Undefined array key "registerdomains" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 319
Warning: Undefined array key "tlds" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 331
Warning: Undefined array key "id_protect" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 363
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 363
Warning: Undefined array key "ssl_certificates" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php on line 71
Warning: Undefined array key "store_texts" in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php:71) in C:\xampp\htdocs\mysite\wp-includes\functions.php on line 7168
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php:71) in C:\xampp\htdocs\mysite\wp-includes\functions.php on line 7144
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php:71) in C:\xampp\htdocs\mysite\wp-admin\admin-header.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php:71) in C:\xampp\htdocs\mysite\wp-includes\option.php on line 1740
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\lib\rp_functions.php:71) in C:\xampp\htdocs\mysite\wp-includes\option.php on line 1741
After that, I can actually go ahead and put in my store name and password as usual. Albeit, I get the same errors as above, but it works.
I can then go to my site and all the data is there on the product pages except for localhost/mysite/dedicated-hosting-packages/. All I get is...
PHP Code:
Parse error: Unclosed '{' on line 17 in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\templates\compare_dedicated_short_horizontal.php on line 201
...which is false because there is no unclosed '{' in the file. I even compared that to the file on my life site and it's identical.
On the rest of the product pages they all have errors, but everything is fine otherwise.
One example is at localhost/mysite/website-hosting/. I get one error 3 times...
PHP Code:
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\mysite\wp-content\plugins\resellerspanel\resellerspanel.php on line 620
...but the page is fine otherwise, even the order links.
The order form page actually loads without errors.
Any ideas here would be great. Been trying to figure this out off and on for a few weeks and


Comment