371
goffy
Re: Xoops 2.6.0 alpha 3 issues
  • 2013/12/3 5:54

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi Mamba

yes, after enable openssl it was easy to install (and xoops 260 Looks very interesting).
But checking/changing php-configuration is not so easy for everbody, maybe someone is afraid to destroy something.

I don't know whether it is possible or not, in my opinion the installation of xoops should stay as easy as it was in the past - only clicking .
I hope, it is possible to include composer/installation of composer in the installation of xoops



372
goffy
Re: Xoops 2.6.0 alpha 3 issues
  • 2013/12/2 12:57

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi Mamba

Maybe it is not so easy as you mean (for "normal users").
I have done all you have done in the video, folder /xoops_lib/vendor was here after installing.

I started to install xoops 2.6.0 and I got in step 3:
Quote:
Warning: include(C:/homepages/xampp/htdocs/xoops260/htdocs/xoops_lib/vendor/autoload.php): failed to open stream: No such file or directory in C:\homepages\xampp\htdocs\xoops260\htdocs\class\xoopsload.php on line 551


So I started to search.
I restarted command window and typed again composer install, than I look exactly, what there was printed out
Quote:
[RuntimeException] You must enable the openssl extension to download files via https


Open google, searching for "enable openssl xampp" I found the solution.
In the php.ini I had to change ";extension=php_openssl.dll" into "extension=php_openssl.dll" (removing the ;).

I restarted command window and typed again composer install.
Now all files were downloaded and created.

Now installing xoops 2.6.0 worked fine.


Maybe another person has the same problems and know now, how to solve.



My configuration
[code]
ApacheFriends XAMPP Version 1.8.1
+ Apache 2.4.3
+ MySQL 5.5.27 (Community Server)
+ PHP 5.4.7 (VC9 X86 32bit thread safe) + PEAR
+ phpMyAdmin 3.5.2.2
+ OpenSSL 1.0.1c
+ ADOdb 5.17
+ XAMPP Control Panel Version 3.1.0 von hackattack142 (Ein großes Danke Schön!)
Vgl.:http://www.apachefriends.org/f/viewtopic.php?f=16&t=46743
+ XAMPP Security
....



373
goffy
Re: Is there a simple way to disable new user registrations?
  • 2013/10/31 16:53

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi terrion

In admin area - preferences - User Info Settings you find the Option "Allow new user registration?"
Turn it off



374
goffy
Re: TDMCreate v1.39 Beta 1 for Testing
  • 2013/9/30 5:57

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi timgno

test situation:
module: "gTeam"
table: "groups"

bug:
if you select for a table field the type DhtmlTextArea, you get in the form for adding/editing only a textbox
reason:
in file class/groups.php you find Quote:
$editor_configs['editor'] = xoops_getModuleOption('gTeam_editor', 'gTeam');

but the created module option is 'gteam_editor'


additional some suggestions:
1)
sometimes you create Quote:
$groups_count = $groupsHandler->getCount($criteria);

sometimes Quote:
$numrows = $groupsHandler->getCount();

please use always $groups_count, and use also $criteria in the getCount function, otherwise the getCount could be greater than 0, and '$groups_arr = $groupsHandler->getAll($criteria);' returns an empty array.

2)
if you refer to an object you use always $obj
Quote:
$obj =& $groupsHandler->create();

I think you should do the same as for ..._count and ..._arr
Quote:
$groups_obj =& $groupsHandler->create();
would be more clear, especially if I have later on more than one object in one file.

3)
in admin/groups.php I find hardcoded text
Quote:
</tr><tr><td class='errorMsg' colspan='4'>There are no groups</td></tr>";

please replace by language constant


I'll continue testing

xoops 2.5.6
PHP Version 5.4.7
mySQL Version 5.5.27
Server API apache2handler
TDMCreate 1.39 Beta 2 release_date 2013/09/21



375
goffy
Re: TDMCreate v1.39 Beta 1 for Testing
  • 2013/9/24 5:23

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


@ Mamba
Quote:
tabs are not allowed. But they use 4 spaces


thanks Mamba, that is what I mean.
It would be nice if php-files created by tdmcreate already is formatted to PSR-2 standard.

@ Timgno
Installed plugins Notepad++:
Compare
Converter
NppExport
NppFTP
Plugin manager
Spell-Checker



376
goffy
Re: TDMCreate v1.39 Beta 1 for Testing
  • 2013/9/23 17:48

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi Mamba

I think you misunderstand me.

I use Notepad++ for coding.

Look on the picture. There are 3 samples, always the same code, but with different settings for tab.
Only the last one is easy to read, especially if there are a lot of loops, ifs and so one.
Resized Image

I never use tab, I let replace tabs always replacing by 2 spaces instead, so the code looks on every computer the same.

This is not a real Problem, but for coding it would be usefull, I think.



377
goffy
Re: xNewsletter 1.1
  • 2013/9/23 16:00

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


ok, than I would say we let it be for the moment, if someone need the plugin he should contact me

thank you



378
goffy
Re: xNewsletter 1.1
  • 2013/9/23 12:01

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi cesag

ce tres jolie, mais mon francais n'est pas tres bon

Therefore it is a little bit hard for me to find something. I do not find a possibility to subscribe and I do not find, where the existing subscription will be saved



379
goffy
Re: TDMCreate v1.39 Beta 1 for Testing
  • 2013/9/23 11:44

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi timgno

My first test results:

xoops 2.5.6
PHP Version 5.4.7
mySQL Version 5.5.27
Server API apache2handler

1)
xoops_version.php works now

2)
in admin aerea I find a tab "Permissions", but the related file permission.php is missing

3)
if I have an existing table, and I click on edit, make than the changes and save than an second table with the same name will be created
if I open this new one, there is nothing preselected as it is, if I make a new one

4)
building module:
if I build the module, I get a lot of hints like "Problems: Creating file changelog.txt in the docs folder"
but the file will be created.
Warning is like "Warnung: fopen(http://localhost/xoops256/htdocs/modules/xTeam/docs/changelog.txt): failed to open stream: HTTP wrapper does not support writeable connections in Datei /modules/TDMCreate/include/functions_const.php Zeile 541"

5)
updating an built module
if I update a module, I get warnings
"Warnung: include_once(/modules/xTeam/include/update.php): failed to open stream: No such file or directory in Datei /modules/system/admin/modulesadmin/main.php Zeile 849"

6)
test situation:
module "xTeam"
tables "groups" and "members"

6a) in admin/groups.php under "case list" I find
$criteria->setSort('grp_id ASC, grp_id');
$criteria->setOrder('ASC');
grp_id is twice

7) creating php-files basically
please do not use tab, use empty string instead (you use 4 empty strings for a tab, I use 2)


no other bugs found till now

I'll continuing



380
goffy
Re: xNewsletter 1.1
  • 2013/9/23 4:59

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi cesag

Quote:
I forgot to mention that it is in UTF-8 without BOM.

Done.

Quote:
Yes it is the latest JJD Tools Framework known.

I get still a blank page. If someone needs this plugin, he should give me the information I need to create the plugin (name of the table and the columns, where I can find email, and if available, firstname, lastname, sex).




TopTop
« 1 ... 35 36 37 (38) 39 40 41 ... 43 »



Login

Who's Online

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


Members: 0


Guests: 200


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