Title: cyclonecode's Replies - page 5 | 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 - 61 through 75 (of 103 total)

[←](https://wordpress.org/support/users/cyclonecode/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/cyclonecode/replies/?output_format=md) [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)
[4](https://wordpress.org/support/users/cyclonecode/replies/page/4/?output_format=md)
5 [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/6/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] Unable to access the site after editing max file size setting](https://wordpress.org/support/topic/unable-to-access-the-site-after-editing-max-file-size-setting/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/unable-to-access-the-site-after-editing-max-file-size-setting/#post-13305730)
 * This seems very strange? What hosting provider are you using? Can you give me
   a link to the site? If you have (s)ftp/ssh access to the server you should be
   able to change the permission of the `.htaccess` file manually. Try the following
   solutions and see if it solves the problem:
 *  // Try setting permission to read-write for owner
    chmod 0644 .htaccess // Or
   also setting the execute permission (only used by some servers) chmod 0755 .htaccess
 * This above could also be done using a FTP client, for instance FileZilla, right
   click on the .htaccess file and choose “File permission” and enter 644 or 755
   in the text box and click save, then try to access you site again.
 * I can try to fix this issue for you, but then you must give me access to the 
   server in question so I can see if I can successfully revert to permission. If
   this seems fine, please email me the credentials on [cyclonecode@gmail.com](https://wordpress.org/support/users/cyclonecode/replies/page/5/cyclonecode@gmail.com?output_format=md)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Giosg] wp-giosg.php nopriv typo](https://wordpress.org/support/topic/wp-giosg-php-nopriv-typo/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-giosg-php-nopriv-typo/#post-13056904)
 * This issue is fixed in version 1.0.3.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Giosg] wp-giosg.php nopriv typo](https://wordpress.org/support/topic/wp-giosg-php-nopriv-typo/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-giosg-php-nopriv-typo/#post-13055514)
 * It seems like you are correct. Thank you for pointing this out. I will make an
   update to fix this as soon as possible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Regulatory filter](https://wordpress.org/support/topic/regulatory-filter/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years ago](https://wordpress.org/support/topic/regulatory-filter/#post-12750107)
 * It would be really easy to do this by copying the cision-block.php template in
   to the root of you active theme and modifying it a little bit to check if an 
   item is a regulatory or non-regulatory release. Something like this:
 *  echo ‘<h1>’ . ($item->IsRegulatory ? ‘R’ : ”) . $item->Title . ‘<h1>’;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] Changes not applied](https://wordpress.org/support/topic/changes-not-applied-2/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years ago](https://wordpress.org/support/topic/changes-not-applied-2/#post-12699978)
 * Hello
 * Can you verify that the settings is written to your .htaccess or php.ini file?
   
   Open you .htaccess file and look for the following section:
 * # BEGIN CUSTOM PHP SETTINGS
    php_value post_max_size 256M php_value max_input_vars
   5000 php_value upload_max_filesize 128M php_value max_execution_time 300 # END
   CUSTOM PHP SETTINGS
 * I am also interested in what hosting provider you are using? It might be an issue
   with that they don’t allow you to change any settings.
 * Are your permalinks working as they should? If not then this might be an issue
   with the webserver configuration, for instance if using apache then you must 
   configure the server to allow override through the use of .htaccess files.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Cision feed into WP posts](https://wordpress.org/support/topic/cision-feed-into-wp-posts/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/cision-feed-into-wp-posts/#post-12581673)
 * Hm I am not really sure I understand what you are trying to do here? Do you want
   to just connect a single cision press release to a post in WordPress? If that
   is the case; this is not possible right now, but it would be simple to implement
   support for this. The question then is how would such a reference look, will 
   it be a cision press release id, an URL or what do you think? One solution then
   would be to add a single post shortcode, something like [cision-block-post id
   =CISION_PRESSRELEASE_ID] or similar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Cision Block Read more](https://wordpress.org/support/topic/cision-block-read-more/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/cision-block-read-more/#post-12574563)
 * Sorry for the very late response, I have been very busy with work. Is this still
   an issue? I think you created an admin account for me right? I will have a look
   into this as soon as possible if it is still a problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Installationshjälp](https://wordpress.org/support/topic/installationshjalp/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/installationshjalp/#post-12574545)
 * Hejsan såg detta först nu. Kontakta mig gärna via e-post [cyclonecode@gmail.com](https://wordpress.org/support/users/cyclonecode/replies/page/5/cyclonecode@gmail.com?output_format=md)
   istället om du behöver hjälp.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] After making a change My site can’t be reached](https://wordpress.org/support/topic/after-making-a-change-my-site-cant-be-reached/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/after-making-a-change-my-site-cant-be-reached/#post-12573810)
 * Hello [@wasams](https://wordpress.org/support/users/wasams/) I would be very 
   interested in knowing what went wrong and how you solved this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] After making a change My site can’t be reached](https://wordpress.org/support/topic/after-making-a-change-my-site-cant-be-reached/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/after-making-a-change-my-site-cant-be-reached/#post-12363281)
 * Hello
 * It seems like you manage to solve this problem.In cases where you have used the
   plugin to make changes to your .htaccess file, you could simply remove anything
   between these markers in the file:
 * # BEGIN CUSTOM PHP SETTINGS
 * # END CUSTOM PHP SETTINGS
 * If you instead are running PHP in cgi mode and the plugin has modified a .user.
   ini_file then you will need to remove the custom settings from this file and 
   reload your page.
 * Since you already seemed to have fixed this, I would be very interested in what
   actually went wrong and how you solved it, since this can be very helpful in 
   the future for others who are facing the same problem.
 * Regards,
    Krister
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] no allowed](https://wordpress.org/support/topic/no-allowed/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/no-allowed/#post-12180361)
 * Hello again
 * Ok, well then I will definitely add an update which also will add the customised
   settings in `php.ini` as well as the file specified in `user_ini.filename` in
   cases where PHP is running in CGI/FCGI mode.
    I will let you know when this update
   is in place.
 * Regards,
    Krister
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] no allowed](https://wordpress.org/support/topic/no-allowed/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/no-allowed/#post-12172241)
 * Hello
 * Currently only the ini file that is configured in you `php.ini` `user_ini.filename`
   directive (by default .user.ini) or the `.htaccess` file will be used. I am actually
   thinking of making an update for this, since some hosting companies are using
   custom filenames for user defined ini files like `php.ini` and so on.
 * When you are saying “and the .ini analisis says it is on /homepages/4/d276499298/
   htdocs/clickandbuilds/mysite/wp-admin/php.ini” what kind of analysis is this?
   I mean where do you get this value?
 * Regards,
    Krister
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cision Block] Regulatory PR does not show in IE and Edge](https://wordpress.org/support/topic/regulatory-pr-does-not-show-in-ie-and-edge/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/regulatory-pr-does-not-show-in-ie-and-edge/#post-12093270)
 * [@ricsam](https://wordpress.org/support/users/ricsam/) There is a “Display mode”
   field where you can select “Regulatory” in order to show only regulatory press
   releases. The same can also be done using `view_mode=2` in the shortcode.
 * Hope this helps.
 * Regards,
    Krister
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] GoDaddy Upload Limit](https://wordpress.org/support/topic/godaddy-upload-limit/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/godaddy-upload-limit/#post-12091900)
 * Hello
 * This might be because they do not allow you to customise the PHP settings using
   a `.htaccess` or `.user.ini` file. What server are you running? Is this an nginx
   server then it will probably not work since `.htaccess` files are used by apache
   and they might not allow custom user ini files. You could easily check if this
   is the case by changing a value like `memory_limit=758M` and then check if this
   setting is marked as red in the settings table; if not then they probably not
   allow you to change setting in this way. I would try to send them an email and
   ask if you are able to modify PHP settings or if they have some restrictions.
 * Looking on this question it seems like you should be able to create your own `
   php.ini` file with customised settings:
    [https://stackoverflow.com/questions/16140917/how-to-access-the-php-ini-file-in-godaddy-shared-hosting-linux](https://stackoverflow.com/questions/16140917/how-to-access-the-php-ini-file-in-godaddy-shared-hosting-linux)
 * If this works then I might actually add an update to the plugin which will create
   an `php.ini` file to support this environment.
 * Would be great if you could check what kind of server you are running from the`
   wp-admin/tools.php?page=custom-php-settings&tab=php&section=server-vars` page.
   
   Also try checking the `User INI file` from the `wp-admin/tools.php?page=custom-
   php-settings&tab=php&section=php-info` page.
 * You are not able to upload the file using FTP/SFTP or something similar?
 * Regards,
    Krister
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom PHP Settings] Custom PHP settings – can’t delete plugin](https://wordpress.org/support/topic/custom-php-settings-cant-delete-plugin/)
 *  Plugin Author [cyclonecode](https://wordpress.org/support/users/cyclonecode/)
 * (@cyclonecode)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/custom-php-settings-cant-delete-plugin/#post-12075102)
 * I have now added an updated which solves this issue. You should be able to simply
   update the plugin to version 1.2.6 and then you can delete it successfully.

Viewing 15 replies - 61 through 75 (of 103 total)

[←](https://wordpress.org/support/users/cyclonecode/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/cyclonecode/replies/?output_format=md) [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)
[4](https://wordpress.org/support/users/cyclonecode/replies/page/4/?output_format=md)
5 [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/6/?output_format=md)