-
Posts
1,250 -
Joined
-
Last visited
-
Days Won
5
Everything posted by cstevensjr
-
This is how it normally works Go to the parent page Edit the parent page Choose your sort order If this is not working please let us know
-
One thing to always keep in mind, if you are on a shared hosting plan, your website can get probed by other users that share the same server you are hosted on. You can also get probed by bots and other scripts running on that server.
-
Great website. I like how they have the handwritten menu cards. Very original and personal.
-
Please publish this new module. Thanks and here's another useful tool you have developed.
-
Is this website using PHP 5.6.x? I've had constant issues with SSL certificates on domains that use that version of PHP and have a good idea what's going on.
- 29 replies
-
- issues
- processwire forum
-
(and 4 more)
Tagged with:
-
You need to clear the cache on this browser. With Crome open, goto Settings and under the Advanced section, goto Privacy and you should see the "Clear Browsing Data" button. At least ensure that "Clear the cache" is checked (enabled). I probably would also check (enable) "Clear cookies, site data". Then hit the clear button.
- 29 replies
-
- 1
-
- issues
- processwire forum
-
(and 4 more)
Tagged with:
-
Do you get the same results on different browsers (Chrome, Safari, Firefox)? Do you get the same results on different OS platforms (IOS, Android, Windows, Linux, Mac)?
-
You may need to look at and possibly increase the max_allowed_packet variable in MySQL.
- 8 replies
-
- 3
-
- site loading
- error
-
(and 3 more)
Tagged with:
-
I took your code and created a php Hanna Code from it. I created a template (clone of basic-page) and renamed it "test1". The body field has the hanna code text formatter assigned to it. Here is a sample of the output: The code is working or is there something else you actually meant?
-
Can you please let us know what these errors are and what versions were you running on your local install? Did you have any of these problems on your local install? Can you provide a little more information on this? What did you do to get around this? From a strictly technical point, It would be better if you could upgrade your hosted PHP version from 5.3.29 (to PHP 5.4.x, 5.5.x or 5.6x) and possibly have your Apache at the 2.4 branch. I'm also guessing that you already understand that you will never get optimal performance on a Shared Hosting platform. Don't get me wrong, It doesn't mean that things can't work with this configuration. You just need to be aware that there are going to be limitations. Can you let us know what are your load times at different times of day? Are you having this loading problem on different web browsers or OS platforms? Is this the only web hosting company that you deal with? Are you able to load an online dev version of the site on another web host?
- 8 replies
-
- 2
-
- site loading
- error
-
(and 3 more)
Tagged with:
-
Can you please provide some information regarding your site structure (Versions of PHP, ProcessWire, Apache, MySQL, Bootstrap)? Is this website on Shared Hosting, VPS or Dedicated Serve? Can you please provide a little more information regarding when you first noticed the slowness and footer issues? What site specific modules do you have installed?
- 8 replies
-
- site loading
- error
-
(and 3 more)
Tagged with:
-
status published not unpublished for new pages
cstevensjr replied to ocr_a's topic in Getting Started
Please look at this topic where it shows how to hide the Settings tab: https://processwire.com/talk/topic/3159-hide-settings-tab-in-page-edition/?hl=settings#entry86400 -
A quick Google search turned up: "That looks like you're using an opcode cache (APC, eAccellerator, etc) that is not compatible with the version of PHP you are running. But probably eAccelleator, which is hopelessly out of date." Source: http://fuelphp.com/forums/discussion/11832/fatal-error-invalid-opcode-15318- I would check eAccellerator config first.
-
Whatever you did in the beginning, I would go back to that. From reading your original topic, you were able to access the back-end. From that point on we attempted to provide solutions to help resolve your issue. Whatever the structure you had originally, was working. You have attempted too many things since then trying to solve an issue that was not related to the installation of ProcessWIre. Edit: Exactly what @LostKobrakaai is saying.
-
$pages->find("template=xxxx") not working for certain template
cstevensjr replied to Tyssen's topic in General Support
I would first check to make sure there is a template file associated with the template. -
Can you please open an issue at https://github.com/r...micRoles/issues and reference this topic, so that any correction to the module can be made? Thanks
-
ProcessWIre works fine in all modern day browsers.
-
Hello, First, welcome to the ProcessWire Community. We're glad to have you here. Secondly, reference, https://processwire.com/talk/topic/9352-fallen-at-the-first-hurdlemobiledetect/ @grumpy, The issues you had with the Mobile Detect module have been resolved. It had nothing to do with the ProcessWire installation (which you had correct from the beginning) and more to do with an unusual installation routine for the Mobile Detect module. I honestly believe you need to back up, start from the beginning and you should not have any problems working with ProcessWire. The Mobile Detect module has been updated and should not cause you any more issues. If you are still having additional problems, please let us know and we will do all that we can. Best Regards, Charles
-
The Title has been modified to reflect MobileDetect as the referenced module. Thanks for your prompt action on this issue.
-
The Title of the referenced topic has been edited, per your request
-
I opened an issue in the Mobile Detect github space regarding how this module installs. Reference https://github.com/justonestep/processwire-mobiledetect/issues/1
-
I just went through trying to install MobileDetect module and ran into the same issues. As far as I can see, It cannot be installed in the normal way, not even using Modules Manager (I tried). I believe the individual would have to follow the explicit instructions to "Clone the module and place MobileDetect in your site/modules/ directory" and then know how to initialize and update the submodule. Error handling If you get the following error message: Compile Error: require_once(): Failed opening required 'lib/Mobile_Detect.php' (include_path='.:/usr/local/Cellar/php55/5.5.16/lib/php') (line 57 of /path/to/site/modules/MobileDetect/MobileDetect.module) you forgot to initialize and update the submodule. (The library is included as an git submodule so I can easily update.) Just run git submodule init git submodule update and everything should work as expected. Anything else won't work and I know I don't have a clue how to work through the process of the git initialize and update. I guess someone would have to read up on how that works or maybe the author of the module can provide the missing installation instructions. What I'm trying to say is that everyone doesn't know git. This problem is not a strictly PW issue. I read through the thread and he had the install working. Edit: For reference, Here is the documentation talking about git init and git update http://git-scm.com/docs/git-submodule
-
I'm a long-term music lover and your websites are always impressive.
- 13 replies
-
- datatables
- structured data
-
(and 3 more)
Tagged with:
-
This is a nice and much needed thread, however it would be great if each idea, complaint, feature or UI request referenced a Github Issue or another thread within the forum. To me, that would ensure that these important concerns were/are being addressed.