Jump to content

Search the Community

Showing results for tags 'httpUrl domain problem'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hello, since i started working with PW it was like a charm, everything is neat and easy to use. But my problems began when people testing the new site started having problems with seeing resized images ... the page which is bound to domain zivalnik.si started to create links to resized images beginning with em2.si as domain, which is the default domain of the server on which it is hosted .. NOTE that only few users reported that behavior, and its not not bound to any particular browser or OS or network connection. Im clueless to what causes this ... this is the code im using for generating and serving pictures: <img src="<? echo ($oglas->slika->first()) ? $oglas->slika->first()->size(436,436)->httpUrl : 'about:blank';?>" title="<?=$oglas->title?>" alt="<?=$oglas->title?>"> $oglas is a Page, $slika is an Image images should begin as zivalnik.si/assets.... but instead they begin with the host server's domain - and only on few computers that dont seem to have anything in common - most of the users get their pictures display just fine ... help! screenshot of the error and unloaded images:
×
×
  • Create New...