Search the Community
Showing results for tags 'update'.
-
I just upgraded a 3.0.210 version PW website to the latest master (3.0.229). I renamed the old wire folder, replaced it with the 229 version, and went into the admin panel. After a few update messages and refreshes, all seemed fine. Pages are loading properly and can be edited as usual. However when...
-
Is it possible to update a module without it being in the module directory? The same way that one in the module directory is.
-
Our web host upgrades PHP from version 7.4 to 8.1. Currently we run Processwire 3.0.148, which produces errors ("Deprecated...") with PHP 8.1. Does an upgrade to the latest Processwire version 3.0.210 (Master) fix the problem?
-
Hi there, I have two templates that should talk to each other. One is for events which should access a list of artists (eventually add a new artist) and their images related to that event; the second is the artist page, which the user should be able to add or remove events that they participat...
-
So I have been diving into hooks lately, and I am enjoying them thus far. However, I guess I am a bit stumped on how to achieve what I want too. I am trying to set up a hook that would create a new child page when the parent page is saved. However, when you save the parent page a second time, I just...
-
I have a site that I want to update from 2.6.1 to the latest 2.8. Do I need to go to 2.7 first then 2.8?
-
Hi there! And thanks for Processwire which i like very much. Got a problem while trying to update from 3.0.65 (with admin theme UIkit ) to 3.0.78 . Tried to do it both via ProcessWireUpgrade module and by copying/replacing the files and dirs manually. In every case i got the problem with UIKit...
- 3 replies
-
- update
- admin theme
-
(and 1 more)
Tagged with:
-
Hello, I'm desperately trying to update my website to PW 3.0.62 and I'm facing issues to to module compatibility. I was stuck with Pages2Pdf which I managed to solve bu updating the module from Github, but now it's the Pages Web Service module... and this time, I don't know wht to do The M...
-
Hello I've just started my first processwire project and have set the back end to my liking. Upon starting the front end of my site I encountered a very strange problem: The CSS file is not updating. I started off and soon the problem occured. I then simply copied the contents of main.css...
-
After being gently reminded by @adrian here, I recently updated my site from the 2.6.5 to 3.0.53 version of Processwire. I followed the instructions to refresh my admin view repeatedly, and got many messages about modules being updated. Since updating, I have been getting the following er...
-
Hi All! I just did an update on one of my ProcessWire sites, updating from 2.7.something to 3.0.42. As you might have already guessed I'm using the CropImage module...hence the title of the Topic. The thing is, as the 3.0.42 version has a hover-state for images, I can no longer access th...
-
I need to update prw site but it uses version 2.4 How to update it to 2.5 or 2.6 or maybe to latest. I need it because many usefull modules don't support 2.5 thanks
-
I have a page configured with a repeater, inside the repeater there is a input file with description. I havent updated the website content in a while but today when I tried to add a new file, the file upload worked correctly but I can't insert a description in the file. Also the previously crea...
- 3 replies
-
- file
- description
-
(and 1 more)
Tagged with:
-
How do I update to the latest language pack? Do I only have to download the latest (matching to the version) languages pack and upload all the JSON files to overwrite the existing ones?
-
Hi, I have a JSON feed that I need to grab and update some pages and fields within ProcessWire. I've created a template with my code that I am going to use. I have fallen at the first hurdle though. I need to first select the pages that are using my specific template as those are the ones that I n...
-
Hello, I'm new to ProcessWire (liking it so far ) and I was wondering: how can I update the collection of font-awesome icons used by ProcessWire, in such a way that the updated icon set is fully integrated with ProcessWire? I'm guessing there's more to it than simply overwriting the font-awesom...
- 3 replies
-
- font-awesome
- icons
-
(and 1 more)
Tagged with:
-
I've a huge problem after installing updates in my processwire installation. As you can see in the screenshot, everything is labeled "array"! I'm on the "dev" git branch with theses site modules installed: - AllInOneMinify - ProcessTemplateEditor Thanks
-
Hi, I upgraded a site in development from 2.5 stable to 2.5.7 dev by copying /wire/, index.php and .htaccess over. After the upgrade, I get a notice on frontend and before login to the admin, when $config->debug = true After login there is no admin page visible, only debug info. I can see...
- 12 replies
-
- Undefined index
- searchFields
-
(and 2 more)
Tagged with:
-
Admin update messages won't disappear after update to 2.5.10
owzim posted a topic in General Support
I updated an installation from 2.4.9 to 2.5.10 and now on every page in admin the update messages fill up the whole screen and won't go away. I simply replaced the wire dir, the .htaccess and the index.php. Any Ideas? Thanks -
I've updated PW to 2.5 and had installed CKEditor before. Module is 1.1.9 and editor is 4.4.2. Now I have major problems using CKEditor. How can I deinstall the old module in my sites folder? Or do I have to update "InputfieldCKEditor" in my sites folder?
-
I've just installed Kongondo's awesome new blog module (highly recommended by the way). It creates a number of new templates along with associated template files, which I promptly changed to match my site. This got me thinking: if I update a module which has created templates, and in the meantime...
-
I was following the examples given in Diogo's answer here - However, I am either making a mistake or not getting it. $products = $pages->find("parent=/products/"); foreach ($products as $product) { //Database queries and while loops to give me the width, depth, height and seat_height variable val...
-
Maybe I missed that somehow - but how do I update a module? I‘m using the "Version Control for Text Fields" module, for example, in version 0.9.1. But here the module is listed with version 1.0.6. My first step was to use my modules list in the admin backend, but right there I can only install ot...