• Resolved vidovido

    (@vidovido)


    Hi,

    I got this error message once I activated and put the form on my page.

    Fatal error: Call to undefined function tdomf_random_string() in /home/halim888/public_html/ceritadonk.com/wp-content/plugins/tdo-mini-forms/include/tdomf-db.php on line 298

    Form session management using “WordPress nonce method” and use “database (and cookie) to store session data”. “Use $_session is not clickable.

    I’m using wordpress 2.8.6 and TDO 0.13.6 on PHP 5 and mySQL 5

    anyone experiencing this problem?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vidovido

    (@vidovido)

    I got it fixed..

    The problem is the Form session data. I have to set it to use $_session.

    In order to use that i also have to change register_argc_argv in my php.ini to Off. Register globals was already off.

    Thank you..

    Ah pants. The function tdomf_random_string probably now only gets loaded when you’re logged in as admin. i’ll fix this properly for the next release.

    I’ve just released 0.13.7 to fix this. Sorry about this, it didn’t show up in my local test server.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: TDO Mini Forms] Fatal error: Call to undefined function tdomf_random_string()’ is closed to new replies.