ekimgram
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Download Codes] Use of undefined constantI’ve solved the issue. Lines 32-37 of wp-download-codes.php should be the following:
define( “DC_MAX_ATTEMPTS”, 3 );
define( “DC_ALLOWED_DOWNLOADS”, 3 );
define( “DC_FILE_TYPES”, ‘zip, mp3’ );
define( “DC_CODE_CHARS”, ‘ABCDEFGHIJKLMNPQRSTUVWXYZ123456789’ );
define( “DC_HEADER_CONTENT_TYPE”, ‘Default (MIME Type)’);Forum: Plugins
In reply to: [WP Download Codes] not compatible with php 7.2I’ve solved the issue. Lines 32-37 of wp-download-codes.php should be the following:
define( “DC_MAX_ATTEMPTS”, 3 );
define( “DC_ALLOWED_DOWNLOADS”, 3 );
define( “DC_FILE_TYPES”, ‘zip, mp3’ );
define( “DC_CODE_CHARS”, ‘ABCDEFGHIJKLMNPQRSTUVWXYZ123456789’ );
define( “DC_HEADER_CONTENT_TYPE”, ‘Default (MIME Type)’);Forum: Plugins
In reply to: [WP Download Codes] not compatible with php 7.2I’m trying to use this plugin and I’m having the same problem as the topic creator. Would love to see a solution to this.
The recent updates to the plugin have not helped resolve this issue. Any more guidance would be greatly appreciated!
Hello again,
This is still an unresolved issue. I’ve verified everything is set up server side to allow that large of files to upload, and able to send emails that large. I did this alongside support from BlueHost. No errors being thrown/generated from this either.
I switched to the default theme and deactivated all other plugins. I also create a simpler form that was just a file upload.
I was able to send a single 7MB file. That was fine.
I was not able to send two 7MB files.
I was able to send two 13kb files.Where do you suppose the error is happening?
Interesting, I’m not so sure though.
On the upload media page it says the max is 10MB.