-
Posts
1,558 -
Joined
-
Last visited
-
Days Won
19
Everything posted by Peter Knight
-
Thanks Alan I have all those settings in place apart from from the Default SMTP port which I have set to 25. My mail header doesn't contain any reference to postmark as pointed out by their support crew so. I only have WireMailSMTP 0.2.1 installed and the FormBuilder Pro module. Am I missing a Module that WireMailSMTP plugs into or some server setting? As I said, I do actually recieve the form submissions so that part is working.
-
Hi Alan Are you using Postmarkapp with Wire Mail SMTP at all? My emails are being delivered but not beign recorded by PM analytics. Postmarkapp support asked me for a header sample from the email and say the email is not being routed via their service. Seems odd to me as I have the correct settings in WireMailSMTP and they verify correctly when I try the test settings now Any other special setup required there?
-
I've always found PW upgrades and downgrades very straightforward. The upgrade module will auto backup your database and files too. http://modules.processwire.com/modules/process-wire-upgrade/
-
Hi joe Anything in the error logs site/assets/logs/errors.txt Might be worth trying following upgrading to 2.7.3 to see if it makes a difference?
-
PW 3.0.15: New quick-tree, debug, view panels and more
Peter Knight replied to ryan's topic in News & Announcements
Love these new additions too. I keep thinking the new quick tree panel should open from the left side on the Reno Theme instead of the right. The icon placement itself makes sense but I get a sense that in a left to right world, it would feel more natural on the left. -
So am I. I love getting editors their access and seeing them update their PW sites. Great to have this solved. I don't think I need to remove that code from site/config.php as I'm still using the Module for a few settings "defaultAdminTheme": "AdminThemeReno", "debug": false, "adminEmail": "peter@net.not" I've just removed a particular config within the config module.
-
Removing the entire Module doesn't work. The error persists. However, I noticed that you can leave the Module installed but just remove the offending config setting. That worked
-
I think you're right. I just added that in before I took screen grabs. Removing has no effect.
-
My screengrabs disagree ... My /site/config.php file My config settings in the Config Module The only other place that httpHosts is set is in /wire/config.php and that's blank / default. This is a site I based on another site by doing a crude file and database copy and it has the same $config->userAuthSalt setting. I wonder could that be a cause?
-
I'm looking forward to both the new Images field and the new version of CroppableImage. I got a little over-ethusiastic about V3 on a few sites and upgraded without checking compatibility. Made me realise the Croppable is probably one of my essential Modules. Thanks for the update anyway horst.
-
Yep. I added it to the config, uploaded, checked it was online. I've even removed it and then tried some forum tips of removing the host from the config completely. I've tried manually updating the config file in /wire/ too. Pretty much tried everything
-
I haven't fixed this but I might be making progress. I get a brief error message when I try to publish the editor role Saved Page: /processwire/access/roles/editor/ (1 change) - Cannot be published until errors are corrected The only actual error is the persistent I've tried everything to resolve the host problem: delete the sessions folder deleted the cache folder checked and double checked the confi files in both site and wire folders removed the Config module It's a persistent bugger :-/
-
Hey Matrijn I'm not sure what you mean. I've tried publishing this page directly from the page list / tree and had the same result. Is that what you meant? P
-
Hi guys Having problems publishing a new role. I can create it, tick the permission checkboxes and hit publish. Once I return to the Roles overview page, the role remains unpublished. I'm preforming this action as a super-user with full permissions so I should be able to achieve this. As all things PW-related are pages, I tried too to drill down through the page tree and directly manipulate the page under Tree > Admin > Access > Roles No joy there either. This is on 2.7.3 dev. Nothing in the error logs and I have a few sites based on this site in exact same environment with no role problems. Any tips?
-
Hi Mike I was just updating PW from 2.7.2 to 2.7.3 and have following error Any advice? In the meantime I'm going to rewind a little back down to 2.7
-
How does that work, David? I presume they monitor HTTP requests and block multiple attempts from the same IP? One of my hosts recently suffered a DDoS and now when I visit their site they utilise a "we're checking the legitimacy of your connection" or similar. This is a false positive and also creates a negative impression IMHO. Does Cloudflare work silently in the background or does it let you know it's screening your connection?
-
Thanks guys The files were placed on the server as a ZIP and then unpacked. I'll look at R-Studio as they're not ZIP files any longer.
-
It's one of those mornings! I'm trying to restore a PW site after a VPS crash over the weekend and step 01 is to copy all the root PW files and site over to a test server. Actually, it's a restored version of the crashed VPS. When I copy over the files and load up the domain, I am getting a very weird collection of characters. Viewed on the VPS I get Chinese characters while on the localhost I get the following I'm not expecting the site to work right now as I've yet to import the database but I did'nt think I'd see the above and have never seen this before. It's not a hacked site by any chance?
-
Hi Dave The host just reverted with I'm chasing them for a backup. I normally do my own backups but this server was so new I'd yet to setup any automation.
-
Hi One of my VPS had a meltdown at the weekend. The host suggested I FTP into a partition where my sites are temporarily located. I have 4 PW sites on this server and all of them seem intact in terms of the directory structure etc. 1 site in particular though has an empty /site/ directory Normally I'd expect to find assets, templates and files etc in there Does this signify a bad backup on the hosts behalf or some corruption or maybe a hack? I've never heard of it before and it seems very odd.
-
I get that a lot when trying to sign in via some automatic password apps. I think it's also because some of my sites are based on similar setups and share AuthSalt keys. Same here?
-
Error exporting / importing database
Peter Knight replied to Peter Knight's topic in General Support
Just a quick update on the error above I crossed out. This seems to be an unrelated error caused by 1. The proper URL being redirected to a www URL due to .htaccess settings that are appropriate to the live site but won't work on the test site 2. The actual error message is not related to the test domain. When it says "/var/www/vhosts/websitedomain.com/httpdocs ...", that domain (websitedomain.com) is my plesk Hostname. Beats me why it throws this up but tweaking the .htaccess file to not direct to www works and I can edit my site etc. -
Error exporting / importing database
Peter Knight replied to Peter Knight's topic in General Support
I had some success and then another issue. I used the module Horst mentioned to create a backup and export of the database from my live site. When I tried to import this database via phpMyAdmin, I had a slightly different error #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO `caches` (`name`, `data`, `expires`) VALUES('Modules.wire/modules/',' at line 2 Within the Plesk UI, I can import a database dump. Doing it this way didn't throw any errors at import New issue I'm unsure if this is related and wether it's an issue at the export or import stage. When I try to edit a page on my test site, I get this error regarding ProcessAccessOverview.module -
Error exporting / importing database
Peter Knight replied to Peter Knight's topic in General Support
1 the database I think. I select all the tables in phpmyadmin and export as a sql file 2 database. I create a new blank database and the import my SQLite file into that blank database 3 yes. When an import fails I drop the tables that partially imported 4 . Phpmyadmin -
Hi guys I'm trying to duplicate a ProcessWire site on a different server so I can work on it. The good news is the live and the test servers are identical VPS. I already have multiple PW sites running on both. I can export the DB from the Live server but when I try to import to Test server I get the following error. Am I correct in thnking this error in the SQL syntax is being generated at the export stage? IE my Live PW site wouldn't be working with a syntax error so I must be messing up the export of the .sql file There is nothing at line 48 but a find command shows CREATE TABLE `fieldtype_options` ( `fields_id` int(10) UNSIGNED NOT NULL, `option_id` int(10) UNSIGNED NOT NULL, `title` text, `value` varchar(255) DEFAULT NULL, `sort` int(10) UNSIGNED NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; BTW, my server setup is: Version Plesk v12.5.30_build1205150826.19 os_CentOS 6 OS CentOS 6.3 (Final) MySQL: 5.5.41 PHP: 5.6.19