Title: cyclonecode's Replies | WordPress.org

---

# cyclonecode

  [  ](https://wordpress.org/support/users/cyclonecode/)

 *   [Profile](https://wordpress.org/support/users/cyclonecode/)
 *   [Topics Started](https://wordpress.org/support/users/cyclonecode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cyclonecode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cyclonecode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cyclonecode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cyclonecode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cyclonecode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 103 total)

1 [2](https://wordpress.org/support/users/cyclonecode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/cyclonecode/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/cyclonecode/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/cyclonecode/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/cyclonecode/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/cyclonecode/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] PHP Memory Limit](https://wordpress.org/support/topic/php-memory-limit-4/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/php-memory-limit-4/#post-18355439)
 * Closing this since the OP has not replied to my latest post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] PHP Memory Limit](https://wordpress.org/support/topic/php-memory-limit-4/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/php-memory-limit-4/#post-18020618)
 * Hello. This could be caused by a limitation from your hosting provider. I can
   have a look at this if you could send me the output from the plugins status page.
   Do not post the output here, instead either join my slack channel and send me
   a message there: [https://join.slack.com/t/cyclonecode/shared_invite/zt-6bdtbdab-n9QaMLM~exHP19zFDPN~AQ](https://join.slack.com/t/cyclonecode/shared_invite/zt-6bdtbdab-n9QaMLM~exHP19zFDPN~AQ)
   or send me an email at [customphpsettings@gmail.com](https://wordpress.org/support/users/cyclonecode/replies/customphpsettings@gmail.com?output_format=md).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Custom PHP Settings] Bad got worse](https://wordpress.org/support/topic/bad-got-worse/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/bad-got-worse/#post-17848469)
 * Too bad you think so, but again no one is forcing you to use it. Could you point
   out what parts you think is badly coded and I can try to refactor those parts.
 * One of the reasons for pushing towards premium is obviously to actually get something
   back from this. Not sure you understand how much time and effort it takes to 
   handle an open source project with 10k+ users?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] Change PHP Version](https://wordpress.org/support/topic/change-php-version/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/change-php-version/#post-17846384)
 * You can not use Custom PHP Settings to upgrade your current PHP version, since
   this involves actually installing new binaries on your filesystem. You will need
   to ask your hosting about how to move forward with this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] PHP 8.2 Problem](https://wordpress.org/support/topic/php-8-2-problem-2/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/php-8-2-problem-2/#post-17563759)
 * This issue should be resolved in the latest version 2.1.0. I still think I actually
   will drop support for PHP 5.6 and only support 7.0+ which would make things much
   easier to maintain.
   The updated code looks like this:
 *     ```wp-block-code
       $parameterClass = @$parameter->getType();
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] PHP 8.2 Problem](https://wordpress.org/support/topic/php-8-2-problem-2/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/php-8-2-problem-2/#post-17561737)
 * I actually already do this. I think I could refactor the code in the php-di package
   and use [https://www.php.net/manual/en/reflectionparameter.gettype.php](https://www.php.net/manual/en/reflectionparameter.gettype.php)
   instead which would solve this problem for PHP 8+.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] PHP 8.2 Problem](https://wordpress.org/support/topic/php-8-2-problem-2/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/php-8-2-problem-2/#post-17546437)
 * The warning comes from the PHP-DI package and is kind of hard to resolve without
   switching to some other DI container since I would like to support PHP 5.6+ which
   means I cannot bump the PHP-DI package to any later version. I would really like
   to drop support for PHP 5.6, but thinking that there might be many users that
   still sits on this very outdated version.
 * I will think some more =)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Fatal error in latest update](https://wordpress.org/support/topic/fatal-error-in-latest-update-4/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-in-latest-update-4/#post-17545555)
 * No problem, glad I manage to solve it pretty fast. I am closing this as resolved
   now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Fatal error in latest update](https://wordpress.org/support/topic/fatal-error-in-latest-update-4/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-in-latest-update-4/#post-17543669)
 * Now I have created a patch that solves this issue. Download and install the latest
   version 3.0.1 and the problem should be fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Fatal error in latest update](https://wordpress.org/support/topic/fatal-error-in-latest-update-4/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-in-latest-update-4/#post-17543642)
 * Changing the namespace from **CisionBlock\Trait** to **CisionBlock\Traits** fixes
   this issue. This only seems to be a problem in PHP 7.4.
   The reason is that **
   trait** being a reserved keyword in PHP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Fatal error in latest update](https://wordpress.org/support/topic/fatal-error-in-latest-update-4/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-in-latest-update-4/#post-17543614)
 * Hello
 * I have not seen this before or had any problems related to it, but after some
   investigation it seems like this could be caused by me using “Trait” in the namespace.
   I will try to refactor the code and see if that solves it. Since I am not able
   to reproduce the error it would be awesome if you could send me your email address
   at [cisionblock@gmail.com](https://wordpress.org/support/users/cyclonecode/replies/cisionblock@gmail.com?output_format=md)
   or join my slack channel so we can test if the fix work for you setup or not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] PHP 8.2 Problem](https://wordpress.org/support/topic/php-8-2-problem-2/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/php-8-2-problem-2/#post-17539548)
 * This is only a warning, but I will have a look on it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Search feature](https://wordpress.org/support/topic/search-feature-38/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/search-feature-38/#post-17400644)
 * When using the search_term we filter the news feed based on items where either
   the title or content contains the search_term string.
   The premium version has
   much better support for searching based on title, content and tags since it supports
   creating posts within WordPress.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Time stamp in feed intro](https://wordpress.org/support/topic/time-stamp-in-feed-intro/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/time-stamp-in-feed-intro/#post-16780466)
 * Then you would need to override the template used to render a single article 
   by copying the following file **cision-block/src/Frontend/cision-block-post.php**
   into the root or into a templates folder in your active theme, then you can add
   something like this in the template in order to display a date for the post:
 *     ```wp-block-code
       <time><?php echo date('Y-m-d H:i:s', $CisionItem->PublishDate); ?></time>
       ```
   
 * Hope this helps.
    -  This reply was modified 2 years, 11 months ago by [cyclonecode](https://wordpress.org/support/users/cyclonecode/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Time stamp in feed intro](https://wordpress.org/support/topic/time-stamp-in-feed-intro/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/time-stamp-in-feed-intro/#post-16764230)
 * Yes, you should be able to do this by changing the date format under the settings
   page, for instance using `H-i-s` would display the hour, minute and second the
   post was published. You can read more about the different time formats here: 
   [https://www.php.net/manual/en/datetime.format.php](https://www.php.net/manual/en/datetime.format.php)

Viewing 15 replies - 1 through 15 (of 103 total)

1 [2](https://wordpress.org/support/users/cyclonecode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/cyclonecode/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/cyclonecode/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/cyclonecode/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/cyclonecode/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/cyclonecode/replies/page/2/?output_format=md)