ronc
Forum Replies Created
-
Forum: Plugins
In reply to: [EntryWizard] Using the ewz-extra.txtThanks for taking the time to check this out.
Actually that plugin is available free.
We are having the issue of judges judging without knowing the level of the submitters.
We try adding to the submission layout a field of class, forcing them to enter their class. It worked somehow, but some members checked the wrong class.
So we passed that one.
The reason I did look into that one is because, CIMI User Extra Fields is no longer available.
Now searching under S2Member, I found a lot of choices, none were clear as to which one to use.
Can you help us is selecting the specific S2Member plugin, unless you have found a better one?Forum: Plugins
In reply to: [EntryWizard] Upload limit 1MBCorrect…..
Forum: Plugins
In reply to: [EntryWizard] Rename File on uploadTo Wildcardinal, if you make changes to the EW code, what happens with a new update from Josie?
Forum: Plugins
In reply to: [EntryWizard] How to Sort Submission By ClassIs there a way to update a submission after is entered?
Which bring another question, Is there a way to create a field and not be shown in the layout?
Lets say I have field Class, not required.
Can I, as admin go in and edit that submission of such field after it has been submmited?- This reply was modified 4 years, 2 months ago by ronc.
Forum: Plugins
In reply to: [EntryWizard] error [W023] saving close scheduleSince the problem persist, I did find info about wp_cron.
they talk about set_time_limit(). I did find 2 cron files.
Neither had that line.
So I do not know how to increase the time limit.
I was finally able to find a log of the error:[27-Aug-2020 13:53:37 UTC] EWZ: Failed to schedule close of webform. ;; 289 {user 67}~{ classes/ewz-webform.php, line 1319 }~
[27-Aug-2020 13:53:37 UTC] EWZ: ewz_save_webform_callback exception *** EntryWizard ERROR ***
Failed to schedule close of webform.Is this related to the cron settings?
Have you in the past able to adjust the setting?Also wondering if the settings in my php.ini are set right: Here are my settings:
allow_url_fopen = On
allow_url_include = Off
display_errors = on
enable_dl = Off
file_uploads = On
max_execution_time = 90
max_input_time = 180
max_input_vars = 2000
memory_limit = 256M
post_max_size = 12M
session.gc_maxlifetime = 1440
session.save_path = “/var/cpanel/php/sessions/ea-php73”
upload_max_filesize = 2M
zlib.output_compression = OffAny help will be appreciated, thanks
Forum: Plugins
In reply to: [EntryWizard] FTP_Get and FTP_List Not workingOne more bit of info in this subject. FTP_get, works.
The FTP_GETLIST(), do not and that is the main issue with this subject.
We have found some workaround, by changing some codes in the desktop computers.
Also the use of WEBDISK, may solve this issue.Forum: Plugins
In reply to: [EntryWizard] FTP_Get and FTP_List Not workingThe latest is that cpanel ver 90 will no longer support ftp_get or ftp_list.
So unless they address that issue in the future, as of now they will not work.Forum: Plugins
In reply to: [EntryWizard] FTP_Get and FTP_List Not workingHere is the latest scoop…
It happens that Cpanel the software used in many as in million hosting companies to manage, is upgrading.
The latest version does not allow for FTP_get and FTP_list.
It does allow for FTP_put.
If using PHP coding within the website, ftp_get and list will work.
I think it may have something to do with the communication ports.
Is any one possibly susceptible to this issue?
As soon I have more info, I will postForum: Plugins
In reply to: [EntryWizard] Upload limit 1MBI am embarrassed. After turning the world apart. I saw that limit was at layout.
All corrected. as the layout shows the limit of 4 in WP and follows my setting of 3 in the layout.
All fixed!!!!Forum: Plugins
In reply to: [EntryWizard] Upload limit 1MBThanks so much for your help.
I will contact the hosting company.Forum: Plugins
In reply to: [EntryWizard] Upload limit 1MBthis is the setting in .htaccess
php_value max_execution_time 30
php_value max_input_time 60
php_value max_input_vars 1000
php_value memory_limit 32M
php_value upload_max_filesize 3M
php_value post_max_size 8MThis file is in the root along with wp-content, wp-admin and wp-include folders
Is there anything wrong here and is this the place where EW gets the parameters?Forum: Plugins
In reply to: [EntryWizard] [RS014] Sorry, there was a server error: Rating SchemeOK, I found the problem of the error. Actually it was a memory error.
Some how the setting for memory was too small.
This was the real error:
Allowed memory size of 41943040 bytes exhausted
So to correct it :
you need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
—-
Did fix it!!!!!Forum: Plugins
In reply to: [EntryWizard] [RS014] Sorry, there was a server error: Rating SchemeI found this:
[11-Aug-2020 21:24:29 UTC] PHP Warning: require_once(/home/cameraclub/public_html/wp-content/plugins/entrywizard_bad/entrywizard.php): failed to open stream: No such file or directory in /home/cameraclub/public_html/wp-content/plugins/ewz-rating_bad/ewz-rating.php on line 91
[11-Aug-2020 21:24:29 UTC] PHP Fatal error: require_once(): Failed opening required ‘/home/cameraclub/public_html/wp-content/plugins/entrywizard_bad/entrywizard.php’ (include_path=’.:/opt/cpanel/ea-php72/root/usr/share/pear’) in /home/cameraclub/public_html/wp-content/plugins/ewz-rating_bad/ewz-rating.php on line 91
I saw other dates saying the same. Probably my tryouts…Forum: Plugins
In reply to: [EntryWizard] Restictions in submissionsThanks for the response. What I have done is add the same Comptype with _MU at the end.
An use the same code, except I added a 1 after the code for those _MU.
Example ‘Digital’ code DG fot the Digital_MU code DG1.
The max for each is 1 comptype is 1
For the sub field the max for reg = 3 and Makeup is 3.Now in the PC, The receiving table for the field ‘compttype’ the size is 2.
So upon import the 1 is striped anyway.
The reason and need to add 1 is because the restriction count in based on the code not on the label of the choice.
This may not have been the best way, but is working.Forum: Plugins
In reply to: [EntryWizard] Entries remaining visible after closureGlad you have joined this community.
Josie has created the best image uploading system.
EW is by far the best.