WPIntell

Source evidence

does not work

The Word Widget · support · 2014-10-29T16:16:00+00:00

complaintsentiment
mediumseverity
0.93relevance
2replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
zds2000 unresolved
Hi, dear Sir, I love this widget and installed the word. but it shows at the dashboard :Failed to retrieve Bible list from URL . please help! thanks! God bless! Dawson https://wordpress.org/plugins/the-word-widget/ Hi Dawson, (sorry for late reply – I didn’t get a notice about your question, or maybe overlooked it) This looks like your PHP environment does not allow access to the remote URL of bible2.net. I do not yet have a solution for this, but maybe you can help find one! Would you try to create a file called php.ini with the line allow_url_fopen=on in the folder of the widget (typically wordpress/wp-content/plugins/the-word-widget/ ) and in the sub-folder includes there? If this does not help, to find an alternative way that works, you might fetch the zip file http://bible2.net/download/dev/2014-10-06_test_simplexml_load_file.zip and put the 4 contained .php files in some folder on your server, then open them in order in your browser (the php.ini in the zip file is just the same as described above). loadtheword0.php just reports the setting of allow_url_fopen . loadtheword1.php uses the same mechanism as the plugin ( simplexml_load_file) . loadtheword2.php uses slightly modified code (setting user agent, memory limit…). loadtheword3.php uses a rather different mechanism curl . I just released version 0.4 which falls back to a safer method to retrieve data from bible2.net on restricted server configurations. It works even if allow_url_fopen=Off. Sorry for inconvenience!

Comments

2 shown
HSteeb 2014-12-16T21:23:00+00:00

Hi Dawson, (sorry for late reply – I didn’t get a notice about your question, or maybe overlooked it) This looks like your PHP environment does not allow access to the remote URL of bible2.net. I do not yet have a solution for this, but maybe you can help find one! Would you try to create a file called php.ini with the line allow_url_fopen=on in the folder of the widget (typically wordpress/wp-content/plugins/the-word-widget/ ) and in the sub-folder includes there? If this does not help, to find an alternative way that works, you might fetch the zip file http://bible2.net/download/dev/2014-10-06_test_simplexml_load_file.zip and put the 4 contained .php files in some folder on your server, then open them in order in your browser (the php.ini in the zip file is just the same as described above). loadtheword0.php just reports the setting of allow_url_fopen . loadtheword1.php uses the same mechanism as the plugin ( simplexml_load_file) . loadtheword2.php uses slightly modified code (setting user agent, memory limit…). loadtheword3.php uses a rather different mechanism curl .

HSteeb 2014-12-22T19:57:00+00:00

I just released version 0.4 which falls back to a safer method to retrieve data from bible2.net on restricted server configurations. It works even if allow_url_fopen=Off. Sorry for inconvenience!