21
edipinho
Re: extCal 2.40 RC-1 Released for Testing and Contributions
  • 2021/2/24 15:31

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • Since: 2003/10/15


I installed Extcal version 2.40 RC3 and it has an error in the dates, both in the new registration and in the editions, says it is for xoops2.5.11 and I am using xoops2.5.10, the dates return to 01/01/1970 and the times are decreased 3 hours every time I make changes, please accept any help, thanks.



22
edipinho
Re: Mastop_publish erro Xoops2.5.10
  • 2021/2/9 23:26

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • Since: 2003/10/15


Well, there are too many errors in the mastop_publish module and I will have to adapt it for the publisher module, thanks for the help Mamba.



23
edipinho
Re: Mastop_publish erro Xoops2.5.10
  • 2021/2/6 3:04

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • Since: 2003/10/15


Excuses I just found, maybe it was despair.

https://github.com/XoopsModulesArchive/mastop_publish



24
edipinho
Mastop_publish erro Xoops2.5.10
  • 2021/2/6 2:15

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • Since: 2003/10/15


How do I get the mastop_publish module to work on Xoops 2.5.10 with PHP7.x, I tried to update and there was an error in this module.

>> Database ok
>> Erro: Error: Class 'XoopsModules/Mastoppublish/Helper' not found arquivo /modules/mastop_publish/admin/menu.php linha 19

### =============================================================
### Mastop InfoDigital - Paixão por Internet
### =============================================================
### Menu da Administração
### =============================================================
### Developer: Fernando Santos (topet05), fernando@mastop.com.br
### Copyright: Mastop InfoDigital - 2003-2006
### -------------------------------------------------------------
### www.mastop.com.br
### =============================================================
###
### =============================================================

use XoopsModulesMastoppublish;

// require_once __DIR__ . '/../class/Helper.php';
//require_once __DIR__ . '/../include/common.php';
/*L19 ==>>*/ 
$helper MastoppublishHelper::getInstance();

$pathIcon32 XmfModuleAdmin::menuIconPath('');
$pathModIcon32 $helper->getModule()->getInfo('modicons32');


The site is from an association that has been active since the year 2004 and I updated to Xoops 2.0.16.

HostGator tried to block me because I was very insecure, but it gave me until March to resolve it.

Please, I'm looking for an alternative module but, I'm not finding it, I saw someone on the forum here, I think it was Mamba, giving an alternative but, I lost the link, any help is welcome.



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

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • 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.



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

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • Since: 2003/10/15


Hi Mamba, thank you for responding quickly.

The database is Mysql, which is available on the server http://www.hostgator.com.br and is the same as http://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.



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

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • 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.



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

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • 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.



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

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • 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 ".$random_num."' border='1' alt='"._CT_SECURITY_CODE."' title='"._CT_SECURITY_CODE."'>   "
        
."";
        
// 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 ?



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

  • edipinho

  • Not too shy to talk

  • Posts: 111

  • Since: 2003/10/15


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




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



Login

Who's Online

373 user(s) are online (200 user(s) are browsing Support Forums)


Members: 0


Guests: 373


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits