Search Results (Searched for: php 7.0.6)

24 May 2016 17:27
Replied by 810 on topic Install/Update Failure 4.0.10
Downgrade the php7 to php 7.0.5, or use the new PHP 7.0.7RC

Siteground has edited the php modules, that's working with Php 7.0.6.
20 May 2016 14:55
Replied by 810 on topic K5 - ongoing php 7 issues
All verions of kunena doesn't work with the PHP7.0.6 version. You need to wait for new php version.

For now you could change back to 5.6 or 7.0.5
17 May 2016 22:49
Replied by Twincarb on topic K5 - ongoing php 7 issues
running PHP 7.0.6 and the latest beta my category's show up but I am unable to navigate deeper to view any posts

with debug set to maximum I have:

Notice: Uninitialized string offset: 0 in /var/www/vhosts/domainname.org/libraries/kunena/html/html/kunenaforum.php on line 193

No change from the above with protostar template selected.
17 May 2016 22:18
Replied by 810 on topic K5 - ongoing php 7 issues
< 7.0.6 has no isses, so you can temp downgrade.

We will not add prevention for PHP7.0.6
17 May 2016 22:00
Replied by Twincarb on topic K5 - ongoing php 7 issues
Will that be with a prevention of installing on a system running 7.0.6? While it's good practice to install and test in a similar production environment there is the potential that admins may install on a system that is now incompatible.

I have an issue with my test site which isn't showing any attachments following the upgrade through the beta's Which I need to confirm hopefully tomorrow evening with a clean test site install up to the latest beta version.

The issue is affecting both the front an back end.
13 May 2016 22:35
As said, temporary solution that works fine for me until 7.0.7 release (as downgrading to 7.0.5 is too much of a hassle). Nobody said it should be incorporated into the core. :)
13 May 2016 20:54
Replied by 810 on topic Orphaned Categories
Its a bug on Php 7.0.6 and last version of 5.6

Will be fixed in next php versions. Next week

For now, go back for php 7.0.5 or older 5.6 version
13 May 2016 17:06
Replied by ruud on topic minimal php requirement?
okay, agree. See also the discussion on php 7.0.6 that seems 'bugged' :(
13 May 2016 14:31
@Sake: it's not a good solution like matias said here : github.com/Kunena/Kunena-Forum/issues/39...suecomment-219026057

So stick on PHP 7.0.5 untill PHP 7.0.7 is released with the fix in it and PHP 5.6.21 has the same bug
13 May 2016 01:30 - 13 May 2016 01:42
I investigated the issue and it seems that the problem is in libraries/kunena/forum/category/helper.php
On line 805 there is this line:
Code:
$instances = (array) $db->loadObjectList('id', 'KunenaForumCategory');
Normally this should instantiate each row with KunenaForumCategory constructor but in PHP 7.0.6, by some reason, it doesn't. My temporary solution is to do a manual instantiation right below like this:
Code:
foreach ($instances as &$instance) { $instance = new KunenaForumCategory(array('id'=>$instance->id)); $instance->load(); }
Works fine for me after that.
12 May 2016 22:54
There is a bug in kunena with PHP7.0.6

Solution until its fixed, is to downgrade php to 5.6 or php 7.0.5
12 May 2016 20:08
This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 64M | Max file upload: 5M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : protostar | author: Kyle Ledbetter | version: 1.0 | creationdate: 4/30/2012

Kunena default template details : Blue Eagle | author: Kunena Team | version: 4.0.10 | creationdate: 2016-02-18

Kunena version detailed: Kunena 4.0.10 | 2016-02-18 [ Villavicencio ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: None

12 May 2016 14:29 - 12 May 2016 14:29
I get the same error on PHP 7.0.6 (Kunena 4.0.10). Worked fine on PHP 7.0.5.
11 May 2016 20:50
Replied by mw911 on topic Install/Update Failure 4.0.10
That worked. Reverting the site's PHP version from 7.0.6 to 5.6.21 brought the orphans home! Thank you!
11 May 2016 20:39
Replied by 810 on topic Install/Update Failure 4.0.10
"Call to a member function get() on string". is a php7.0.6 bug.

So i suggest to go to php 5.6
Displaying 16 - 30 out of 40 results.
Time to create page: 2.464 seconds