41
wtravel
Re: A security idea

You actually made me google for server fairy



42
wtravel
Re: Congratulations to Mr. and Mrs. Lanciault

Quote:

Mamba wrote:
Well, if we like nice dates (like the 07/07/07), then I expect the release of XOOPS 2.017 on 07/17/07, and NOT on 2/17/08


Probably 21-7-2017 would be nicer for the release of 2.0.17. Take your time .

Congratulations Marcan!!!



43
wtravel
Re: Modules Administration -- Module File for Not Found!

Can you check your database (eg with phpmyadmin) and look in the table yourprefix_modules. You will probably find two rows for the failed installations.

I think if you manually delete these rows the errors should not occur anymore.



44
wtravel
Re: EFQ Directory....... anyone using it?

Quote:

Mamba wrote:
I wish that the categories would be used the same in each directory. E.g. if I have directories for LA, NY, and SF, then I have to create separate categories for them. I would prefer enter categories for LA, and then utilize them for any new city that I add.

Any chance to do so?


A function to copy the categories structure from one directory to another.... sounds like a useful feature. You could think of creating a skeleton directory, create the categories and data fields that you use for all directories and then copy the structure to all new directories .



45
wtravel
Re: EFQ Directory....... anyone using it?

Well, I still have no idea what caused the problem but I just deleted the query from the file and recreated it. Now it is working fine and I added a new download to both dev.xoops.org and www.efqdirectory.com.

Also I updated the version number in this new release, since it was still 0.19 instead of 1.



46
wtravel
Re: Modules Administration -- Module File for Not Found!

As far as I know from the first mastop_publish release the module directory is defined in the modinfo.php language files. They directory is defined as a constant.

This means that you cannot have two instances of this module just by copying the module, because the constant used for this has already been defined when the module administration function checks the xoops_version.php files.

For example in xoops_version.php the module directory name is retrieved from the modinfo.php language files which contains something like:

define('MASTOP_DIRNAME', 'publish');

You also have a copy of the module with another defined module directory name:
define('MASTOP_DIRNAME', 'mastop_publish');

When php processes both files for its module administration page it will end up in a notice that constant XXX has already been defined.

I hope this description of the problem is clear. If not, please let me know.



47
wtravel
Re: Modules Administration -- Module File for Not Found!

To rename this module's directory you have to rename it in the modinfo.php language files (all languages) as well.

I am not sure if these files are the only files that need to be edited...

HTH

Quote:

xltran wrote:
I renamed mastop_publish module to publish and attempted to install twice but unsuccessful. Now in the "Modules Administration" screen/menu, it shows two module rows:

Module File for Not Found!

Module File for Not Found!


I have tried all the normal methods through the module administration screen/menu in uninstalling them but no luck in get ridding the two rows above because they do not exist.

Does anyone know how I could manually delete the two rows above from the Modules Administration screen/menu?



48
wtravel
Re: EFQ Directory....... anyone using it?

Quote:

nachenko wrote:
Impressive, wtravel. Ability to add custom fields is... well... it seems the "final solution" for everyone.

Will this accept image upload for every entry in the directory?


Hi Nanchenko, yes it does allow for one image to be uploaded with each listing. I plan to add another field type which will allow you to use a gallery type of field, with multiple images.



49
wtravel
Re: EFQ Directory....... anyone using it?

Quote:

Mamba wrote:
Quote:

wtravel wrote:
Version 1.0 RC is now available at the http://www.efqdirectory.com website


When installing, I'm getting the error:

-- -- CREATE TABLE efqdiralpha1_votedata ( ratingid int(11) unsigned NOT NULL auto_increment, itemid int(11) unsigned NOT NULL default '0', ratinguser int(11) unsigned NOT NULL default '0', rating tinyint(3) unsigned NOT NULL default '0', ratinghostname varchar(60) NOT NULL default '', ratingtimestamp int(10) NOT NULL default '0', PRIMARY KEY (ratingid), KEY ratinguser (ratinguser), KEY ratinghostname (ratinghostname) ) TYPE=MyISAM is not a valid SQL!

Unable to install efqdirectory.
----------------------

Xoops version XOOPS 2.0.16
Software server Apache/2.0.54 (Fedora)
PHP version 5.0.4
MySql version 4.1.20


Hi Mamba,

In your MySQL file, replace that query with:

EDITED: also added single quotes to the table name.
CREATE TABLE `efqdiralpha1_votedata` (
  `
ratingidint(11unsigned NOT NULL auto_increment,
  `
itemidint(11unsigned NOT NULL default '0',
  `
ratinguserint(11unsigned NOT NULL default '0',
  `
ratingtinyint(3unsigned NOT NULL default '0',
  `
ratinghostnamevarchar(60NOT NULL default '',
  `
ratingtimestampint(10NOT NULL default '0',
  
PRIMARY KEY  (`ratingid`),
  
KEY ratinguser (`ratinguser`),
  
KEY ratinghostname (`ratinghostname`)
TYPE=MyISAM;


Then try again



50
wtravel
Re: EFQ Directory....... anyone using it?

Version 1.0 RC is now available at the http://www.efqdirectory.com website




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



Login

Who's Online

108 user(s) are online (67 user(s) are browsing Support Forums)


Members: 0


Guests: 108


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