Search:

Type: Posts; User: radamanf

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    30,286

    Re: SOAP-ERROR: Parsing WSDL Resolved

    Thank you Ben,

    Actually I've installed this extension manually, and it's working but I get new error message now :)


    Error: wsdl error: HTTP ERROR: Couldn't open socket connection to server...
  2. Replies
    16
    Views
    30,286

    Re: SOAP-ERROR: Parsing WSDL Resolved

    Thank you for the answer.

    It's past longer than 24h and I still get the same error! I run Contao on Fedora 11, if that helps.
  3. Replies
    16
    Views
    30,286

    Re: SOAP-ERROR: Parsing WSDL Resolved

    Hello, I have similar error on Contao 2.9.0:

    Error code:

    Warning: SoapClient::SoapClient() [soapclient.soapclient]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name...
  4. Replies
    3
    Views
    1,214

    Re: HowTo use AJAX in Typolight?

    Thank you all for replies,

    I'm thinking I've just cut some time to understand AJAX functionality again and use different way:

    onchange="this.form.submit()"
    This code done job for me, easy and...
  5. Replies
    1
    Views
    1,431

    Re: export to xls, csv - polish

    Hello, sorry I don't have answer, I have question... How did this work for you?! I'm unable to create Excel export at all :(
  6. Replies
    1
    Views
    1,716

    Export to Excel: How to?

    Hello everyone,

    I'm trying to create some kind of ERP system based on Typolight and almost finished it, but I'm stuck now with big problem, Export to excel, there are no any documentation at all...
  7. MultiTextWizard (Multiple text fields in a row)

    http://doc.aurealis.de/doku.php?id=typolight:multitextwizard_en

    This is original developer documentation, I cannot find it for some time, this extension is really great it is using serialization...
  8. Replies
    0
    Views
    1,426

    SQL LIKE problem with percent %

    Thankfully to below quoted post I've realized why my SQL statement shows error where phpmyadmin is working fine
    my SQL
    SELECT * FROM tl_js_jobs AS jobs, tl_js_customer AS cust WHERE...
  9. Replies
    2
    Views
    947

    Re: Custom widget building

    Catching $_POST array as usual in PHP, for FrontEnd module


    class ModuleNameOfYourModule extends Module
    {
    protected $strTemplate = 'mod_Name_Of_Your_Module';

    protected function compile()
    ...
  10. Replies
    3
    Views
    1,214

    HowTo use AJAX in Typolight?

    Hi all,

    Firstly: Is anybody know, how to use AJAX in Typolight is there some tutorial, how-to, wiki? I've tried to search in this forum and also with google, but cannot find some basic description...
  11. Replies
    7
    Views
    1,879

    Re: Smart Fields in Back End

    Thanks for suggestions, but particulary for this taks, I can use MultiTextWizard, it is great! It saves many fields in one DataBase field, as compressed array automatically :))

    But for my further...
  12. Replies
    7
    Views
    1,879

    Re: Smart Fields in Back End

    Thanks for reply, I#m thinking i need to implement "ForeignKey" for my field somehow, if you can give me link where I can findout more about this or any ideas of using it...

    I have 2 tables...
  13. Replies
    7
    Views
    1,879

    Smart Fields in Back End (Solved)

    Hello,

    I'm new here and my general language is Russian, sorry if I'm writing like a barbarian :)

    I want to create complicated functionality:
    I need one Field on my Back End Form to be...
Results 1 to 13 of 13