Title: [ticket-submit]
Last modified: February 20, 2019

---

# [ticket-submit]

 *  Resolved [Shorcy](https://wordpress.org/support/users/darkminersdk/)
 * (@darkminersdk)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/)
 * Hello Awesome support community,
    Anyone who knows how to fix the shortcode: [
   ticket-submit], not working on sites. I have tried pasting it into a page but
   it doesn’t work. But the [tickets] works.
 * + The shortcode is on multiple sites.
 * Thanks for the help 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fticket-submit%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

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

 *  [heartandsoulwebdesign](https://wordpress.org/support/users/heartandsoulwebdesign/)
 * (@heartandsoulwebdesign)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11237590)
 * I’m having the same problem. When the client submits a ticket, they got to a 
   blank page.
    The page is [](https://tofeldent.com/submit-ticket)
 *  Plugin Author [melliesou](https://wordpress.org/support/users/melliesou/)
 * (@melliesou)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11237864)
 * Hello,
 * In this case, turning on debug mode will highlight why this may now show up:
   
   [https://codex.wordpress.org/Debugging_in_WordPress](https://codex.wordpress.org/Debugging_in_WordPress)(
   See the debug log contents for hints on why it is not showing)
 * If the error isn’t obvious, post it here and I can help your troubleshoot it.
 * I’ll mark this thread as resolved (for the general case of troubleshooting). 
   But please feel free to continue to add more questions here relating to your 
   specific case.
 *  Thread Starter [Shorcy](https://wordpress.org/support/users/darkminersdk/)
 * (@darkminersdk)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11244858)
 * When i try to insert the define( ‘WP_DEBUG_LOG’, true );
    It doesn’t show anything.
 * I can’t seem to see any errors :/
    And even though i put <?php define( ‘WP_DEBUG_LOG’,
   true ); ?>
 * It doesn’t show up with any errors
 *  Thread Starter [Shorcy](https://wordpress.org/support/users/darkminersdk/)
 * (@darkminersdk)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11244888)
 * Here is how it looks for people.
 * > [Awesome Support – Issue with [Submit-ticket]](https://imgur.com/a/c9OjnWg)
 *  [heartandsoulwebdesign](https://wordpress.org/support/users/heartandsoulwebdesign/)
 * (@heartandsoulwebdesign)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11246277)
 * Notice: Trying to get property of non-object in /var/www/vhosts/tofeldent.com/
   httpdocs/wp-content/plugins/awesome-support-custom/awesome-support-custom-fields.
   php on line 109
 * Notice: Trying to get property of non-object in /var/www/vhosts/tofeldent.com/
   httpdocs/wp-content/plugins/awesome-support-custom/awesome-support-custom-fields.
   php on line 121
 * Notice: Undefined variable: site_name_arr in /var/www/vhosts/tofeldent.com/httpdocs/
   wp-content/plugins/awesome-support-custom/awesome-support-custom-fields.php on
   line 165
 * Notice: Undefined variable: floor_plans_nameonly_arr in /var/www/vhosts/tofeldent.
   com/httpdocs/wp-content/plugins/awesome-support-custom/awesome-support-custom-
   fields.php on line 200
 * Warning: implode(): Invalid arguments passed in /var/www/vhosts/tofeldent.com/
   httpdocs/wp-content/plugins/awesome-support-custom/awesome-support-custom-fields.
   php on line 200
 * Notice: Undefined variable: floor_plans_nameonly_arr in /var/www/vhosts/tofeldent.
   com/httpdocs/wp-content/plugins/awesome-support-custom/awesome-support-custom-
   fields.php on line 208
 *  Thread Starter [Shorcy](https://wordpress.org/support/users/darkminersdk/)
 * (@darkminersdk)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11251543)
 * Thanks for the errors heartandsoulwebdesign 🙂
 *  Plugin Author [melliesou](https://wordpress.org/support/users/melliesou/)
 * (@melliesou)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11257196)
 * Hi [@darkminersdk](https://wordpress.org/support/users/darkminersdk/), It looks
   like the short-code is not being processed on your page template. When you view
   the source HTML of that page (when editing), do you see the shortcode fully in
   the source and not escaped?
 * Hi [@heartandsoulwebdesign](https://wordpress.org/support/users/heartandsoulwebdesign/),
   It looks like there might be an issue with the custom fields (and possibly a 
   database issue). Before you had this error, did you make any changes to the custom
   fields? When removing the custom fields temporarily, does that resolve this issue?
   If you re-create the custom fields, that may solve this issue. Please let me 
   know if that doesn’t.
 *  Thread Starter [Shorcy](https://wordpress.org/support/users/darkminersdk/)
 * (@darkminersdk)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11259057)
 * Thanks for the response [@melliesou](https://wordpress.org/support/users/melliesou/).
   
   For some weird reason my [tickets] works. And my [submit-ticket] used to work.
   But now it doesn’t. Cause it doesn’t make sense that the [tickets] works still:/
 * [Tickets]:
    [http://prntscr.com/mrcq0t](http://prntscr.com/mrcq0t)
 * [submit-ticket]:
    [http://prntscr.com/mrcr8e](http://prntscr.com/mrcr8e)[http://prntscr.com/mrcr8e](http://prntscr.com/mrcr8e)
 * It’s completely the same way that I set both of them up
 *  Plugin Author [melliesou](https://wordpress.org/support/users/melliesou/)
 * (@melliesou)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11265665)
 * Hi [@darkminersdk](https://wordpress.org/support/users/darkminersdk/),
 * In this case, it seems that the short code hook for your[submit-ticket] function
   was removed. There could be a number of ways that happens. If you try disabling
   other plug-in temporarily, it may resolve. If not, another solution would be 
   a re-install (and re-import if necessary), or otherwise you may check that the
   files uploaded for the plug-in are all in place and that nothing is missing.
 * Doing the above will should resolve the short code issue you are experiencing.
 * Let me know if you have any questions. And always remember to take a backup before
   re-installing in case you need to revert.
 *  Thread Starter [Shorcy](https://wordpress.org/support/users/darkminersdk/)
 * (@darkminersdk)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11267402)
 * I have tried the above suggestions but it still doesn’t seem to fix the issue.
 *  Plugin Author [melliesou](https://wordpress.org/support/users/melliesou/)
 * (@melliesou)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11269966)
 * Hi [@darkminersdk](https://wordpress.org/support/users/darkminersdk/),
 * When you tried re-installing, did you re-install into a fresh clean site/database?
   When the install was completed, did you first test the ticket submit before making
   other changes and re-importing? A fresh install should not have a problem with
   the database, or any other customizations/plug-ins blocking it. So in this case,
   I wonder if something was added/done before you checked the submit ticket. And
   that item that was changed/added may be the reason for the submit ticket page
   not working.
 *  Thread Starter [Shorcy](https://wordpress.org/support/users/darkminersdk/)
 * (@darkminersdk)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11273922)
 * Yes I re-installed into a fresh clean site and database.
    I first tested the [
   tickets] and then I tested submit. I also tried installing the one plugin I’m
   using to make the layout on my account. And it worked with the tickets but not
   the submit :/
 *  Plugin Author [melliesou](https://wordpress.org/support/users/melliesou/)
 * (@melliesou)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11275013)
 * Hello [@darkminersdk](https://wordpress.org/support/users/darkminersdk/),
 * To clarify your process: after re-installing into a fresh site without any modifications
   or plug-ins activated, did both [tickets] and [submit-ticket] work? Then when
   you installed the layout-plugin, you encountered the error with the [submit-ticket]?
   and [tickets] worked fine still? (Can you tell me more about the layout plug-
   in that you are using?)
 *  Thread Starter [Shorcy](https://wordpress.org/support/users/darkminersdk/)
 * (@darkminersdk)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11277058)
 * The standard [submit-ticket] page that the plugin creates works. But when I try
   to place the shortcode on a site it doesn’t.
    Yes I encountered an error with
   the [submit.ticket] but the tickets works fine. The layout plugin is YITH WooCommerce
   Customize My Account Page. it allows users to navigate and interact easily and
   quickly.
 * More information can be found at: [https://yithemes.com/themes/plugins/yith-woocommerce-customize-myaccount-page/](https://yithemes.com/themes/plugins/yith-woocommerce-customize-myaccount-page/)
    -  This reply was modified 7 years, 3 months ago by [Shorcy](https://wordpress.org/support/users/darkminersdk/).
 *  Thread Starter [Shorcy](https://wordpress.org/support/users/darkminersdk/)
 * (@darkminersdk)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/#post-11277065)
 * + it works with any kind of shortcode from other plugins as well 🙂

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

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

The topic ‘[ticket-submit]’ is closed to new replies.

 * ![](https://ps.w.org/awesome-support/assets/icon-256x256.png?rev=1849681)
 * [Awesome Support - WordPress HelpDesk & Support Plugin](https://wordpress.org/plugins/awesome-support/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/awesome-support/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/awesome-support/)
 * [Active Topics](https://wordpress.org/support/plugin/awesome-support/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/awesome-support/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/awesome-support/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 21 replies
 * 3 participants
 * Last reply from: [melliesou](https://wordpress.org/support/users/melliesou/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/ticket-submit/page/2/#post-11281372)
 * Status: resolved