-
Posts
1,835 -
Joined
-
Last visited
-
Days Won
21
Everything posted by Nico Knoll
-
403 Forbidden while uploading image in admin
Nico Knoll replied to Moebius's topic in General Support
Oh I'm probably wrong then... -
403 Forbidden while uploading image in admin
Nico Knoll replied to Moebius's topic in General Support
Have you changed some paths? Because the "backend" in the path shouldn't be there normally.. Which ProcessWire version are you using? If not dev try dev Further description: The problem is that the path doesn't exist in the htaccess file (because of "backend"). So processwire's htaccess doesn't process it. That's why your browser tries to open the actual directory which - of course - doesn't exists, too. (And maybe it's even blocked by htaccess too). So you're not allowed to access that path and get a 403. If you try to open that path manually in your browser you should get a 403, too -
And one more error could be that if there is a problem to connect to the database ProcessWire shouldn't only say "Error logged..." but "Unable to connect to database. Error logged..." or something like this.
-
mail() is a native PHP function. So if it is not working take a look at your server configuration. wireMail() is the ProcessWire implementation of this function. Try to use this instead as it offers some more features: https://processwire.com/talk/topic/5693-new-module-type-wiremail/ Anyway I would suggest you to take a look on FormBuilder as it is made exactly for your use case https://processwire.com/talk/store/product/2-form-builder-single/
- 5 replies
-
- 1
-
- attachment
-
(and 1 more)
Tagged with:
-
Looks really nice. I really have to try this later on
-
Inputfield dependencies with options field - content not saved
Nico Knoll replied to doolak's topic in API & Templates
Had the same problem before... Everybody told be to use "pagetableextended" instead. Here's my original post/wish: https://processwire.com/talk/topic/9170-view-dependency-support-in-repeater-or-pagetableinline/ (you could add a post at the bottom of my post to support this wish ) -
Renamed the topic.
-
Thanks But I'm not sure what you mean exactly with this?
-
Userimage and resize doesnt work on frontend with API
Nico Knoll replied to Juergen's topic in API & Templates
Could you do a var_dump($user->userimage); and check if it's a single Image object? -
Hey, I finally finished the website of the agency I worked for. The agency is Berlin based and called "DOJO" (because it's founded by Dominic and Joachim). It looks like this: Here is a link: http://dojofuckingyeah.de It was a lot of work and I still have to do some bugfixes. But anyway it's online at least If you have questions, comments or found a bug: just let me know
- 10 replies
-
- 11
-
@dparul: Never heard of most of them... Are they custom made by you? Or could you post a link for all of them?
-
Could you try setup a new ProcessWire installation in your root folder and tell us if it's working?
-
wireshell - an extendable ProcessWire command line interface
Nico Knoll replied to marcus's topic in API & Templates
Thanks to Mister X then -
Try this: https://processwire.com/docs/tutorials/troubleshooting-guide/
-
@LostKobrakai: Fixed the \" bug. And 2.5.28 will be available tomorrow I guess so I'll leave it
-
@Soma: Thanks for finding. I removed the $this->process line and made the "non-" a little big bolder
-
<?php echo $pages->get('/other-page-url/')->body; ?> But maybe you should start with the tutorial: https://processwire.com/docs/tutorials/hello-worlds/
-
MarkupSEO - The all-in-one SEO solution for ProcessWire.
Nico Knoll replied to Nico Knoll's topic in Modules/Plugins
Well I think I solved it today using text-overflow property: http://jsfiddle.net/gryzzly/cbppL/ -
-
isn't there has no a option list type inputfield in core ?
Nico Knoll replied to adrianmak's topic in Getting Started
The easiest way (but probably not as fancy as the new module) is to use http://modules.processwire.com/modules/fieldtype-select/ . I use it for fields that simple, too -
@LostKobraKai: It's already implemented. But if you select "use external file" ConfigurableModule will not be added to your main module.
-
@lostkobrakai: Corrected it. That line is only for processmodules
-
Just found this: http://www.ubtutorials.com/tutorial/1124/how-install-processwire-ubuntu-vps
-
Thanks I would like to see it in core, too. Just need some more people to try it and find bugs (there will be if you're using IE8 or something). And somehow inline mode looks wrong and I don't know how to fix it. So if ryan would like to implement it somehow (or some one else and then creating a pull request): feel free to do so
-
I edited some module posts and added the module tag. I hope other module authors will see this and adapt it themselves now