Title: Fatal Error
Last modified: August 30, 2016

---

# Fatal Error

 *  Resolved [b747fp](https://wordpress.org/support/users/b747fp/)
 * (@b747fp)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-1848/)
 * Fatal error: ‘break’ not in the ‘loop’ or ‘switch’ context in ../wp-content/plugins/
   types/embedded/common/toolset-forms/lib/adodb-time.inc.php on line 1012
 * [https://wordpress.org/plugins/types/](https://wordpress.org/plugins/types/)

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

1 [2](https://wordpress.org/support/topic/fatal-error-1848/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/fatal-error-1848/page/2/?output_format=md)

 *  Thread Starter [b747fp](https://wordpress.org/support/users/b747fp/)
 * (@b747fp)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6660996)
 * this error occurs in PHP 7 but not in PHP 5.6 just an FYI to fix
 *  [Marcin Pietrzak](https://wordpress.org/support/users/iworks/)
 * (@iworks)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661015)
 * Dear b747fp
 * This is external library, but we check this.
 * Thank you.
 * Marcin
 *  [reypm](https://wordpress.org/support/users/reypm/)
 * (@reypm)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661233)
 * Yeah, I am running the same issue with PHP7 RC6, [@marcin](https://wordpress.org/support/users/marcin/)
   can you give us an advice on this? Thanks
 *  [reypm](https://wordpress.org/support/users/reypm/)
 * (@reypm)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661234)
 * I have find the solution to the issue by changing `break` for `return` at `/wp-
   content/plugins/types/embedded/common/toolset-forms/lib/adodb-time.inc.php`, 
   let’s hope Types team will update this as an official patch
 *  [Marcin Pietrzak](https://wordpress.org/support/users/iworks/)
 * (@iworks)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661235)
 * > Yeah, I am running the same issue with PHP7 RC6, [@marcin](https://wordpress.org/support/users/marcin/)
   > can you give us an advice on this? Thanks
 * I’m sorry but we do not support PHP7 yet.
 * Marcin
 *  [Marco Almeida | Webdados](https://wordpress.org/support/users/webdados/)
 * (@webdados)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661260)
 * I can confirm this error myself. Any plans on supporting PHP7?
 *  [Papik81](https://wordpress.org/support/users/papik81/)
 * (@papik81)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661269)
 * Just delete the word break, it is unreachable code without sense anyway.
 *  [matchen](https://wordpress.org/support/users/matchen/)
 * (@matchen)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661273)
 * There was an update a week ago (roughly Dec. 9).
 * The plugin page now says it’s compatible up to version 4.4. It doesn’t specify
   if it’s now compatible with PHP7. Is it?
 * A reviewer on that page said the plugin uses hyphens in variable names instead
   of underscores, and PHP chokes on this. Is that correct? Has it been fixed?
 * If these issues remain, is there an intention to fix them? Is there a date?
 * Thanks,
    mark
 *  [matchen](https://wordpress.org/support/users/matchen/)
 * (@matchen)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661274)
 * reypm’s solution seems to work.
 * Thank you!
 * Still hope the plugin developer will upgrade to PHP7.
 *  [Marco Almeida | Webdados](https://wordpress.org/support/users/webdados/)
 * (@webdados)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661275)
 * PHP7 was released officially 15 days ago.
 * We are way past beta versions and a big plugin like Types should have been compatible
   a long time ago.
 *  [madsemil](https://wordpress.org/support/users/madsemil/)
 * (@madsemil)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661280)
 * Why is this marked as resolved?
 * reypm’s solution is a workaround, but the problem doesn’t seem to be solved?
 *  [hassanko](https://wordpress.org/support/users/hassanko/)
 * (@hassanko)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661282)
 * help me please!!
    I have the same problem with plugins types its happen when 
   i install the Types and damage everything. also should i start all over again
   how to delete the word break??? thanks
 *  [Papik81](https://wordpress.org/support/users/papik81/)
 * (@papik81)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661283)
 * Use the FTP client and delete it manually – it is simple text file.
 *  [Marco Almeida | Webdados](https://wordpress.org/support/users/webdados/)
 * (@webdados)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661284)
 * This should be fixed by the plugin author, not by editing a file via FTP. That
   is not a solution. It’s a workaround.
 *  [idpokute](https://wordpress.org/support/users/idpokute/)
 * (@idpokute)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-1848/#post-6661298)
 * I have exactly the same problem. Would plugin developer update the plugin for
   php7?

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

1 [2](https://wordpress.org/support/topic/fatal-error-1848/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/fatal-error-1848/page/2/?output_format=md)

The topic ‘Fatal Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/types_ced1d3.svg)
 * [Toolset Types - Custom Post Types, Custom Fields and Taxonomies](https://wordpress.org/plugins/types/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/types/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/types/)
 * [Active Topics](https://wordpress.org/support/plugin/types/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/types/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/types/reviews/)

 * 18 replies
 * 10 participants
 * Last reply from: Anonymous User 14808221
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-1848/page/2/#post-6661302)
 * Status: resolved