-
Posts
1,250 -
Joined
-
Last visited
-
Days Won
5
Everything posted by cstevensjr
-
File upload not working on mobile backend
cstevensjr replied to hellomoto's topic in General Support
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.- 8 replies
-
- admin
- file upload
-
(and 2 more)
Tagged with:
-
Reno Theme: Where are the image variations?
cstevensjr replied to steveooo's topic in Themes and Profiles
Ryan's upgrade module replaces everything in the /wire folder, so there is no need to do as you are suggesting. -
Your config file needs to have the domains of your online domain listed versus whatever you had for the local install
-
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.
- 16 replies
-
- 2
-
- memory
- allocation
-
(and 2 more)
Tagged with:
-
At it's simplest, with your website you own the data and can control how it is used or shared.
-
Error: Exception: SQLSTATE[HY000] [1045] Access denied for user
cstevensjr replied to Manol's topic in General Support
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. -
Error: Exception: SQLSTATE[HY000] [1045] Access denied for user
cstevensjr replied to Manol's topic in General Support
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 -
Using SmartyPants and HTML Entity Encoder Textformatters together
cstevensjr replied to Robin S's topic in General Support
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. -
Using SmartyPants and HTML Entity Encoder Textformatters together
cstevensjr replied to Robin S's topic in General Support
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. -
Using SmartyPants and HTML Entity Encoder Textformatters together
cstevensjr replied to Robin S's topic in General Support
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/ -
@BitPoet, a very nice and detailed write-up about your Intranet. Thanks
-
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.
-
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.
-
All pages other than home return 404 Error. Tried all usual measures.
cstevensjr replied to Pablos's topic in General Support
https://processwire.com/docs/tutorials/troubleshooting-guide/ -
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?
-
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)
-
Also check out the ProcessWire Weekly that comes out every Saturday.
-
Selecting Page from List to Used as URL
cstevensjr replied to louisstephens's topic in API & Templates
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. -
Selecting Page from List to Used as URL
cstevensjr replied to louisstephens's topic in API & Templates
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 -
Please check the permissions on the newly created pages.
-
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.
-
-
solved Suspected leap year problem with "created" variable
cstevensjr replied to PHPSpert's topic in API & Templates
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) -
What happens when you leave the wire/modules/Fieldtype/FieldtypeComments folder (where it belongs) and then copy that folder to site/modules/Fieldtype/FieldtypeComments?