-
Posts
2,318 -
Joined
-
Last visited
-
Days Won
2
Everything posted by pwired
-
There is a difference between a one man show and a consultancy/agency
-
Try to update the modules manager and the JqueryDataTables module
-
Because Processwire sometimes feels like chill out on web
-
+1 Processwire gracefully ended my (and others) evo - revo roller coaster
-
Just my 2 cents: When at work editing a backend over a land line internet I had no problem. Editing the same backend at home over a wireless internet gave me the following error: "The server encountered an internal error or misconfiguration and was unable to complete your request" Putting sessionChallenge and sessionFingerprint to false made the error go away and lets me edit the backend at home. Source: https://processwire.com/docs/tutorials/troubleshooting-guide/page2
-
Bumping this thread Do you optimize your databases and check on possible bottlenecks ?
-
How about this http://www.appdynamics.com/solutions/database-monitoring/ or this http://hammerora.sourceforge.net/about.html
-
Hi I have noticed a drop in database performance in some of the webshops that I have to do maintenance for. I noticed this while editing in the backend of the webshops. I contacted support of the Hosting but they do not seem to find anything that can help me out. So, I was wondering do you guys know of any tools to do performance tests on a database ? I looked with Google but could not find a decent php script to run a stress test on a database. What is the right way here to go along.
-
Nice png logo with how the word Bella Italia is over an opened menu card. Open Sans font and background reflect nice the restaurant atmosphere. Didn't know about the spex module.
-
Hi, I know that with Piwik you stay the owner of all the diag data and with Google analytics not but besides that I would like to know your experiences. Who prefers Google analytics and who Piwik and do you think there is a difference in the results you get from them that can give better data/info to rank up a website ?
-
Hi skaplan, welcome to processwire. Processwire is ideal to teach to students because of it's open inner concept. Through processwire students will pick up the principles of building websites, functions and programming interfaces. Many people who entered this forum and started using processwire report that processwire not only lets you build anything you want but at the same time, during the process learns you how things work. Yes it does. Simply because with processwire you are not bound to any system rules that you have to learn first, but can start building from what you need. Take some time going through the different topic channels of this forum so you can read for your self and have a look at the api and the modules, http://processwire.com/about/ http://modules.processwire.com/ https://processwire.com/api/
-
Since ProcessWire 2.5 a description field which also provides multi language support is included in the core. And there is this module: http://modules.processwire.com/modules/image-extra/
-
The example below is how it works and looks for seperate projects on my Wamp, I guess it wouldn't be much different from Xampp.
-
Apeisa made a module that allows you to run multiple sites with different domains run from single install http://modules.processwire.com/modules/multisite/ But if you mean developing multi sites on Xamp then it simply is a matter of using a subfolder under c:/xampp/htdocs/ for each site with it's own processwire installation and database. Works for me on Wamp. When you upload a finished website you only have to check that Rewrite Base is configured correct for the hosting server.
-
Yup, you're right. Just installed that module.
-
You guys are great, got it working. Just had to figure out that it is a combination of .htaccess and .htpasswd Inside .htaccess AuthUserFile /path/to/password-file/.htpasswd AuthType Basic AuthName "Identify" Require valid-user Inside .htpasswd username:password. ============================== Thanks everybody for all the solutions. Maybe there is a protection against this also
-
Is it sufficient to put this in the root of the website and then Google won't see anything anymore ?
-
Hi, I have build a website for a customer where I offered the client two options: 1. During the build up I send you screenshots/pdf's and the client can give feedback on that what needs to be changed. 2. I build the website online on a testserver and the client can see live how the build up is going and give me feedback on that. The client chose for option 2 because a live website is much more convenient than screenshots and pdf's. Now the website is finished and I have moved everything to the online server and connected the domainname with the website. Problem: Google search still shows results from the time when the website was on the test server. Never had any problems with this but now for the first time a client complains about this. Question: How can I build a website online without Google seeing anything so that Google search results will not show up from the time the website was build on a test server ?
-
Do you mean by that your hoster ? Many hosters have there .htaccess restrictions that you have to adapt to in your .htaccess file. Your hosting support can help you out in 5 min. Many of those .htaccess restrictions are already reported before in the forum. One of them is #Options --- Did you out comment Options +FollowSymLinks like this, if not try that first: #Options +FollowSymLinks Did you check the server actually supports the .htaccess file ? Type "exwaupv" or something at the beginning of it and save. If you don't get a 500 error on your homepage, then your Apache needs a different configuration for your .htaccess Edit your /site/config.php and change the line that has $config->debug = false; to be true. You might get more information from there. Did you read Nico's troubleshooting guide about this ? https://processwire.com/docs/tutorials/troubleshooting-guide/page3 Show us your .htaccess file setup.
-
Who you gonna call: Code Busters !!
-
Questions about ProcessWire for building a Magazine
pwired replied to elmago79's topic in Getting Started
Here you go: https://processwire.com/talk/topic/2782-template-design-better-route/ -
Ok Soma, thanks for the feed back, I have this habit also when I write my emails. Let me work on it.
-
@LostKobraKai What about writing your own modules as these tools ?
-
Hi, For automated jobs like backups, pings, emailalerts, sms, etc there is of course cron jobs. But lately I have in my mind how to use processwire that could do these things. Would it not be great to use the api of processwire, php scripts inside inc files, etc. etc. and then have somehow the admin to handle all this. Would this be something useful to do ? I think it would also serve as a great way to learn more about processwire. You guys can give me a start ? How would I send a ping with processwire to see if a website is alive and then send an email about it ? How would I setup a timer in processwire in general. How would I use this timer to send an automated mail to check if a clients email program is still receiving emails ok.
-
How to use wordpress template for processwire?
pwired replied to goldenghost07's topic in General Support
Processwire has no front end as such and leaves that totally up to you. Instead it hands you over a template file on the front end, e.g. home.php - basic-page.php, etc. and a template setup in the back end (the admin). That means you can use any html, css, js, etc. as your template markup on the front. You can make your own, or use one from Wordpress, or use one from any other cms out there. In fact you can use any template markup out there that you can find such as those from templatemonster, codecanyon, envato, etc. etc. etc. In your case with a Wordpress template, just remove any back end code out of that Wordpress template and replace it with processwire back end code.- 7 replies
-
- processwire
- wordpress
-
(and 1 more)
Tagged with: