-
Posts
1,250 -
Joined
-
Last visited
-
Days Won
5
Everything posted by cstevensjr
-
The best place to look is here: http://modules.processwire.com/categories/users-access/ I remember there being a module that tackled this issue. Regardless, there are many talented individuals on this forum who should chime in with a solid solution. Good luck.
-
If you are using a web analytics package (Google Analytics, Woopra, Piwik, etc..) you will see what was typed by the user. I did a quick check with Piwik to confirm this is true. Initial Search on website Search completed (searched word not found) Piwik search results
-
You may want to open a trouble ticket with your hosing provider. They may be able to provide some insight into why you are having upload issues. Please let us know what you find out from your hosting provider. Good luck.
-
Are you using ProcessWire 2.7.2, 2.7.3 or 3.0.17? PHP Version? List of any Third Party modules? Example of any custom code you are using?
-
I am not certain, however I noticed that you are including Gmail in your test. This is a note from the Mailgun User Manual that may apply to your situation. Source: https://documentation.mailgun.com/faqs.html#why-am-i-not-receiving-an-email-when-sending-via-the-route-with-the-sending-address-as-a-destination Gmail doesn't like sending anything to the same Gmail address. You may want to try sending your test using another provider.
-
That's good to know and will help in getting this problem resolved. The question was asked because the OP stated PHP 5, which would be less than what's required to run ProcessWire.
-
Can you please be more specific on the version of PHP that you are using (i.e. 5.3.8, 5.4, 5.5 or 5.6)?
-
Pull Request https://github.com/ryancramerdesign/ProcessWire/pulls Issue https://github.com/ryancramerdesign/ProcessWire/issues
-
@tpr, awesome implementation.
-
Have you tried setting your SMTP port to 587? Here is a link that explains the different SMTP ports http://blog.mailgun.com/25-465-587-what-port-should-i-use/
-
I am passing on this information to make you aware of some recent changes to the Google Chrome browser. Security Update for Chrome Version 50 http://googlechromereleases.blogspot.com/2016/04/stable-channel-update_28.html No More Updates To Chrome on Windows XP/Vista and MacOS 10.6/10.7/10.8 after Chrome Version 49 https://chrome.googleblog.com/2015/11/updates-to-chrome-platform-support.html Note: Many of you will have your computers setup to automatically update the Chrome browser, however you should be aware of these important changes to ensure your browsing experience is still secure. https://sites.google.com/a/chromium.org/dev/Home/chromium-security
-
You make a good point, however whether it's a bug or not, reporting and tracking in github ensures that your problem gets proper visibility with other important issues.
- 20 replies
-
- api
- multilanguage
-
(and 1 more)
Tagged with:
-
I would suggest that you please open a github issue on this, in addition to commenting on this problem here: https://github.com/ryancramerdesign/ProcessWire/issues Thanks
- 20 replies
-
- api
- multilanguage
-
(and 1 more)
Tagged with:
-
Just to cover the ProcessWire file field settings also: If there is something else going on, you will need to be more specific (providing code) or screenshots so we may be able to help you resolve whatever is causing your problem. Best Regards, Charles
-
I am sorry you are having problems with this. I really don't know where the problem exists in your circumstance, however let's go over what the PHP Manual says about file uploads: The source is as follow: http://php.net/manual/en/ini.core.php#ini.file-uploads I have made screen shots of what I think are some of the important parts that need to reviewed and understood by all: Hopefully you will get a clearer understanding of what is required in the PHP configuration portion regarding file uploads. Best Regards, Charles
-
-
I believe the post_max_size has to be bigger than the upload_max_size
-
I have spent the entire day working with websites with this module. I am very impressed and thankful that @Kixe worked on this wonderful module. Additional thanks to @LostKobrakai who mentioned this module in another thread, which got my interest and finally resulted in me testing it out. I still don't know how I missed understanding the great usefulness of this module initially.
-
How important is it to change the default admin url?
cstevensjr replied to Robin S's topic in Security
The admin URL is always based on something distinctly or uniquely associated with the client (so it's not hard for them or me to remember). It's just a matter of knowing detailed information about the client or their business. -
How important is it to change the default admin url?
cstevensjr replied to Robin S's topic in Security
I always change the admin URL. I feel that is just as important as ensuring that the admin account is something other than "admin" or "administrator". -
I routinely receive security alerts daily from the US Cert Program (Computer Emergency Response Team), and I ran across this one this afternoon: I posted this here because (1) It's a very important security vulnerability and (2) It's the right thing to do, people need to be at least informed. Summary There are reported to be at least 2 known zero-day vulnerabilities that directly affect Quicktime for Windows. Facts that are known: Apple will not be issuing any updates (at this time) to fix those vulnerabilities. This issue should mainly affect Windows users on Windows 7 versions and below. If you upgraded to Windows 8, 8.1 or 10 you may need to ensure that Quicktime for Windows is not installed. If it is installed, then this important alert applies to you. Quicktime was separated from iTunes awhile back, so those vulnerabilities have nothing to do with iTunes on Windows The linked alert has additional links that it would be prudent for any Windows user to read https://www.us-cert.gov/ncas/alerts/TA16-105A Best Regards, Charles
-
Wishlist: Group field for grouping fields
cstevensjr replied to steveooo's topic in Wishlist & Roadmap
I may not completely understand your requirements, however I believe you are maybe talking about the existing Fieldsetopen fieldtype. https://processwire.com/talk/topic/176-fieldsetopen-fieldsettabopen-%E2%80%93-what-is-it/ -
Wishlist: Multiple instances of same field
cstevensjr replied to steveooo's topic in Wishlist & Roadmap
I may not completely understand what your requirements are however, I believe you could use the Profields: TextAreas module: -
A few of the many links to get you started (google is your friend): https://processwire.com/talk/topic/10394-content-block-builder-in-processwire/ https://processwire.com/talk/topic/7350-smart-widgets-blocks/ https://processwire.com/talk/topic/10769-static-content-blocks/
- 3 replies
-
- 3
-
- redaxo
- modularity
-
(and 1 more)
Tagged with:
-
As a courtesy, if anyone solves this issue, please post to the original post in the Form Builder VIP Forum where @bramwolf has already brought this up. BTW, I believe this was actively being worked on by @Ryan and was only awaiting a response from @bramwolf. https://processwire.com/talk/topic/10884-text-area-paragraphs-when-creating-a-page-from-a-form-submission/#entry117794 Thanks
- 8 replies
-
- FormBuilder
- textarea
- (and 8 more)