Posts by raulserrano

    Hi again,

    I just configured the search form to look into blog posts and it only is giving me back results from postTitle input.


    Does anyone knows how to make search results from other text and textarea?


    ----


    By the way, when I enter <perch:showall> it appears an excerpt field that's empty. How can I use that field?


    Screenshot-2022-12-16-at-15-54-30.png


    Thanks

    Actually, PHP is working on previous lines that are just PHP includes, but it crash on the first Perch PHP's


    PHP
    1. <?php $string = perch_content('Telefono', true); $res = preg_replace('/[^a-zA-Z0-9]/', '', $string); echo $res; ?>

    If I take out that line it crashes on the next Perch's PHP line of code...

    Hi,
    an old client ask me to replicate a site that was only in live version. When I replicate it on Mamp's localhost, the site did not process PHP.


    Cracking on the first PHP code it finds

    Screenshot-2022-12-01-at-19-03-06.png


    Perch debug is giving me this error in red:


    Code
    1. Array
    2. (
    3. [type] => 2
    4. [message] => include(): Failed opening '/Users/raulserrano/Sites/localhost/italiavacaciones/perch/core/runway/apps/apps.php' for inclusion (include_path='.:/Applications/MAMP/bin/php/php7.2.34/lib/php')
    5. [file] => /Users/raulserrano/Sites/localhost/italiavacaciones/perch/core/lib/PerchAdmin.class.php
    6. [line] => 100
    7. )


    Rest of debug:


    Diagnosis





    Any idea whats going on?

    Hi,

    one of my clients workers is trying to download Perch invoice in Orders's dashboard but it appears empty, in all Chrome-Edge-Firefox. Other workers have no problem.


    His system:
    - Window 10 (22H2)

    - Chrome Versión 107.0.5304.122

    - Firefox 107.0 (32-bit)

    - Edge 107.0.1418.56


    image002.png

    Hi, I am and old school perch user, and when I click buy a license it takes me to a Runaway suscription. Could anyone share with me any documentation or tip?


    Thanks

    Post template part:

    Code
    1. <perch:repeater id="images" label="Imagenes">
    2. <div class="grid-item">
    3. <img src='<perch:blog id="image2" quality="60" type="image" width="850" label="Imagen" />' alt='<perch:blog type="text" size="l" help="SEO para Google" label="Descripción de la imagen" />' />
    4. </div>
    5. </perch:repeater>

    Summary