Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules
New Posts New Topics All Posts All Forums Index General Modules Themes Development International XOOPS.org

Search

Donat-O-Meter

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

Donations
studioC  ($25)May-17
Anonymous ($15)May-16
Anonymous ($25)May-4

Learn XOOPS Core

Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

2 2.5 2.6 3.0 87 2013 Abuse Amazon AntiHarvesting AntiMalUser AntiSpam API Beats billige black Blocks blue Bootstrap Captcha cell Christmas chronolabs content Conversion database demo docek download Dresses editor evden eve facebook floor free herre Honeypot Human IP IPInfoDB jQuery kantor lamps Language log logger Lucire mobile module modules Monster MyAlbum-p Networks newbb news online PageRank Password pdf Permissions pink Plugin portal preloader Prevention profile project propose Protector publisher Rights rmcommon Room sale security Server site SmartClone Smarty SOAP Songlist Spam statistics stem Studio tag tags tdmcreate template Theme themes TinyMCE userlog website Whitepaper XIPS XooLaT xoops Xortify ZendFramework

New Users

Registering user

# 136021

dressshop

Welcome to XOOPS!

Forum Index


Board index » All Posts (Mamba)

Bottom   Previous Topic   Next Topic

(1) 2 3 4 ... 518 »


#1 Posted on: Yesterday 17:36 Re: Pedigree Module /Adding a Dog
I've merged all of them into this thread.

Theo, one suggestion: please don't use the "align = left" in your images. So instead having:

[img align=left width=300]

just use

[img width=300]


Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum


#2 Posted on: Yesterday 6:02 Re: Pedigree Module /Adding a Dog
Thanks for the testing. I'll be looking into these issues this week.

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum


#3 Posted on: 5/17 12:49 Re: XOOPS Core Development starting point
History of XOOPS - you can check out the links in this article

On architecture - please see this presentation

Regarding UML diagrams - check out the XOOPS API

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum


#4 Posted on: 5/17 7:56 Re: Problem with new user registration
Quote:
how do i delete my ip from the mysql?

there is a file called badipXXX in your directory:

xoops_lib/modules/protector/configs

You'll need to modify it.

If you cannot modify it, just delete it, but you'll lose all the other bad IP that you've added to Protector, and they will have access again to your Website.



Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum


#5 Posted on: 5/17 7:11 Re: Pedigree Module /Adding a Dog
Quote:
There are more "bugs" ,but I will make a new topic for each "bug"

Once you have a list of bugs, you can post all of them here - this will make it easier for me.

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum


#6 Posted on: 5/17 7:10 Re: Problem with new user registration
Things don't happen out of the blue, so you need to check what has changed, or what you've changed, so now suddenly the user cannot access the area.

You might also repair the database, in case something got corrupted, and empty the sessions table.

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum


#7 Posted on: 5/16 16:28 Re: Pedigree Module /Adding a Dog
Was it a fresh installation, or did you copy the files over an existing module?

If you copied them over, did you run "update"?

I tested it by adding the parents at the point of adding the new dog. I didn't test it to add parents after the new dog has been added.

I'll look into it.

Could you please provide a "use cases", i.e. what exactly do you do and how, so we can run tests on those processes?

For example, I didn't think about adding parents after adding the dog. Since the parents are older than the new offspring, for the assumption was that they are already in the DB, i.e. they will be selected when we're adding the new dog. So I didn't test on this..

Thanks!

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum


#8 Posted on: 5/16 1:48 Re: Xortify 4.09 for XOOPS 2.5 (Final)
Simon, it is getting better, but there are still errors visible right after installation. I strongly suggest that you test your modules on PHP 5.4.x before you release them as "final" - you'll avoid a lot of complaints from the users.

This is in the Admin area:
Quote:
Notice: Undefined index: protector in file /modules/xortify/include/install.php line 61

Strict standards: call_user_func() expects parameter 1 to be a valid callback, non-static method XortifyCorePreload::eventCoreIncludeCommonStart() should not be called statically in S:\wamp64\www\xortify\class\preload.php on line 140

Strict standards: Non-static method XoopsUserUtility::getIP() should not be called statically in S:\wamp64\www\xortify\modules\xortify\include\functions.php on line 197

Strict standards: Non-static method XoopsCache::write() should not be called statically in S:\wamp64\www\xortify\modules\xortify\preloads\core.php on line 54


This is on the front:
Quote:
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/providers.php line 121
Notice: Undefined index: _MI_XOR_VERSION in file /modules/xortify/providers/providers.php line 121
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/providers.php line 122
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/providers.php line 123
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/providers.php line 124
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/providers.php line 124
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/providers.php line 138
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/providers.php line 147
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/providers.php line 149
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/xortify/pre.loader.php line 36
Notice: Use of undefined constant _MI_XOR_VERSION - assumed '_MI_XOR_VERSION' in file /modules/xortify/providers/xortify/pre.loader.php line 38
Notice: A session had already been started - ignoring session_start() in file /include/common.php line 199


This is how it looks like:
Click to see original Image in a new window


Tested on XOOPS 2.5.6 on PHP 5.4.15

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum


#9 Posted on: 5/15 19:05 Re: Host and Xoops
I recently moved a client to Arvixe Hosting, which has a native hosting for XOOPS, i.e. when you sign up, latest version of XOOPS is already installed.

The service was excellent, and the sever is very fast! On his previous host, he could have only up to five connections open! When he asked me to look into his Website, I couldn't do anything because I was constantly running out of connections.

With Arvixe, everything was very fast, so I could focus on the Website itself, instead of on connection issue.

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum


#10 Posted on: 5/15 4:21 Re: How to stop Spamming
Yes, we do!

XOOPS 2.4.5 is not supported anymore. The current supported version is 2.5.5 and 2.5.6.

In XOOPS 2.4.5 you should have captcha available for your registration. You might check the file /class/captcha/config.php to make sure that it is:

'disabled' => false,


What you should do is to set in Admin in the User Profile module:

/modules/profile/admin/step.php?id=1

the "Save after step" to "No".

But the best option is to upgrade to XOOPS 2.5.6.

This way the registration will be only saved, if the users enters correctly Captcha that is visible in screen one.

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)
Topic | Forum



Top
(1) 2 3 4 ... 518 »



[Advanced Search]