Jump to content

cstevensjr

PW-Moderators
  • Posts

    1,250
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by cstevensjr

  1. Please provide a little more information regarding your installation (Versions of PHP, ProcessWire, MySQL) and problem. What have you done to troubleshoot this issue? Can you provide information regarding how you structured this file field? Maybe a screenshot would help. Do you know if this is isolated to only Android phones? What happens when you access this field from a computer (Windows, Mac, Linux) or different web browsers (Chrome, Safari, Internet Explorer)? Do you still have the same error? Any additional information would help someone to help you. Good luck.
  2. Ryan's upgrade module replaces everything in the /wire folder, so there is no need to do as you are suggesting.
  3. Your config file needs to have the domains of your online domain listed versus whatever you had for the local install
  4. I read this over and over. What stood out, to me, was these two statements: I don't know what effect this has on the stated problem, however a little more information regarding that configuration (ServerPilot Apache/Nginx config files), I believe, is warranted. In addition, what @kongondo stated in reply #2 is where the PW error logs would lead one to first try to eliminate/rule out.
  5. At it's simplest, with your website you own the data and can control how it is used or shared.
  6. That user name should be the MySQL user account that's associated with the MySQL database. If that's not what's listed, that may be your problem.
  7. A few things to check: Make sure the MySQL user has the correct permissions/privileges. Some hosts don't allow localhost to be used, so you may need to use the actual hostname or IP address You may have to use the standard MySQL port number (3306) after the hostname. Also check with your host to see if they are using an alternate port number
  8. Markdown and Smartypants are meant to work together. They are designed to work together. Markdown does it own "entity encoding" so there is no need to use HTML Entity Encoder with Smartypants. Use Markdown first then have Smartypants apply. That's what I got from the information that I linked to.
  9. From the first link I gave you: You may also apply multiple text formatters at once. Simply select more than one, and drag them to the order you want them to process the text. This doesn't necessarily mean that you should add more than one though. For instance, if you added both "entity encoder" and "Markdown" you'd end up with double encoding, since Markdown already does it's own entity encoding (as do most lightweight markup languages). An example of where you might want to apply two text formatters would be to combine Markdown with Smartypants. These two are designed to run together. According to the author, Smartypants is meant to run after Markdown, so we'd drag Smartypants to be below Markdown.
  10. I believe it depends on the particular textformatters that you are using. Some will work together and some won't. ProcessWire's Wiki briefly talks about textformatters and their use. Additional Link that explains Textformatters: http://www.flamingruby.com/blog/taking-apart-a-simple-textformatter-module/
  11. @BitPoet, a very nice and detailed write-up about your Intranet. Thanks
  12. Strictly for reference, here are the Well Known TCP/UDP Port Numbers in a handy nice chart (PDF): http://packetlife.net/media/library/23/common-ports.pdf This can help anyone whenever you are dealing with this type of issue.
  13. You may need to try one of the different setup combinations that one.com has on their website: http://www.one.com/en/support/guides-faq#emailapps You may need to use Port 587 instead of 465.
  14. Ok, that's not it. Ensure that your access control permissions on the "home" template are not precluding access to these pages? Are you using any third-party module or code that has the potential to block access to these pages?
  15. Looking at your image makes me think you are not on a current version of ProcessWire. What are your versions of ProcessWire, PHP? Thanks. Example - Older Version of ProcessWire (2.3.0) Example - New Version of ProcessWire (2.6.22 Dev)
  16. Also check out the ProcessWire Weekly that comes out every Saturday.
  17. I've used URLs before but those URLs were in the page title and that's how they were retrievable in the dropdown. You may be able to use an actual URL field and do the same thing.
  18. If I understand you correctly, you now need a parent page in the tree where all of your "page selects" are pulled from. The child pages are what you see in your field (homepagimg). An Example
  19. Your web hosting provider (GoDaddy) needs to coordinate with your hosting provider that is doing the DNS pointing to clear things up.
  20. You need to get with the provider that's doing your DNS which currently shows as Nearlyfreespeech. Here is an extract from a WHOIS inquiry: Domain Name: ELPASOPRINT.NET Registrar: GODADDY.COM, LLC Sponsoring Registrar IANA ID: 146 Whois Server: whois.godaddy.com Referral URL: http://registrar.godaddy.com Name Server: NS.PHX2.NEARLYFREESPEECH.NET Name Server: NS.PHX8.NEARLYFREESPEECH.NET Status: clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited Status: clientRenewProhibited http://www.icann.org/epp#clientRenewProhibited Status: clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited Status: clientUpdateProhibited http://www.icann.org/epp#clientUpdateProhibited Updated Date: 16-jun-2015 Creation Date: 11-jan-2013 Expiration Date: 11-jan-2016 I don't know if you have made a recent DNS change. If you have, it takes up to 72 hours for the change to properly propagate throughout the Internet.
  21. Change your timezone in your .htaccess file orEnsure that your MySQL config has the right timezone setting, even on a shared hosting you should have access to PhpMyAdmin or an equivalent (You should definitely work with your hosting provider)
  22. What happens when you leave the wire/modules/Fieldtype/FieldtypeComments folder (where it belongs) and then copy that folder to site/modules/Fieldtype/FieldtypeComments?
×
×
  • Create New...