Jump to content

videokid

Members
  • Posts

    154
  • Joined

  • Last visited

Posts posted by videokid

  1. Hi,

    I've decided to try this module, but somehow I got errors

    •  Skipped field 'cookie_groups' because module 'InputfieldAsmselect' does not exist
       Skipped field 'content_banner_text' because module 'InputfieldCkeditor' does not exist
       Skipped field 'content_banner_details_text' because module 'InputfieldCkeditor' does not exist
       Skipped field 'content_banner_privacy_link' because module 'InputfieldUrl' does not exist
       Skipped field 'content_banner_imprint_link' because module 'InputfieldUrl' does not exist
       Skipped field 'ask_consent_message' because module 'InputfieldCkeditor' does not existin
    •  

      in my config I do have "$config->dbLowercaseTables = true;"

      Kind regards,
       - Igor

  2. Fatal Error: Uncaught Error: Call to a member function className() on
    null in wire/modules/Fieldtype/FieldtypeTextareaHelper.php:41
    #0 wire/modules/Fieldtype/FieldtypeTextarea.module (338): FieldtypeTextareaHelper->getConfigInputfields(Object(Field),Object(InputfieldWrapper))
    #1 wire/core/Wire.php (417):FieldtypeTextarea->___getConfigInputfields(Object(Field))
    #2 wire/core/WireHooks.php (951):Wire->_callMethod('___getConfigInp...', Array)
    #3 wire/core/Wire.php (485):WireHooks->runHooks(Object(FieldtypeTextarea), 'getConfigInputf...', Array)
    #4 wire/core/Field.php (1110): Wire->__call('getConfigInputf...', Array)
    #5 wire/core/Wire.php (414): Field->___getConfigInputfields()
    #6 /wire/core/Wir (line 41 of wire/modules/Fieldtype/FieldtypeTextareaHelper.php)

    Hello everyone,

    recently I stumbled on this error when trying to edit a textarea field... 
    Running php 7.4 and PW 3.0.201.

    Has anyone by chance encountered this problem?

    Kind regards,
    - Igor

  3. Hello Adrian,

    today I did an upgrade an I have following error:

    Parse Error: syntax error, unexpected '?' (line 52 of site/modules/ProcessAdminActions/actions/ConvertFieldsToMultiLanguage.action.php)

    FYI,
    kind regards.

    • Like 1
  4. Indeed, installed on a 3 0 131 version and it works...
    however, only 20 images are saved, no more... I tried with 21, 30, 50 .... but only 20 are being saved, although the minimum default is 50... 

    Anyone an idea what could be the problem?

  5. Hi,

    I was wondering if there is a reply option too, not only in the back-end...

    $mail->sendSingle(true)->to($toEmail, $toName)->replyto($repEmail, $repName)

    similar to: $headers.= "Reply-To: $emailFrom\r\n";

    Thanks!

  6. Hi,

    I decided to try this module ... so far no luck

    Compile Error: Default value for parameters with a class type hint can only be NULL (line 74 of /home/public_html/site/modules/FieldtypeStreetAddress/StreetAddress.php) 

    Also, I got this notification:
    Failed module dependency: InputfieldStreetAddress requires JquerySelectize

    However, after installing jquerySelectize the error didn't go away...

    I hope this is somehow some useful information.
     

  7. On 2/19/2018 at 9:29 AM, psy said:

    Steps:

    1. Go to http://www.manifoldjs.com/generator and fill in the blanks

     

    Somehow this URL leads me to https site, but all my browsers are saying: not secure....
    This server could not prove that it is www.manifoldjs.com; its security certificate is from *.azurewebsites.net
    I've added an exeption, but then I got a 'Page not Found' :-/

     

    Edit* -  never mind... -> https://www.pwabuilder.com/

    Quote

    With this update, Manifoldjs will be renamed PWA Builder. The name will change to fit the technology, but our goal remains to help web developers keep their workflow, while enjoying native aspects of client OSes.

     

  8. Check file in attachment, that should rename all your existing files to the new [please do read instructions carefully, make sure you have a back-up]
    BTW, I didn't write it, but I have used it a few times, with success.

    also, new syntax is + ->url
    So, I guess in your case:

    <img src='{$child->overviewimg->eq(0)->getCrop('thumbnail')->url}' alt='$child->title'>

    Hope this helps....

    cropupdate.php

     

    Quote

    Exception: There is no crop setting for the template 'home' called 'thumbnail' (in /domains/gemsbok.nl/DEFAULT/fresh/site/modules/CroppableImage3/FieldtypeCroppableImage3/FieldtypeCroppableImage3.module line 209)

    This is because, when changing from 'CropImage' to 'CroppableImage3', you actually have to re-enter the Crop Settings, in your case 'thumbnail'

    • Like 1
  9. Hi,

    WireMailSMTP was working fine, but somehow it stops, now all I get it this:

    ERROR: SMTP settings did not work.
    could not start TLS connection encryption protocol

    tried with google and yandex, same error....

     

    Regards,

  10. Well I don't see anything wrong....
    But it is your default description indeed [MarkupSEO isn't picking up body/description field?].

    Personally I'm not using MarkupSEO, I have everything in my _init.php configured and, so far at least, it is working....
    It's a pretty old website, still running pw 2.7.1/2..... Haven't tried it on pw 3.x yet, but I guess this has nothing to with pw...

    I had a strange experience once where FB wasn't picking up any opengraph whatsoever, and I actually had to create a facebook app id for that site, but so far I've encountered it only once.... that was very weird too.... 

    Sorry I can't be more informative....

    • Like 1
  11. Hi @kongondo,

    well, currently I have this set-up:

    - brands
     |--> Alfa Romeo
         |-> 159

     |--> Volkswagen
         |-> Golf

    in the back-end two page-reference fields, option autocomplete:

      [ brand ] [ brand_type ]

    So, I was thinking, after choosing the eg VW,  a list of models would come up.... and if there's a new model, just type it in [autocomplete] and it would be added as child under the brand....
    Does it make any sense what I'm trying to explain here?

    In my case ' page title ' would be sufficient.

    Thank you already for your answer!

×
×
  • Create New...