brianchicago76
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] duplicate yop_poll databaseBUMP. I just experienced the same issue… seemingly duplicative YOP Poll table entries in mysql db. Potentially when I recently updated the plugin it created this new set of tables. I am presuming there was incompatibility with the prior set, but the DEVELOPER needs to weigh in.
I am curious if I am able to delete out the original wp_yop_ tables and keep the new wp_yop2_ tables (shouldn’t the plug-in have done that? They don’t seem to be hurting anything, but some of us like to maintain a streamlined db. I made a backup of my db and just tested deleting them out and it didn’t seem to affect the plugin data or operation (front or back-end).
But feedback from the DEV would be appreciated…!
- This reply was modified 9 years, 6 months ago by brianchicago76.
Forum: Plugins
In reply to: [Custom Post Type UI] Error with Version 1.0.4Just to confirm Mr. Beckwith’s reply, I just upgraded to 1.0.4 today and none of the permalinks for my custom post types were working (“Page not found” error). However various data within the posts were still visible in other parts of the site (Featured Image, etc.). So I figured it must be some way the CPTs were being stored and synced in the db that had to be reinitialized. All you need to do is go under “CPT UI > Add/Edit Post Types > Edit Post Types,” then select each existing post type from the drop down and click “Edit Post Type” (but don’t alter anything!). As I said I think this just “reinitializes” or “reserializes” the CPT data the db after this latest version update. Your posts should start working again… at least mine did. Hope this helps.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] File Upload Limit?DUH.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] File Upload Limit?Well, answered my own question, and you should probably pass this along to people having similar issues, unless it’s a DUH kind of thing:
php.ini needs to be located in the root folder of your WP site. I am running a WP site in a subdirectory on my main site and I was editing php.ini there. As soon as I copied the file into the root for the WP site it all works fine.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] File Upload Limit?UPDATE: I just checked an error log I found in my the root directory for the WP site running the plugin. It indicated that the failure occurred because “upload_max_filesize of 2097152 bytes exceeded”. So that would indicated the limit IS 2MB… but why would that be the case if I altered the php.ini file? Could I have altered the wrong one? Where would the correct one be located? Thanks.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] File Upload Limit?I am having the same problem. I am trying to set a limit of 4MB, but it seems like I can only upload up to 2MB. Here is my setting in the plugin:
[file* file-submission limit:4200000 filetypes:.mpg|.mp4|.mov|.wmv|.flv]
Also, I went into php.ini file and upped the following values:
max_execution_time = 240
memory_limit = 200M
post_max_size = 100M
upload_max_filesize = 50MBut whenever I try to upload a file over 2MB, it gives me the message “Failed to upload file. Error occurred.” in red under the file attachment box and the message “Validation errors occurred. Please confirm the fields and submit it again.” in a yellow box at the bottom of the form.
Please advise.