koese

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • in reply to: COMPLETE: strptime() function : Bug #5567
    koese
    Spectator
    This reply has been marked as private.
    in reply to: COMPLETE: strptime() function : Bug #5522
    koese
    Spectator

    Hi Merv,
    Can you please let me know what changes I need to do to get rid of these warnings while importing.
    As these warnings are repeating for each property while importing.
    Thanks

    in reply to: Import Script Version #5510
    koese
    Spectator

    Hi Merv

    Finally I got the images showing up after modifying the script from

    [FOREACH({objects/img})]{@url},[ENDFOREACH]
    to
    [FOREACH({images/img})]{@url},[ENDFOREACH]

    but I am getting only one image per property. even though their are multiple images on single property.
    can you please let me know what needs to be changed?

    in reply to: Import Script Version #5347
    koese
    Spectator

    Hi Merv

    I have attached the screen for reference as I can not see the images on the wp-all-import preview window.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Import Script Version #5331
    koese
    Spectator

    Sorry my misunderstanding, the images which I saw in the folder structure are only floor-plans, so basically none of the images are their on the server,
    Can you please tell me where I am going wrong?

    in reply to: Import Script Version #5330
    koese
    Spectator

    Thanks Merv,

    I have implemented 2.0 script, All the property has been imported into the database but I am not able to figure out why the images are not showing up, I think I am missing out somewhere, even I have checked the images are also present in the folder structure “upload/2015/02”

    in reply to: COMPLETE: strptime() function : Bug #5294
    koese
    Spectator

    Hi Merv

    Its windows server 2012 / IIS8
    and further to this topic I found few warnings in the import log file as below

    WARNING: unrecognized date format `
    Notice: Undefined index: tm_hour in H:\root\home\sridhar-001\www\site1\wp-content\plugins\easy-property-listings\lib\includes\functions.php on line 458
    Notice: Undefined index: tm_min in H:\root\home\sridhar-001\www\site1\wp-content\plugins\easy-property-listings\lib\includes\functions.php on line 458
    Notice: Undefined index: tm_sec in H:\root\home\sridhar-001\www\site1\wp-content\plugins\easy-property-listings\lib\includes\functions.php on line 458
    Notice: Undefined index: tm_mon in H:\root\home\sridhar-001\www\site1\wp-content\plugins\easy-property-listings\lib\includes\functions.php on line 458
    Notice: Undefined index: tm_mday in H:\root\home\sridhar-001\www\site1\wp-content\plugins\easy-property-listings\lib\includes\functions.php on line 458
    Notice: Undefined index: tm_year in H:\root\home\sridhar-001\www\site1\wp-content\plugins\easy-property-listings\lib\includes\functions.php on line 458
    1970-01-01 00:00:00`, assigning current date

    in reply to: COMPLETE: strptime() function : Bug #5279
    koese
    Spectator

    Hi Merv

    I am not 100% sure about this solution but after looking into PHP documents,

    http://php.net/manual/en/function.strptime.php
    and
    http://php.net/manual/en/function.strptime.php

    I have modified the line in EPL\LIB\include\functions.php line 457

    from: $d = strptime($date, $format);
    to: $d = date_parse_from_format($date, $format);

    and the export finally worked.
    Thanks

    • This reply was modified 9 years, 2 months ago by koese.

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 8 posts - 1 through 8 (of 8 total)