Форумы / Cotonti / Development / Siena Beta Testing

<<<1234567...10>>>

Bugfixing and evaluation cycle started

Kort
#46 26.12.2010 21:56
Problem is we got nemesis styles loaded for the admin panel. Fix it and the styles will return :)
SED.by - создание сайтов, разработка плагинов и тем для Котонти
GHengeveld
#47 26.12.2010 22:37
Variables by reference problem is a known issue. I have taken a look at it but it's a complicated thing. There's a line which says 'FIXME' which you can comment so it's fixed. It has something to do with extrafields for files in structure. Of course this will be fixed before the release.
Trustmaster
#48 26.12.2010 22:52
I'll fix the CSS loading thing. esclkm will fix the structure bug, it's his code.
May the Source be with you!
pieter
#49 27.12.2010 16:37
1. I got problems in Forums:
http://broens.be/forums.php
Can't click on Articles or the one I made myself.

2. Index
No info on recent items.
SOLVED: removed the if structure. So {plugin_latestpages} is giving to wrong output.
		<div class="clear block">
			<h2 class="warning"><a href="plug.php?e=recentitems">{PHP.L.recentitems_title}</a></h2>
				<!-- IF {PLUGIN_LATESTPAGES} -->
				<h3>{PHP.L.recentitems_pages}</h3>
				{RECENT_PAGES}
				<!-- ELSE -->
				<div class="warning">{PHP.L.recentitems_nonewpages}</div>
				<!-- ENDIF -->
				<!-- IF {PLUGIN_LATESTTOPICS} -->
				<h3>{PHP.L.recentitems_forums}</h3>
				{RECENT_FORUMS}
				<!-- ELSE -->
				<div class="warning">{PHP.L.recentitems_nonewposts}</div>
				<!-- ENDIF -->
		</div>
		<div class="clear block">
			<h2 class="warning"><a href="plug.php?e=recentitems">{PHP.L.recentitems_title}</a></h2>
							<h3>{PHP.L.recentitems_pages}</h3>
				{RECENT_PAGES}
				<h3>{PHP.L.recentitems_forums}</h3>
				{RECENT_FORUMS}
		</div>

3. Polls
I made one, but when I click on open, white screen: http://broens.be/polls.php?id=1
Also on index, it is not showing.

4. I can't change anything when I click edit on a user.
error:Fatal error: Call to a member function assign() on a non-object in /home/XXXX/public_html/_subsites/broens/plugins/userimages/userimages.users.edit.tags.php on line 25

5. If I go to whoisonline. I can click on the IP-adress.
But link is wrong.
http://broens.be/admin.php?m=tools&p=ipsearch&a=search&id=xxx.xxx.xxx.xxx&x=xxxxxxxxxxxxxxxxxxxx
But "tools" is gone, it should be "m=other":
http://broens.be/admin.php?m=other&p=ipsearch&a=search&id=xxx.xxx.xxx.xxx&x=xxxxxxxxxxxxxxxxxxxx

6. on Index you get no access to admin panel.
footer.tpl: line 29
<li><strong>Hello, {PHP.usr.name} <!-- IF {PHP.usr.isadmin} --> &nbsp; [ <a href="admin.php" class="lower">{PHP.L.Adminpanel}</a> ]<!-- ENDIF --></strong></li>
Obviously {PHP.usr.name} is not available in index. Correct??

7. http://broens.be/pm.php
error: Fatal error: Call to a member function fetch() on a non-object in /home/xxxxx/public_html/_subsites/broens/modules/pm/inc/pm.list.php on line 147
... can we help you ...
Отредактировано: pieter (27.12.2010 17:05, 13 лет назад)
esclkm
#50 27.12.2010 19:49
revision???
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
pieter
#51 27.12.2010 21:41
# Trustmaster : Alpha package updated to r1642.

http://www.cotonti.com/datas/users/trunk-r1642_5.7z

In admin:
Version (Revision) 0.7.0 (r1641)
Database 0.7.0
... can we help you ...
GHengeveld
#52 28.12.2010 00:55
Did you re-run install.php after updating your files, or is it a clean install?
pieter
#53 28.12.2010 00:59
clean one
... can we help you ...
GHengeveld
#54 28.12.2010 02:31
For recentitems, replace the {PLUGIN_LATESTPAGES} with {RECENT_PAGES}, or remove the IF statement like you did.
Fixed in 1652.

Added 18 hours 59 minutes later:

Pieter: enable debug mode in config.php so you can give more info about errors.
I'm working on the userimages bug, one file was using the wrong hook.

Added 36 minutes later:

User editing is fixed by 1653 and 1654.
Отредактировано: Koradhil (28.12.2010 22:10, 13 лет назад)
pieter
#55 28.12.2010 23:40
Added the fixes after 1642 till 1654 and updated the involved modules/plugins

