Jump to content

flash

Members
  • Posts

    190
  • Joined

  • Last visited

Everything posted by flash

  1. @BillH Thanks for the reply. I will try the code out.
  2. I´m a beginner so i don´t know how to code it..
  3. Maybe someone can explain if its that easy..
  4. I did "Copy Content to Other Field" And it worked, but.. then if i remove the original image or remove the field from that template it will remove the image on the new field as well. Pageimage: Original image does not exist to create size variation: filename.jpg Any solutions? Maybe have an option to "move" the image to another field rather than copy. Also i have multilanguage for the description that is not copied, also i have a custom field that is not copied, default or other language.
  5. @BillH Thanks for the reply. I installed Admin Actions and did "Copy Content to Other Field" That worked. But then if i remove the original image or remove the field from that template it will remove the image on the new field as well. Pageimage: Original image does not exist to create size variation: filename.jpg The descriptions field was only copied the default language. I also have a custom field that was not copied on both default and english.
  6. Yes i know, but i have hundreds of images each on its own page... It would take forever.
  7. The module is great. Would it be possible to have like a batch that moves all images from one field to another field. Because i have hundreds of images in different field.
  8. I have hundreds of images uploaded to "field1". And then i have another field "field2" that also have hundreds of image uploaded to it. My goal is to have only one field for images. I would like to change the "field2" to "field1" if possible or add field1 to the same template and migrate or copy the images to that field. I dont want to remove any existing images. Field1 and Field2 is on separate templates. They are "single" images/field. Does anyone have some tips? Please help.
  9. I get error when trying to install package. Deprecated: strrpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in E:\Wamp\www\Website\installer.php on line 709.
  10. Working great with the new version /thanks
  11. Not working! I installed the latest update 0.3.3 and then the option to paste url at the image field is gone??
  12. The first error was when i click on help under Migration Action. And the second error was when i created a new migration and hit save.
  13. Warning: Attempt to read property "id" on null in E:\Wamp\www\Test1\wire\core\PagesEditor.php on line 317 PagesEditor: Error saving field "Migration item" — Can’t save page (id=1070): /admin/repeaters/for-field-102/for-page-1067/1727216184-5518-1/: Call $page->of(false); before getting/setting values that will be modified and saved. [Page::statusCorrupted] fields: dbMigrateType, dbMigrateAction Bootstrap not fully installed - Attempting re-install.
  14. Migration Actions Help (link) Fatal error: Uncaught Error: Call to a member function bd() on null in E:\Wamp\www\Test1\site\modules\ProcessDbMigrate\DbMigrateHelp.php on line 3 ( ! ) Error: Call to a member function bd() on null in E:\Wamp\www\Test1\site\modules\ProcessDbMigrate\DbMigrateHelp.php on line 3. PagesEditor: Error saving field "Migration item" — Can’t save page (id=1065): /admin/repeaters/for-field-121/for-page-1062/1727215638-3146-1/: Call $page->of(false); before getting/setting values that will be modified and saved. [Page::statusCorrupted] fields: dbMigrateType, dbMigrateAction On Migration Actions i cant see "install migration". And also the DB backup, is that a separate module or should that be installed with this module? Its a bit confusing. I dont know how to migrate from one database to another, is there an upload or something?
  15. I did a new installation and now it installed correctly. Maybe there where corrupt files in the database or something.
  16. Not of my testsite no. I tried now to install to a clean testsite and it installed the module and the migrations link is under setup but on click Snapsicles… Compile Error: Class declarations may not be nested (line 9 of E:\Wamp\www\Test2\wire\core\WireDebugInfo.php) FYI I´m using the master version 3.0.229 on localhost/Wamp.
  17. I guess it did not installed correctly then.. Also when uninstall the module templates are still in the system and can´t be removed because its system templates.
  18. If installed correctly, should there be a link of sort in the left tree menu under setup for settings or similar? I tried to install the module again and there where a couple of errors but its in the module directory. But i dont see any link to the module besides in the module directory.
  19. When installing Bootstrap failed Missing parent or template for page "/Test1/processwire/dbmigrations/". Page not created/saved in this installation attempt (may be achieved later). Missing parent or template for page "/Test1/processwire/dbcomparisons/". Page not created/saved in this installation attempt (may be achieved later). After uninstall Fields: Fieldtype module 'FieldtypeDbMigrateRuntime' for field 'dbMigrateRuntimeReady' is missing (Can´t get rid of this error message in the top).
  20. Error installing module - ProcessDbMigrate ModulesInstaller: Unable to install module (ProcessDbMigrate): You must assign a template to the page before setting field values (dbM)
  21. When paste an image into the field and then resize it, it will remove the image? Also when i try to upload from the toolbar "image" from my computer it will just spin. Also if you try to upload from the "quickimage" then it will not place the image? Any fix?
  22. On install PW 3 ( ! ) Error: Call to undefined function ProcessWire\bd() in E:\Wamp\www\Test1\site\modules\ProcessDbMigrate\ProcessDbMigrate.module.php on line 693
  23. I can´t install this module Fatal Error: Uncaught Error: Call to a member function add() on null in site/modules/SkipInputfieldLabel/SkipInputfieldLabel.module.php:41
  24. Thanks for the fast and great reply. // Email $email = new \FrontendForms\InputEmail('scf_email'); // make usage of InputEmail $email->setLabel($fields->get('scf_email')->$label); $email->setRule('required'); $form->add($email); I think this made the trick!!
×
×
  • Create New...