londonnet
Forum Replies Created
-
I have just updated to the latest version of the plugin and the issue is still there for me.
HTTP ERROR 500
Thanks
What plugins do you have installed and are you running your site as a multisite install?
Anything showing up in the log files?
Thanks for taking a look. I have run the test again and this is what I get pop up in the log files. If I have missed any log files please let me know and I’ll test again.
/var/log/httpd/access.log
172.16.10.1 - - [13/Jul/2017:09:03:55 +0100] "POST / HTTP/1.1" 500 20 "https://xxxxx.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"
/var/log/httpd/access.log
Nothing/var/log/messages
Nothing/var/log/httpd/error_log
Nothing/var/log/httpd/ssl_error_log
Nothing/var/log/php-errors.log
NothingThanks
Hi. I was just wondering if you had a chance to make some tests on your multisite system?
I have tried disabling other plugins to see if there is a clash but no change
Thanks
Thanks for taking a look.
What sort of support issues are you seeing with multisite?
In terms of features, it is useful to me that there is a single participant database which all subdomains write to so I can have a unique record across all sights although I suspect this is not how everyone would like to see it working.
Bit off topic…
regards
I’ve checked the /var/log/messages and there is nothing being logged during the event.
The page loads correctly, I am able to complete the form and check the I am a human check box. When I submit the form there is a short timeout and then the I am presented with
This page isn’t working xxxxxx.com is currently unable to handle this request. HTTP ERROR 500
With the captcha part removed from the form everything works.
What other log files can I check?Just in case this makes any difference some extra detail about my install. This is a multisite install and I have the both participant database and the captcha addon enabled for this particular subdomain only rather than network enabled
The page loads without error and when I submit the form the only response I get is is the following
From access_;og
172.16.10.1 - - [24/Jun/2017:21:17:42 +0100] "POST / HTTP/1.1" 500 20 "https://xxxxxxxx.com/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
error_log
nothingWhere else should I look?
Forum: Plugins
In reply to: [Participants Database] MultisiteSo I think this is good news for me then?
I can have multiple sites and they will use the same database?
I suppose the only issue is I will have to make the messages quite generic as I assume the configuration will be in the same database, is that right?Thanks
Forum: Plugins
In reply to: [Participants Database] private ID generatorThanks for the reply. I got to thinking I could just add the numbers I don’t want to give out to the DB before hand, pre populate with bad pins and thus they will not be issued.
I will play with the code and see if I can work out how achieve the random number range I am looking for.
But can I ask, how do you use the code you have above? Do you add it in as a separate file and then call it in some way? I had a look at the documentation for filters and didn’t understand how to replace the filter.
any help in this area would be appreciated.
Forum: Plugins
In reply to: [Participants Database] private ID generatorThanks for the code, I have some questions.
How do you implement the code? Where do you put it?
The number range looks like it will be any random number between 100000, 999999. Could it be 000001, 999999?
Would it be possible to exclude particular numbers like 123456 or 111111 and so on?In my application the the private_id is a simple pin and should not be overly easy to guess.
Your support is very much appreciated.
Thanks
Forum: Plugins
In reply to: [Participants Database] Signup Button Text positionId also like to remove the field label at the front and the under lines. Again can this be achieved with CSS?
Great plugin BTW
Thanks
Forum: Plugins
In reply to: [Participants Database] Private ID – change to numeric numberThanks for the idea. I feel the previous method of adjusting the participants-database.php was a lot easier for a user of my level to pick up.
For a future update would it be possible to simply have some variables that could be set in the settings section and keep the generation of the id and the clever parts in the plugin?
If I had any PHP skills I would’t need plugins
Thanks
Forum: Plugins
In reply to: [Participants Database] Private ID – change to numeric numberI have no idea. and the new version no longer has this setting by the look of it.
I would like to know the following:
How to change the length of the Private ID
How to set the plugin to only use digits and not alphanumeric.Forum: Plugins
In reply to: [Participants Database] Private ID – change to numeric numberThanks for the reply. Before this update I was able to just adjust the participants-database.php and alter the length of the private pin from 5 to 6 and remove A-Z as charioteers to use. The result was a 6 digit random number I could print to screen after registration and also have sent in an email.
I can’t see how or what I would need to adjust to make a private ID 6 digits long and only numbers.
How would I achieve the same functionality?
Thanks
Forum: Plugins
In reply to: [Participants Database] Private ID – change to numeric numberI see you have added an extra filter for the private id. Thanks for the consideration.
How do you use it?
Thanks