-
Valued Member
Re: Setting up your Xampp
do we need to have our own web site to be able to do all this?
or it is free to make? :D hahaha
help me!
-
Account Upgraded | Title Enabled!
Re: Setting up your Xampp
there are already free website for tantra. you can use yagamys' files
-
Apprentice
Re: Setting up your Xampp
the link of tantra_php_webregister.zip is not working please post another link .
what should i do with this errors ?
"Strict Standards: Non-static method PhpCaptcha::Validate() should not be called statically in D:\xampp\htdocs\register.php on line 55
Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\register.php on line 63
Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\register.php on line 68
Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\register.php on line 73"
Error
please help.
-
Re: Setting up your Xampp
This is a posting from a website and not my answer.
"The error is shown because in the php.ini file of your php server, the error reporting is set to strict: E_STRICT. If you set the error message to E_ALL you will not have this problem.
However, this error is introduced because of a former compatibility with PHP4 (that we don't support anymore). We will adjust the code to not have this error again.
This fix will be for the next release that will be published soon. I'll keep you up to date! (but in meantime setting error reporting = E_ALL in your php.ini file can fix this)."
Hope this helps