You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure the upload field and other fields tie into the figure page information (field) validation script created for all (most) of the fields in class-webcr-figure.php.
For "wp-content/plugins/webcr/admin/exopite-simple-options/fields/upload.php", which controls the file uploads for interactive figures, and its implementation into the admin side of the plugin via "wp-content/plugins/webcr/includes/class-webcr-figure.php".
figure page information (field) validation script needs to be applied to all fields (class-webcr-figure.php).
function deleteUploadedFile(): line 227 (Subject to chnage) location.reload(); // Refresh the page to reflect deletion)
set the folder permissions for wp-content/data as below:
Owner (WordPress/PHP process): Read (4), Write (2), Execute (1) = 7
Group (Other WordPress Users): Read (4), Execute (1) = 5
Others (Public/Visitors): Read (4) = 4
Combining these numbers, we get 754
jsonValidation and csvtojson conversion need to match the file that Jai sent me (upload.php).
example scripts in the upload box need to be updated to reflect correct json formats as well (upload.php).
The text was updated successfully, but these errors were encountered:
What can be improved? What is missing?
We need to make sure the upload field and other fields tie into the figure page information (field) validation script created for all (most) of the fields in class-webcr-figure.php.
For "wp-content/plugins/webcr/admin/exopite-simple-options/fields/upload.php", which controls the file uploads for interactive figures, and its implementation into the admin side of the plugin via "wp-content/plugins/webcr/includes/class-webcr-figure.php".
figure page information (field) validation script needs to be applied to all fields (class-webcr-figure.php).
function deleteUploadedFile(): line 227 (Subject to chnage) location.reload(); // Refresh the page to reflect deletion)
set the folder permissions for wp-content/data as below:
Owner (WordPress/PHP process): Read (4), Write (2), Execute (1) = 7
Group (Other WordPress Users): Read (4), Execute (1) = 5
Others (Public/Visitors): Read (4) = 4
Combining these numbers, we get 754
jsonValidation and csvtojson conversion need to match the file that Jai sent me (upload.php).
example scripts in the upload box need to be updated to reflect correct json formats as well (upload.php).
The text was updated successfully, but these errors were encountered: