21
edipinho
Re: in the installation the database does not save
  • 2018/4/13 21:36

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Hi Mamba, it was solved problem, it was the same problem as Xoops2.5.7.3, but Xoops2.5.9 does not show the e-mail error message.

So there are two problems that should be solved:
  1 - Place the error message in the field of the email.
  2 - In the email field, remove the spaces at the beginning and at the end of the field, with the specified function.

Thanks a lot for the help.



22
edipinho
Re: in the installation the database does not save
  • 2018/4/13 17:36

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Hi Mamba, thank you for responding quickly.

The database is Mysql, which is available on the server www.hostgator.com.br and is the same as www.hostgator.com:

Database server
  > Server: Localhost via UNIX socket
  > Server Type: Percona Server
  > Server version: 5.5.51-38.2 - Percona Server (GPL), Release 38.2, Revision 727
  > Protocol version: 10

Web server
  > cpsrvd 11.62.0.45
  > Database client version: libmysql - 5.1.73
  > PHP extension: mysqli


I installed the Xoops version 2.5.7.3 and the same errors occurred, but it showed in the error message that the email was wrong, I checked and found that it was a space in the last character, corrected and worked perfect. (Well that could include the function of removing the white characters from the beginning and end of the email field.: D)

Now I will install Xoops 2.5.9 and do the tests and post the results again.

Thank you for now.



23
edipinho
in the installation the database does not save
  • 2018/4/12 18:13

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


In the installation the database does not write the "Initial Settings" data I have already placed with PHP 54 and 56, xoops 2.59, using hostgator server, it simply returns without the password and does not show error message.
Tables were created but no data in tables.


Any help would greatly appreciate it.



24
edipinho
Re: Contact 1.71 RC ready for testing
  • 2014/5/14 21:38

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


I had already tested this version but did not work, then I decided to test with the 1.71 version of the Contact xoopsfire.com is working right, I downloaded and installed anything Captcha work, I asked and got no answer so far. : (

I will download this that you gave me and I will return here spoken what happened.

(Already tested and apparently is working, I will test a bit more, Cesag thank you)

Thank.



25
edipinho
Re: Contact 1.71 RC ready for testing
  • 2014/5/14 20:27

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


I'm testing the XOOPS 2.5.7 with 1.7.1 Contact module, apparently is working right , I found the problem when I enabled CAPTCHA, the 'images/no-spam.jpg' appears right, the image of the "Security Code" with error no image.

What I noticed is that the getfgx.php is not being called by index.php ,
I put BREAK ; at the beginning of getgfx.php and has not stopped .

Index.php
if ( ( $contactclass->collectSecurity() == true ) && extension_loaded('gd') ) {
        
mt_srand((double)microtime()*10000);
        
$random_num mt_rand(0100000);
        
$security "<img src='getgfx.php?random_num='".$random_num."' border='1' alt='"._CT_SECURITY_CODE."' title='"._CT_SECURITY_CODE."'> &nbsp;&nbsp;"
        
."<img src='images/no-spam.jpg' alt='"._CT_NO_SPAM."' title='"._CT_NO_SPAM."'>";
        
// show the security block and input field
        
$security_graphic = new XoopsFormLabel_CT_SECURITY_CODE$security );
        
$contact_form->addElement$security_graphic );
        
$type_security = new XoopsFormText_CT_SECURITY_TYPE"securityType"10);
        
$contact_form->addElement$type_securitytrue );
        
$security_hidden = new XoopsFormHidden"securityHidden"$random_num );
        
$contact_form->addElement$security_hidden );
    }


Is it something with the version of XOOPS 2.5.7 ?



26
edipinho
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/9 22:28

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Hi Richard, no problem, I know the work that is to do something completely renovated.
TcheLoco

http://www.youtube.com/watch?v=p7nvXkWzJ04
http://www.youtube.com/watch?v=5QLjHTUynM0
http://www.youtube.com/watch?v=Khp0NK5t5K8



27
edipinho
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/3 23:43

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


I had already tried this but it did not work.
But this is now secondary, but if anyone knows we are waiting.

Thanks again.
TcheLoco

http://www.youtube.com/watch?v=p7nvXkWzJ04
http://www.youtube.com/watch?v=5QLjHTUynM0
http://www.youtube.com/watch?v=Khp0NK5t5K8



28
edipinho
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/3 8:09

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Great Michael, was it lacked the JSON, installed everything right.

There is the possibility to change the language or not this still available?

Thank you very much.
TcheLoco

http://www.youtube.com/watch?v=p7nvXkWzJ04
http://www.youtube.com/watch?v=5QLjHTUynM0
http://www.youtube.com/watch?v=Khp0NK5t5K8



29
edipinho
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/3 6:22

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


I tried to do the way I did in version x260a2 and gave this error

Quote:
edipinho@rstche:/opt/lampp/htdocs/x260a32/xoops_lib$ composer install
PHP Fatal error: Call to undefined function Composer\Json\json_decode() in phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 147

Fatal error: Call to undefined function Composer\Json\json_decode() in phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 147
edipinho@rstche:/opt/lampp/htdocs/x260a32/xoops_lib$


Maybe the error is in the line below that and did not know how to do, it could help me.
You need to use the "composer.json" from A3.


Ubuntu 13:10 | PHP Version 5.4.7 | Apache/2.4.3 | MySQL 5.5.27
TcheLoco

http://www.youtube.com/watch?v=p7nvXkWzJ04
http://www.youtube.com/watch?v=5QLjHTUynM0
http://www.youtube.com/watch?v=Khp0NK5t5K8



30
edipinho
Re: XOOPS 2.6.0 Alpha 2 released for Testing
  • 2014/4/2 7:49

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


X260a2 previous version works, but this is in error in JSON. : (

I'll see tomorrow or today

Thanks for the help.
TcheLoco

http://www.youtube.com/watch?v=p7nvXkWzJ04
http://www.youtube.com/watch?v=5QLjHTUynM0
http://www.youtube.com/watch?v=Khp0NK5t5K8




TopTop
« 1 2 (3) 4 5 6 7 »



Login

Who's Online

291 user(s) are online (177 user(s) are browsing Support Forums)


Members: 0


Guests: 291


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits