Conversation
supportHi everyone! Here I have a partial / temp solution to export courses since plugin is broked a few updates agos The problem is at the WordPress Filesystem, the plugin works only with wp_filesystem_direct We need to define this at wp-config.php , adding at the bottom define ('FS_METHOD', 'direct'); I hope its helps until other updated comes with the fix.
Not Working
1.Access your installation directory for WordPress via FTP, SSH or File Manager in cPanel 2. Open the folder wp-content/uploads/. 3. Change the permissions on the learnpress folder to 755 or chmod 755 learnpress. 4. Create the following directories: /wp-content/uploads/learnpress/import /wp-content/uploads/learnpress/export /wp-content/uploads/learnpress/temp 5. Change the folder permissions on all 3 to 755 6. Done. Refresh the page and try your import/export again. Thanks to notaryclasses https://wordpress.org/support/users/notaryclasses/ This reply was modified 5 years, 4 months ago by ahmed374b .
Not Working
1.Access your installation directory for WordPress via FTP, SSH or File Manager in cPanel 2. Open the folder wp-content/uploads/. 3. Change the permissions on the learnpress folder to 755 or chmod 755 learnpress. 4. Create the following directories: /wp-content/uploads/learnpress/import /wp-content/uploads/learnpress/export /wp-content/uploads/learnpress/temp 5. Change the folder permissions on all 3 to 755 6. Done. Refresh the page and try your import/export again. Thanks to notaryclasses https://wordpress.org/support/users/notaryclasses/ This reply was modified 5 years, 4 months ago by ahmed374b .