User tests: Successful: Unsuccessful:
When you access index.php/component/tags you get a series of warnings and a fatal error.
This patch avoids that and load the right parameters.
Labels |
Added:
?
|
Category | ⇒ | Tags |
Status | Pending | ⇒ | Ready to Commit |
Set to RTC - thanks
@test I tested this successfully:
Before: http://awesomescreenshot.com/0d23oh2e3d
After: http://awesomescreenshot.com/0133oh2k77
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4783.
It fixes the fatal error, but it still shows a lot of notices and warnings.
Status | Ready to Commit | ⇒ | Pending |
Reset to pending based on latest comments
Using URL http://localhost/joomla3.3/index.php/component/tags
on my localhost I get:
Notice: Undefined offset: 0 in D:\xampp\htdocs\joomla3.3\components\com_tags\views\tags\view.html.php on line 123
Notice: Trying to get property of non-object in D:\xampp\htdocs\joomla3.3\components\com_tags\views\tags\view.html.php on line 123
Warning: Creating default object from empty value in D:\xampp\htdocs\joomla3.3\components\com_tags\views\tags\view.html.php on line 124
Notice: Undefined property: stdClass::$description in D:\xampp\htdocs\joomla3.3\components\com_tags\views\tags\tmpl\default_items.php on line 10
Great thanks :)
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4783.
Ah true, when there are Tags, then it works fine.
I can't see warnings or errors. I tried to unpublish the tags and even delete them and no error is present: http://awesomescreenshot.com/0ea3oh9336
How you got the warning/error?
I had the tags trashed. You need to raise the error reporting to "maximum" or "deveopment" to see those type of warnings and notices.
I updated the patch to take care of the warning issues when there is not tag.
Hope you can test that :)
Tested issue with and without tags, both worked successfully.
Reset tests so that people can test the no tag issue
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4783.
I had this failure before installing this patch. And it is fixed successfully after installing the patch.
php 5.4.19, mysql 5.5.32, j3.3.6
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4783.
Status | Pending | ⇒ | Ready to Commit |
RTC again
This works for me.
Blank page at index.php/component/tags before patch, after patch takes me to error 500 page showing template and links back to site.
Labels |
Added:
?
|
Labels |
Added:
?
|
Works fine now. Thanks!
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-10-17 19:43:06 |
@test Before patch link resulted in errors, after applying patch viewing the correct page.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4783.