Page 1 of 1

PHP 5.49 and "You have no rights to access this category"

Posted: 07 Feb 2013, 21:17
by extonjaez
I have 2 problems:
When i connect under User Profile and not in administrator Profile.

1) My paramters are good and i have this sentence : "You have no rights to access this category"
I want to have : 1 USER = 1 CATEGORY, Then i have choosed "Access Rights","Upload Rights" and "Delete Rights" with the user name.. :x

2) ERRORS "Strict Standards" WITH PHP5.49 WITH JOOMLA 2.5.9 (Report errors = "maximum" and not "Nothing")

Many thanks for your help... :cry:

Strict Standards: Only variables should be assigned by reference in /homepages/45/xxx/htdocs/components/

com_phocadownload/views/category/view.html.php on line 29
com_phocadownload/views/category/view.html.php on line 30
com_phocadownload/views/category/view.html.php on line 31
com_phocadownload/views/category/view.html.php on line 32
com_phocadownload/models/category.php on line 122
com_phocadownload/helpers/route.php on line 245
com_phocadownload/helpers/phocadownload.php on line 367

Strict Standards: Non-static method PhocaDownloadHelperFront::getOrderingText() should not be called statically, assuming $this from incompatible context in /homepages/45/xxx/htdocs/components/

com_phocadownload/models/category.php on line 229
com_phocadownload/models/category.php on line 216
com_phocadownload/views/category/view.html.php on line 106
com_phocadownload/views/category/view.html.php on line 192
com_phocadownload/helpers/phocadownload.php on line 364
com_phocadownload/views/category/view.html.php on line 194
com_phocadownload/helpers/phocadownload.php on line 364
com_phocadownload/views/category/tmpl/default.php on line 61
com_phocadownload/helpers/route.php on line 185
com_phocadownload/helpers/route.php on line 245
com_phocadownload/views/category/tmpl/default.php on line 88

Re: PHP 5.49 and "You have no rights to access this category

Posted: 08 Feb 2013, 00:46
by Jan
Hi,

2) Strict standards are not errors (see similar posts where I have explained why the should be disabled (warning for future versions of PHP for PHP developers) and why it is not possible to not have them) - just disable strict standards in php.ini

1) if you get this message, your you logged as user who have rights to see the category?

Jan

Re: PHP 5.49 and "You have no rights to access this category

Posted: 08 Feb 2013, 15:07
by extonjaez
1) if you get this message, your you logged as user who have rights to see the category?
Yes. :idea:
I can give you my admin/password if you want try..
Regards

Re: PHP 5.49 and "You have no rights to access this category

Posted: 14 Feb 2013, 01:06
by Jan
Hi, then just send me them.

Jan

Re: PHP 5.49 and "You have no rights to access this category

Posted: 15 Feb 2013, 00:34
by extonjaez
After a backup and restore of an old version of my site with akeeba backup, all works fine.
Great Mod!