Sorry to hear you are experiencing issues with the CoursePress update. I am having a hard time replicating this issue. I just installed a fresh copy of CP and was able to create more than 2 courses. Could you share your URL so we can take a look? What version of PHP are you using? Are you using the CoursePress theme?
Again, sorry for any inconvenience this has caused. We look forward to your reply.
Thread Starter
Electra
(@electrakittie)
PHP 5.6, Coursepress theme (Activate), WordPress 4.7.3
Hello @electrakittie,
Hope you are doing well!
Would you please increase the max input vars. Add the following line to php.ini file:
ini_set('max_input_vars', 3000);
If you don’t have php.ini, feel free to create one.
Let us know how it went!
Cheers,
Nastia
Thread Starter
Electra
(@electrakittie)
No…I agree in php.ini << ini_set(‘max_input_vars’, 3000); >> but not working…. I’m really disappointed
Hello @electrakittie,
I’m sorry for responding so late here.
if possible enable debug log and try again creating course and saving units. To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);
In order to enable the error logging to a file on the server you need to add yet one more similar line:
define( 'WP_DEBUG_LOG', true );
In this case the errors will be saved to a debug.log log file inside the /wp-content/directory.
Depending on whether you want your errors to be only logged or also displayed on the screen you should also have this line there, immediately after the line mentioned above:
define( 'WP_DEBUG_DISPLAY', false );
The wp-config.php is located in your WordPress root directory. It’s the same file where the database configuration settings are. You will have to access it by FTP or SFTP in order to edit it.
I would need then to see content of the debug.log file – so please upload it to service like a Dropbox and paste link here.
kind regards
Kasia
Thank you for using CoursePress. I am going to mark this topic resolved because we haven’t heard from you in awhile and we are unable to reproduce the issue. If this was not resolved we can reopen it. Thanks again!