# pieter : 1. I got problems in Forums:
http://broens.be/forums.php
Can't click on Articles or the one I made myself.
Not solved. There is no link behind articles. And can't test the forum on other errors.

# pieter : 2. Index
No info on recent items.

SOLVED

# pieter : 3. Polls
I made one, but when I click on open, white screen: http://broens.be/polls.php?id=1
Also on index, it is not showing.
Not SOLVED

# pieter : 4. I can't change anything when I click edit on a user.
error:Fatal error: Call to a member function assign() on a non-object in /home/XXXX/public_html/_subsites/broens/plugins/userimages/userimages.users.edit.tags.php on line 25

SOLVED

# pieter : 5. If I go to whoisonline. I can click on the IP-adress.
But link is wrong.
http://broens.be/admin.php?m=tools&p=ipsearch&a=search&id=xxx.xxx.xxx.xxx&x=xxxxxxxxxxxxxxxxxxxx
But "tools" is gone, it should be "m=other":
http://broens.be/admin.php?m=other&p=ipsearch&a=search&id=xxx.xxx.xxx.xxx&x=xxxxxxxxxxxxxxxxxxxx
Not solved, but easy fix I guess. Only wrong link

# pieter : 6. on Index you get no access to admin panel.
footer.tpl: line 29
<li><strong>Hello, {PHP.usr.name} <!-- IF {PHP.usr.isadmin} --> &nbsp; [ <a href="admin.php" class="lower">{PHP.L.Adminpanel}</a> ]<!-- ENDIF --></strong></li>
Obviously {PHP.usr.name} is not available in index. Correct??
SOLVED

# pieter : 7. http://broens.be/pm.php
error: Fatal error: Call to a member function fetch() on a non-object in /home/xxxxx/public_html/_subsites/broens/modules/pm/inc/pm.list.php on line 147

SOLVED

Changed define('COT_DEBUG', TRUE); in config.php.
But no extra info, I guess because all errors are gone. Only white screens, or wrong or no links.
... can we help you ...
Отредактировано: pieter (28.12.2010 23:58, 13 лет назад)
Trustmaster
#56 29.12.2010 16:12
Latest hourly builds of trunk are now available in 7-zip format with .svn folders stripped via http://www.cotonti.com/trunk.php
May the Source be with you!
GHengeveld
#57 30.12.2010 01:05
Polls: fixed by 1658 and 1659
Whosonline and Hiddengroups: fixed by 1660

Pieter: COT_DEBUG only shows extra info with SQL errors.

Added 1 hour 14 minutes later:

I had a look at the forums, and as far as I see the sections view works as it should. Other parts of it are broken but thats another issue.

Do you have another theme installed? You should check the tpl files because the loops have changed (BEGIN/END ...). If you remove all tpl files for forums in your theme it should work. Also check disk cache for templates. Note that the tpl files inside the module itself are a fallback. User theme and default theme have higher priority.
Отредактировано: Koradhil (30.12.2010 02:21, 13 лет назад)
pieter
#58 30.12.2010 17:48
# Trustmaster : Latest hourly builds of trunk are now available in 7-zip format with .svn folders stripped via http://www.cotonti.com/trunk.php

Installed New version from zero.
Still can't click on de parts in forum: http://broens.be/forums.php
Try to enter Articles or Test

If I click on: "1 member, 0 guests:"
I get: "You're not allowed to do this." as a admin.

Polls are working on standalone, but not on index.

I've not installed a other theme. I use only the files delivered in archive.
I created a admin acount: admin/root

Have a look if you want. msn: jan_sla(at)hotmail.com
... can we help you ...
Trustmaster
#59 30.12.2010 21:38
Whosonline plugin was not installed on your site. I also got some errors because datas/cache/cot is not accessible. I'll try to fix forums and pages structure.
May the Source be with you!
pieter
#60 30.12.2010 22:24
Thx for checking.
The cot dir in cache is not created automatically. (Same for templates)

Templates I knew, so I created it myself.
cot is a new directory for me.
Is there a way those 2 dirs are created already in the package?

Added 8 minutes later:

I found the problem of the poll on the index.

On default the poll is locked. And on index only polls which are unlocked are visible.
I guess this is not ment to be.

Also if I allow multiple values, I get radiobuttons and can't select more than 1 option.

Added 6 minutes later:

One other problem:


As you can see, a layout problem. Problem was CKeditor AND MArkitup.
What is the default?

Other problem, If I put in 3 lines, he puts automatically <p> in it. See previous.
Even after submitting it rests, so no previous problem.
Also adding images gives a html output. I can't change like in genoa HTML to default or visaversa
... can we help you ...
Отредактировано: pieter (30.12.2010 22:52, 13 лет назад)

<<<1234567...10>>>