111
SMEDrieben
Re: Partial Basic Module Pack for XOOPS 2.5.5 (updated Final releases)
  • 2012/12/27 17:34

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I have tested WF-Downloads 3.21 Final. It works fine: one problem. The RSS-icon and link don't appear, not in the index view, not in de the category views. I did have a similar problem in 3.2 RC. Then I changed some things in index.php and viewcat.php where rss is coded:

$rsslink=sprintf("<a href='%s' title='%s'><img src='%s' border='0' alt='%s' title='%s'></a>",WFDOWNLOADS_URL."rss.php"_MD_WFD_LEGENDTEXTRSSXOOPS_URL."/".$xoopsModuleConfig['mainimagedir']."/icon/rss.gif",_MD_WFD_LEGENDTEXTRSS_MD_WFD_LEGENDTEXTRSS'' ); //changed by Zyspec


Now I cannot manage. I tested with the 3.21 scripts and templates.

How can I get it working ?

Thanks, Drieben



112
SMEDrieben
Re: News 1.67: three bugs ?
  • 2012/7/3 20:06

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I think there is a third bug. The subtitle is nog given on the index page, even if it is present in news_item.html.

It can be solved by adding a new line around line 202 in index.php:

$story['subtitle'] = $thisstory->subtitle();


SMEDrieben



113
SMEDrieben
News 1.67: two bugs ?
  • 2012/7/2 19:48

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I experience 2 strange things with news 1.67.

1. The RSS-icon is not given if a category is chosen. I have a solution. In index.php row 305 I replaced

XOOPS_URL."/".$moduleInfo->getInfo('icons16').'/rss.gif'


by

$moduleInfo->getInfo('icons16').'/rss.gif'


Thereafter, the RSS-icon is given again.

2. makepdf.php stops immediately if a Greek character is in the text. I used my old pdf.php (based on tcpdf.php and not on fpdf.php): that works fine !

SMEDrieben



114
SMEDrieben
Re: extCal 2.37 Beta 3 Ready for Testing on XOOPS 2.5.5 RC

Sorry that it took some time to answer (holidays):

My test system is Xampplite 1.71:

XOOPS versie XOOPS 2.5.5
PHP versie 5.2.9
mySQL versie 5.1.33-community
Server API apache2handler
Besturingssysteem WINNT
safe_mode Off
register_globals Off
magic_quotes_gpc On
allow_url_fopen On
fsockopen On
post_max_size 16M
max_input_time 60
output_buffering
max_execution_time 60
memory_limit 128M
file_uploads On
upload_max_filesize 32M

Installed modules:
News 1.66
Tinycontent 1.5
Smartsection 2.13
Smartfaq 1.09
Simplenewsletter 2.2
Extcal 2.37 beta
WF-Downloads 3.2
Mylinks 1.1
Extgallery 1.04
Liaise 1.27
Kshop 2.23
Xoopsmembers 1
Articles 1.03
Istats 2.2

SMEDrieben



115
SMEDrieben
Re: extCal 2.37 Beta 3 Ready for Testing on XOOPS 2.5.5 RC
  • 2012/4/25 21:07

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I'am sorry, but it doesn't work.

If I change months names in language/nederlands/calendar.php, month names in view-calendar-month change. However, the day-names in in this files are in Dutch, in view-calendar-month in English.

Something goes wrong with <{$weekdayName}>. If I put a character before this variable, it appears in the view-month-calendar view. I cannot change the content of <{$weekdayName}> to Dutch.

I did a search on English names in all Xoops-files with Rapid Search&Replace and where I found English names, I changed them: nothing changes the day-names in view-calendar-month view. Always emptied caches in between.

Any idea ?

SMEDrieben




116
SMEDrieben
Re: extCal 2.37 Beta 3 Ready for Testing on XOOPS 2.5.5 RC
  • 2012/4/24 19:15

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I'am testing Extcal 2.37 on 2.5.5.

I cannot change the names of days in the calendar month view. I have changed them in main.php and modinfo.php in the language folder.

Changing other language items in these files, works fine.

Where are the names of the days (Sunday, Monday etc) derived from? Apparantly not from the regular language files (or calendar.php).

Thanks !

SMEDrieben



117
SMEDrieben
Re: If we were to start a 2.6 Branch what would you like to see.
  • 2012/4/21 21:02

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I would prefer that a final version of the Basic module pack is released.

Thanks!

SMEDrieben



118
SMEDrieben
Re: Error when trying to see installable modules
  • 2012/4/20 9:19

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


The xoops_lib/modules/protector/class folder was missing.

The cause must be an incomplete copy of my 2.5.4 test system. In my view, the 2.5.4 to 2.5.5 upgrade package is correct and complete.

SMEDrieben



119
SMEDrieben
Re: Error when trying to see installable modules
  • 2012/4/18 19:59

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I upgraded from 2.5.4. using the appropriate upgrade package, used the upgrade script and updated the system module.

It is solved: in my test system, the xoops_lib folder appeared to be incomplete. After adding the missing files, it works correct !

Thanks !

SMEDrieben



120
SMEDrieben
Error when trying to see installable modules
  • 2012/4/18 17:55

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


After upgrade to 2.5.5., I tried in the module admin section the button "Install module". It generates a fatal error and two other errors:

Fatal error: Class 'ProtectorRegistry' not found in C:/xampplite/htdocs/public_html/modules/protector/mytrustdirname.php on line 8


Warning: include_once(C:/xampplite/xoops_lib/modules/protector/class/registry.php) [function.include-once]: failed to open streamNo such file or directory in bestand /modules/protector/mytrustdirname.php regel 7


Warning: include_once() [function.include]: Failed opening 'C:/xampplite/xoops_lib/modules/protector/class/registry.php' for inclusion (include_path='.;/xampplite/php/pear/'in bestand /modules/protector/mytrustdirname.php regel 7


How can I solve this problem (especially the fatal one)?

SMEDrieben




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 17 »



Login

Who's Online

204 user(s) are online (138 user(s) are browsing Support Forums)


Members: 0


Guests: 204


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