mpaskevi
Forum Replies Created
-
Forum: Plugins
In reply to: [Zotpress] Update to 7.3.11 broke my pagesThanks for the quick fix.
Forum: Plugins
In reply to: [Zotpress] Update to 7.3.11 broke my pagesSame issue here, version 7.3.12. I have a series of zotero collections embedded in the page showing the critical error. All other site pages not using Zotpress working well.
Forum: Themes and Templates
In reply to: [Attire] Display post tagsAwesome, thank you so much ??
Forum: Plugins
In reply to: [Gutenberg] Image uploading fails in Gutenberg editorI know how to turn it on, but have not used it. We are in a production environment but in low season. Can you tell me where the logs will appear or how to access them?
Forum: Plugins
In reply to: [Gutenberg] Image uploading fails in Gutenberg editorThanks for the reply. I have installed 3.5.0 but the issue still persists. Here is the console text:
POST https://wordpress.viu.ca/openeducationalresources/wp-json/wp/v2/media 500 (Internal Server Error)
index.js?ver=1533851501:1
- This reply was modified 6 years, 3 months ago by mpaskevi.
Forum: Themes and Templates
In reply to: [Edin] Syntax error in edin 1.2.9The code change to the jetback.php file (line 116) in the Edin theme worked for me! Thanks again ??
Thanks, all. If you’re comfortable doing so, you could try changing the code on line 116 from this:
return wp_get_attachment_image_src( $post_thumbnail_id, $size )[0];
to this:
$attachment = wp_get_attachment_image_src( $post_thumbnail_id, $size ); // Attachment array
$url = $attachment[0]; // Attachment URL
return $url;
That should be compatible even with PHP 5.3.Forum: Themes and Templates
In reply to: [Edin] All my sites running Edin 1.2.9 are not workingThanks @kathryn, we are running 5.3. Ill keep an eye on both issues.
Forum: Plugins
In reply to: [wpDirAuth] Error while upgrading from 1.7.15 to 1.7.17We reverted from 1.7.16 to 1.7.15, so this might have happened during the the code change, as this was handled by out IT department. Thank again @gilzow for the quick help.
Forum: Plugins
In reply to: [wpDirAuth] Error while upgrading from 1.7.15 to 1.7.17All are -rw-r–r– and owned by apache, except the wpDirAuth.php file which is owned by root. If you could advise on the needed changes that would really help!
Thanks again,
Forum: Plugins
In reply to: [wpDirAuth] Error while upgrading from 1.7.15 to 1.7.17Thanks for the quick reply @gilzow! I double checked the permission and ownership, both are consisted with other plugin folders in the the wp-content directory. Permissions drwxrwxr-x and ownership is held by apache.
Forum: Plugins
In reply to: [FeedWordPress] BROKEN with the WordPress 4.7 updateSame problem here. Loved the concept of this project, sad to hear it might be abandoned.
Forum: Plugins
In reply to: [wpDirAuth] New version stops password resetsJust an update, we rolled back to 1.7.15 and my external users can now login without any issue. I am sorry can’t further troubleshoot on my end at this time.
I will be watching this issue to see if there is a resolve before I upgrade again.
Thanks to both of you for your help!
Forum: Plugins
In reply to: [wpDirAuth] New version stops password resetsHere is the list of plugins currently active on the central multisite network site (where users login)
https://docs.google.com/document/d/1NC4jA-s-WwOp5PzwiBuwck6Q0acgUxCaSq-AIA45VFc/edit?usp=sharing
Forum: Plugins
In reply to: [wpDirAuth] New version stops password resetsWe run a wordpress network which authenticates users through the plugin to an active directory. AD Users can add external users to the sites the create. So there is a mix of AD authenticated and non-AD authenticated users within the network.
The latest change blocked non-AD users from authenticating. Users authenticated by AD still work.
Never had a problem till now, so thanks for your work on the plugin. Love to see this resolved soon.
Forum: Plugins
In reply to: [wpDirAuth] New version stops password resetsThanks for the quick reply tommcgee, I am in via FTP and hopefully will have this resolved soon thanks to your help.
Hope the plugin gets fixed in the long run.