501
Mamba
Re: xHelp 1.0.0 Alpha 1 Released for Testing
  • 2022/1/20 18:41

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I fixed several of the issues that you reported, except the last one. FAQ will not work for a while, because I would need to take some time to dive in and understand better the process before I can start fixing things.

xHelp 1.0.0 Alpha 2
https://github.com/mambax7/xhelp/releases

BTW - some of the issues were because it seems like you had only one user on your PC. You need to have at least two users: the Admin, and one registered user with the ID #2 - then the test data will work better.

I might do the same what we did with Suico, and create a test users with high numbers, like 9999
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



502
Mamba
Re: xHelp 1.0.0 Alpha 1 Released for Testing
  • 2022/1/20 13:19

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Thank you so much for testing!!!

As I've mentioned in the original post, this module was not fully tested, so bugs are to be assumed.

But I'm surprised that you couldn't load the test data, because Eren did that and it was working for him just fine.

I'll try to take a look into the bugs that you reported sometime this week or next.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



503
liomj
Re: xHelp 1.0.0 Alpha 1 Released for Testing
  • 2022/1/20 6:17

  • liomj

  • Just popping in

  • Posts: 80

  • Since: 2012/4/10


I spend some time to test this module yesterday, some bugs i encountered

a. when install i got blank white screen. No error. Module is installed.

b. tried to install sample data. Failed with white screen. No error

c. try to create department. Department is created but with errors
Error : TypeError: Argument 2 passed to XoopsModules\Xhelp\Utility::setMeta() must be of the type string, int given,
called in D:\xampp\htdocs\xoops\modules\xhelp\admin\department.php on line 793

d. create role 404 error
http://localhost/xoops/modules/xhelp/staff.php?op=manageStaff

e.404 error when trying to customize - department (in tab staff > department > Customize)
http://localhost/xoops/modules/xhelp/staff.php?op=manageStaff

f. When trying to create custom fields
Error : TypeError: Argument 1 passed to seemsUtf8() must be of the type array, string given,
called in D:\xampp\htdocs\xoops\modules\xhelp\include\functions_admin.php on line 309

g. When clicking the FAQ tab.
Fatal error: Declaration of & XoopsModules\Xhelp\Faq\Publisher::getCategories() must be compatible with & XoopsModules\Xhelp\FaqAdapterAbstract::getCategories(): array in D:\xampp\htdocs\xoops\modules\xhelp\class\Faq\Publisher.php on line 89

Testing Environment
XAMPP
XOOPS Version XOOPS 2.5.11-Beta2
PHP Version 7.4.27
MySQL Version 5.5.5-10.4.22-MariaDB
Debug: Enabled



504
dogueDB
Re: Pedigree Module - "Sorry You dont have permission to access this area"
  • 2022/1/19 11:35

  • dogueDB

  • Just popping in

  • Posts: 3

  • Since: 2022/1/19


Hi

I have tracked it down to the updatepage.php lines 40 - 45 XoopsRequest::getString is returning the default value - blank

$table = XoopsRequest::getString('dbtable', '', 'post');
$field = XoopsRequest::getString('dbfield', '', 'post');
$field = $xoopsDB->escape('`' . $field . '`');
$dogname = XoopsRequest::getString('curname', '', 'post');
$name = XoopsRequest::getString('NAAM', '', 'post');
$gender = XoopsRequest::getString('roft', '', 'post');

