
PawelGIX
Members-
Content Count
40 -
Joined
-
Last visited
-
Days Won
1
PawelGIX last won the day on August 24 2012
PawelGIX had the most liked content!
Community Reputation
23 ExcellentAbout PawelGIX
-
Rank
Jr. Member
Profile Information
-
Gender
Male
-
Location
Poland
-
Can I convert uploaded images to PNG, GIF, BMP -> JPEG? Is there any function in the API that I can change the file type?
-
I get error: Recoverable Fatal Error: Object of class DirectoryIterator could not be converted to boolean (line 671 of /home/users/g2s/public_html/automotive2/wire/modules/LanguageSupport/ProcessLanguageTranslator.module) This error message was shown because: site is in debug mode. ($config->debug = true; => /site/config.php). Error has been logged. When i access page /processwire/setup/language-translator/add/?language_id=1017. Latest stable ProcessWire. What can i do? UPDATE ProcessLanguageTranslator.module Line 671: // if(!$dirIterator) return array(); if(!$dirIterator->valid()) return array();
-
GET variable in each address returned by $page->url ()
PawelGIX replied to PawelGIX's topic in General Support
Yes but i want do this in one place. In hooks maybe. I want to do this for the whole site. Not changing every place with ->url()- 4 replies
-
- get variable
- url overrride
-
(and 2 more)
Tagged with:
-
How can I override the url method to add an extra get parameter to each address? Ex: About page url /about/ like this /about/?param=2
- 4 replies
-
- get variable
- url overrride
-
(and 2 more)
Tagged with:
-
I found it. Missing file: admin.php in templates directory. By the way very helpful would be an error message in this case, or log entry
-
Exactly. No PHP errors. No errors in PW logs. Server HTTP response 200. I have no idea what to do next
-
Is enabled alredy
-
On php 5.4.45 is the same ;/ http://guardianinvestments.pl/admin/
-
Hi I installed processwire php PHP 5.3.29 and on the login page, I get a white screen. Front-end works without a problem. Any ideas. No errors in the file errors.txt
-
For me, the ability to crop an image in Variations modal would be sufficient. 1. Thumbnails created automatically. 2. If necessary user could select and crop the image manually. Keeping the size and proportions of the original image. The column "NOTES" should contain information about the image, eg: "Banner image - used on homepage", "The image used in the list of posts." This information can be saved when creating thumbnails $img->size(100,100, 'Post image')->url or using a GUI in the administration panel.
-
OMG. This field should be in the core. Thx.
-
How to change the tab order in ProcessPageEdit::buildForm?
PawelGIX replied to PawelGIX's topic in Module/Plugin Development
Which version of PW supports InputfieldFieldsetTabOpen? I dont't see this class in 2.6.1 -
I have been busy in this week but this error should be fixed now.