• Resolved Electra

    (@electrakittie)


    I have Coursepress pro 2.0.6.1 and it does not save any units, I update to version 2.0.6.2 and it does not let create more than 2 courses and it does not save the units … Also I have the version Coursepress pro 1.2.6.6 I update it to the 2.0. 6.2 and does not allow to create more than two courses but if it saves the units, but it does not let me modify the template … Be consistent with the updates, I see too many bugs.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author jdailey

    (@jdailey)

    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

    Thread Starter Electra

    (@electrakittie)

    signo-capacitacion.com

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    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

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    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

    Plugin Author jdailey

    (@jdailey)

    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!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Don’t save any Unit’ is closed to new replies.