if ('pedigree_' !== substr($table, 0, 9)) {
redirect_header(XOOPS_URL, 3, _NOPERM
}

I will look into it further tomorrow...

Thanks

Michael



505
Mamba
Re: Pedigree Module - "Sorry You dont have permission to access this area"
  • 2022/1/19 10:36

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Keep us posted about the progress, and any potential issues, and maybe we can help....
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



506
dogueDB
Re: Pedigree Module - "Sorry You dont have permission to access this area"
  • 2022/1/19 8:11

  • dogueDB

  • Just popping in

  • Posts: 3

  • Since: 2022/1/19


Hi Mamba

Thanks for the link. I had downloaded the newer version but didnt want to upgrade to the latest version on the live server.

I upgraded to the version 1.32 but could not read existing data from the db .

I received errors trying to add to the DB i will uninstall the old version and try a fres install of Version 1.32 and see hor that goes.

Thanks

Michael



507
Mamba
Re: Pedigree Module - "Sorry You dont have permission to access this area"
  • 2022/1/19 4:53

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Zyspec did some work on this module last year, so you might check out his version and see if it works for you:

https://github.com/zyspec/pedigree
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



508
dogueDB
Pedigree Module - "Sorry You dont have permission to access this area"
  • 2022/1/19 1:47

  • dogueDB

  • Just popping in

  • Posts: 3

  • Since: 2022/1/19


Xoops Version 2.5.10
PHP Version 7.4

Hi

I am getting a "Sorry You dont have permission to access this area" when editing a pedigree and changing the father from unknown to a male dog.

Initially one of my customers has a hosted site that was not updated with newer versions of Xoops or the Pedigree Module.
The data had to be recovered and imported manually into the pedigree application.
The customer has reported the "Sorry You dont have permission to access this area" on the live database.

I have installed Xoops 2.5.10 on a hosted site with PHP 7.4 and a fresh inatsllation of Module Pedigree 1.31 Alpha 6.

I have only added 3 animals to the database to test adding a pedigree and editing.

I am able to add a new animal but when editing it I receive the "Sorry You dont have permission to access this area"

Thanks in advance for any assistance.

Regards

Michael



509
Mamba
xHelp 1.0.0 Alpha 1 Released for Testing
  • 2022/1/14 4:45

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image


XOOPS xHelp 1.0.0 Alpha.1 released for testing/contributions!

xHelp is designed as a user-friendly helpdesk application for XOOPS.
This ALPHA release is an attempt to update this pretty old module to PHP 7/8, it is NOT fully tested, and therefore please expect tons of bugs/issues

DOWNLOAD: https://github.com/mambax7/xhelp/releases

FORK: https://github.com/mambax7/xhelp/

ISSUES/BUGS: Please report all issues on GitHub

REQUIREMENTS:
- XOOPS 2.5.10
- PHP 7+

New in this release:

- namespaces (mamba)
- class autoloading (mamba)
- update to JpGraph 4.2.2 (mamba)
- added Blocksadmin class (mamba)
- PHP 8 Smarty template defaults (mamba)
- strict type checking (mamba)
- refactored FaqAdapters with Interface and Abstract class (mamba)
- refactored Handler classes to inherit from XoopsPersistableObjectHandler (mamba)
- added module cloning (mamba)
- included Confirm class from Goffy (mamba)
- included MigrateHelper class from Goffy (mamba)

Tested on PHP 7.4.26 and PHP 8.1.0
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



510
Mamba
Publisher 1.08 Alpha 8 Released for Testing
  • 2022/1/14 4:34

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


XOOPS Publisher 1.8.0 Alpha.8 released for testing/contributions!

DOWNLOAD: https://github.com/mambax7/publisher/releases

FORK: https://github.com/mambax7/publisher/

ISSUES/BUGS: Please report all issues on GitHub

REQUIREMENTS:
- XOOPS 2.5.10
- PHP 7+

New in this release:

- updated calls to Tagbar and Formtag to use the new classes (mamba)
- https cosmetics (mamba)
- removed hidden form field for uid (@ihackcode)
- fixed article data not being saved (@ihackcode)
- more work on saving edited articles (@ihackcode)
- Add prompt to confirm clearing of sample data (@ihackcode)
- Added config for handling edited articles (@ihackcode)
- Spelling fixes (@ihackcode)
- more than 1 random article can be shown (heyula/mamba) see: https://github.com/XoopsModules25x/publisher/issues/170

Resized Image


Full Changelog: https://github.com/mambax7/publisher/compare/1.8.0-Alpha.7...1.8.0-Alpha.8

Tested on PHP 7.4.26 and PHP 8.1.0
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 48 49 50 (51) 52 53 54 ... 29425 »



Login

Who's Online

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


Members: 0


Guests: 1127


more...

Donat-O-Meter

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

Latest GitHub Commits