WPIntell

Source evidence

warnings Undefined variable $editable_files

CSV to HTML · support · 2024-04-29T08:14:00+00:00

mixedsentiment
mediumseverity
0.78relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

7 / 35 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
nicmare resolved
hey there, i’ve noticed i got some warning logged when using the plugin with google spreadsheets: Warning Undefined variable $editable_files+ wp-content/plugins/csv-to-html/csvtohtml.php:4495 Warning Trying to access array offset on value of type null+ wp-content/plugins/csv-to-html/csvtohtml.php:4495 Warning mkdir(): File exists+ wp-content/plugins/csv-to-html/csvtohtml.php:5041 Shortcode: [csvtohtml_create fetch_interval="hourly" html_id="termine_jugend" design_template="no" source_type="guess" add_ext_auto="no" source_files="https://docs.google.com/spreadsheets/d/1wgXH6vjGG3x5NjMlNDyRYCKmMmGuM3h1UfrcbuPFmXs/gviz/tq?tqx=out:csv&sheet=TSG_Jugend-Kalender" responsive="no" grabcontent_col_fromlink="Link" grabcontent_col_tolink="Aktivität" hide_cols="Link" markdown_support="yes"] i updated already to the recent version of the plugin and working with php 8.2 This topic was modified 2 years ago by nicmare . Hi there! Thanks for your feedback. I will fix this and some other warning-issues to next release! Thank you wibergsweb! but i still have this warning left. Even after update to recent version: Warning mkdir(): File exists wp-content/plugins/csv-to-html/csvtohtml.php:5155 mkdir() wp-content/plugins/csv-to-html/csvtohtml.php:5155 csvtohtmlwp->source_to_table() Hi! I digged into this and this actually seems to be “kind of” server issue. The thing is that I use @mkdir (suppress warrnings/errors) but some webservers and maybe a newer version of PHP don’t care about this. I usually don’t use @ to supress codes like this, but in this case I did. To next release I will only attempt to create this directory if it doesn’t exists (this directory is created when using fetch interval) Thanks for your feedback! Version 3.04 is now officially published and issues in this thread should hopefully be solved. Sorry that this took such titme!

Comments

4 shown
wibergsweb 2024-04-29T23:29:00+00:00

Hi there! Thanks for your feedback. I will fix this and some other warning-issues to next release!

nicmare 2024-05-14T14:00:00+00:00

Thank you wibergsweb! but i still have this warning left. Even after update to recent version: Warning mkdir(): File exists wp-content/plugins/csv-to-html/csvtohtml.php:5155 mkdir() wp-content/plugins/csv-to-html/csvtohtml.php:5155 csvtohtmlwp->source_to_table()

wibergsweb 2024-05-18T15:13:00+00:00

Hi! I digged into this and this actually seems to be “kind of” server issue. The thing is that I use @mkdir (suppress warrnings/errors) but some webservers and maybe a newer version of PHP don’t care about this. I usually don’t use @ to supress codes like this, but in this case I did. To next release I will only attempt to create this directory if it doesn’t exists (this directory is created when using fetch interval) Thanks for your feedback!

wibergsweb 2024-06-17T20:16:00+00:00

Version 3.04 is now officially published and issues in this thread should hopefully be solved. Sorry that this took such titme!