11
edipinho
Re: extCal 2.40 RC-1 Released for Testing and Contributions
  • 2021/3/1 18:16

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


I managed to manipulate the date and made the error happen, when I make the number of the month exceed 12, I entered the Start Date with month 21 and the error occurred, showed the date 01/01/1970 and in the Database >> event_start = 32400

It is dead with the same error of Xoops2.5.10 and language pt-br_utf8 ("Portugues do Brasil"), when I put the data in the "calendariozinho" as in the "text" mode of the event_start field appears correct, "d / m / Y ", example 2/21/2021 and the data that appears in the Database >> event_start = 32400

I will continue with more testing, I will change, on purpose, the day with the month in Xoops2.5.10 and language pt-br_utf8, on my website that the problem is happening.

"Suggestion for the masters, there should be a test in the" data "fields before recording in the database, thus avoiding the lay user at the time of configuration."



12
edipinho
Re: extCal 2.40 RC-1 Released for Testing and Contributions
  • 2021/3/1 7:58

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


As Mamba suggested, I installed XOOPS 2.5.11 and extCal.
installed in PHP 7.3

I installed using the English language, I verified in the Extcal installation that this error is happening in the image below, and just press the F5 key and it ends the error, and completes the installation of the module, reinstalled the module and the error continues to occur.
Resized Image


A little mistake happens when editing the data of the start date and end date fields, they overlap the small calendar that appears.
Resized Image


Continuing to do more testing.



13
edipinho
Re: extCal 2.40 RC-1 Released for Testing and Contributions
  • 2021/2/27 4:26

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


I passed the language to English and I'm doing the tests, it seems that it is working as far as I tested.

It is configured in preference: day, month and year, but month, day and year appear on the user's screen.
I suspect that the error may be in preference in the date format settings.

I will do more tests and soon I will return.



14
edipinho
Re: extCal 2.40 RC-1 Released for Testing and Contributions
  • 2021/2/26 6:28

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Quote:
Was this a new installation, or an update of existing one?

Yes, I am doing a new installation.

Quote:
Can you also tell me what is the value of these two fields in the database for this event? Is it int(11) ?

event_start = 28800
event_end = 72000
Yes, it is int (11) in all two fields



15
edipinho
Re: extCal 2.40 RC-1 Released for Testing and Contributions
  • 2021/2/25 16:03

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Test on Xoops2.5.10

I registered a new event
Resized Image


The result of the new event
Resized Image


The edition of the new event
Resized Image

(Without changes.)

And every time I edit the result it changes, without making a change.


====

Making an edit

Resized Image


The change date is 3 hours less



16
edipinho
Re: extCal 2.40 RC-1 Released for Testing and Contributions
  • 2021/2/25 1:38

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Continuing with the start and end date error.

I verified that in the database of the table "x9cb_extcal_event" the fields "event_start" and "event_end" have the wrong date, in one record they have data 32400 and 32400, in another record 21600 and 61200 and in another record 21600 and 72000

In the first record field "event_submitdade" seems to be correct but different 2147483647, and the others, 1613888269, 1614178994 was the date that the record was made.

I'm installing on the HostGator server and this was the first module - "Extcal2.40 RC 3 [2020-07-09] Dev: Xoops 2.5.11, PHP 7.4.7" - that I installed on the version of Xoops2.5.10, PHP 7.0

I think there is something wrong with recording the fields in the database.

Any help is welcome, thanks.



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

  • edipinho

  • Not too shy to talk

  • Posts: 107

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



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

  • edipinho

  • Not too shy to talk

  • Posts: 107

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



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

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Excuses I just found, maybe it was despair.

https://github.com/XoopsModulesArchive/mastop_publish



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

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • 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

<?php
### =============================================================
### 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.




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



Login

Who's Online

230 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 230


more...

Donat-O-Meter

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

Latest GitHub Commits