06-07-2014, 06:22 AM
cipiceuca24, thanks, no need for me to check, but thanks for the offer of login. I just wondered if anyone had tried it, because sonto seemed to think it wasn't nulled. I'll just install and test on my own site.
(06-07-2014 06:22 AM)carson Wrote: [ -> ]cipiceuca24, thanks, no need for me to check, but thanks for the offer of login. I just wondered if anyone had tried it, because sonto seemed to think it wasn't nulled. I'll just install and test on my own site.Well, then I will wait for your feedback :)
(06-07-2014 07:16 AM)quixfix1 Wrote: [ -> ]I get this error when I try to use the pluginPaste the whole error message. The error should be something like:
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Empty string supplied as input in /home/content/19/5842119/htm
Any ideas on a fix?
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Empty string
supplied as input in /home/content/19/5842119/htm/xxx.php on line xxx
(06-07-2014 07:20 AM)cipiceuca24 Wrote: [ -> ]Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Empty string supplied as input in /home/content/19/5842119/html/tees/wp-content/plugins/covertshirtbuilder/pages/skreened.php on line 64
(06-07-2014 07:16 AM)quixfix1 Wrote: [ -> ]I get this error when I try to use the pluginPaste the whole error message. The error should be something like:
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Empty string supplied as input in /home/content/19/5842119/htm
Any ideas on a fix?where xxx.php is the name of file and xxx is the line where the error is found.Code:
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Empty string
supplied as input in /home/content/19/5842119/htm/xxx.php on line xxx
(06-07-2014 07:16 AM)quixfix1 Wrote: [ -> ]I get this error when I try to use the pluginDo you have an account on skreneed? If you don't have one, create account on skreneed, insert your username and password on Covert Shirt Builder -> Settings, hit the Update Settings button and you can use the plugin. I have controlled my error_log and this error appears only after I deleted the username and password on Settings page.
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Empty string supplied as input in /home/content/19/5842119/html/tees/wp-content/plugins/covertshirtbuilder/pages/skreened.php on line 64
Any ideas on a fix?
(06-07-2014 07:24 AM)quixfix1 Wrote: [ -> ]Line 64 is blank when i view itNope, These are lines 64, 65, 66, 67, 68 and 69 from skreneed.php
if(is_null($post_price))
return false;
$return['post_image'] = $post_image;
$return['post_price'] = $post_price;
if($dom->loadHTML($body[1]) === false) {
$return["error"]["module"] = "Skreened";
$return["error"]["reason"] = "Error retrieving stores";
$return["error"]["message"] = "Cannot parse store data";
return $return;
}
(06-07-2014 07:56 AM)quixfix1 Wrote: [ -> ]ahhh. ok.. thank you for getting me straight on that. Any suggestions on a fix?I have already told you.