Title: sebak's Replies | WordPress.org

---

# sebak

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

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

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved site jumps back to old, when trying to login.](https://wordpress.org/support/topic/moved-site-jumps-back-to-old-when-trying-to-login/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/moved-site-jumps-back-to-old-when-trying-to-login/#post-6862283)
 * Ok.
 * Finally after hoursers of SQL database finding and replacing, renaming folders,
   changing and modifying files I found the problem!
 * The issue was SLL certification, that I didn’t yet have on the new page. So a
   little line in the config.php
 * define(‘FORCE_SSL_ADMIN’, true);
 * stood in the way.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] internal server error when trying to view order](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/#post-6418772)
 * So the change to the downloadable section reset my htacces file, which stopped
   the debugger from working, which then again brought back the internal error issue.
   
   the debugger is up and running again, but the issue will be back, the next time
   the htacces file is changed, and the bugs are still there, so any idea of how
   to fix it?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] internal server error when trying to view order](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/#post-6418767)
 * I changed the downloadable restriction under:
    woocommerce > settings > products
   > downloadable products… And this brought back the error. I tried to change it
   back, but that did not help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] internal server error when trying to view order](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/#post-6418765)
 * I created a logs folder and can now debug… And for some reason it works now, 
   I can view the orders and create new orders, which also got an error before.
   
   Here’s what the debugger stated.
 * [10-Aug-2015 22:16:38 UTC] WordPress-databasefejl Identifier name ‘1clk_174c35d0b4ed_wp_woocommerce_downloadable_product_permissions’
   is too long for forespørgslen
    SELECT * FROM 1clk_174c35d0b4ed_wp_woocommerce_downloadable_product_permissions
   WHERE order_id = 104 ORDER BY product_id fra include(‘wp-admin/edit-form-advanced.
   php’), do_meta_boxes, call_user_func, WC_Meta_Box_Order_Downloads::output
 * Hmm it says 1clk_174c35d0b4ed_wp_woocommerce_downloadable_product_permissions
   
   What does that mean? Because it’s not a downloadable product!.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] internal server error when trying to view order](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/#post-6418762)
 * Ok.
    Yes I read something about the memory, so I added
 * define(‘WP_MEMORY_LIMIT’, ‘128M’);
 * to the config.PHP.
 * But it didn’t help. Perhaps I did it worng?
 * I’ll get the debug info.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] internal server error when trying to view order](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/internal-server-error-when-trying-to-view-order/#post-6418756)
 * Thanks for the reply.
 * How do I view my server debug log?:)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence Alert massege modified core files](https://wordpress.org/support/topic/wordfence-alert-massege-modified-core-files/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/wordfence-alert-massege-modified-core-files/#post-6354434)
 * Ok thanks again.
 * Most of all I’m just not sure what that change would do, and with the VERY limited
   knowledge I have of coding, it still seems like a odd change for a hacker to 
   do, but then again I don’t know. For all I know, that little change could mean
   that all info passes through some port the hacker set up!;p i have no idea:)
 * I think I trust wordfence when it gives my the all clear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence Alert massege modified core files](https://wordpress.org/support/topic/wordfence-alert-massege-modified-core-files/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/wordfence-alert-massege-modified-core-files/#post-6354419)
 * I just got a reply from my host, and they say that they don’t update anything!…
   I don’t see how that can be true, but anyway that’s the answer I got.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence Alert massege modified core files](https://wordpress.org/support/topic/wordfence-alert-massege-modified-core-files/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/wordfence-alert-massege-modified-core-files/#post-6354409)
 * Ok, thanks for the reply WFMattR.
 * But if they did’nt make any changes, should I then start from scratch? or would
   it be safe to move forward with this site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence Alert massege modified core files](https://wordpress.org/support/topic/wordfence-alert-massege-modified-core-files/)
 *  Thread Starter [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/wordfence-alert-massege-modified-core-files/#post-6354406)
 * Yes my host has a one-click installer, that I did use.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hatch] Navigation Menu Drop Down Lists](https://wordpress.org/support/topic/navigation-menu-drop-down-lists/)
 *  [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/navigation-menu-drop-down-lists/#post-3292517)
 * Lol like everyone else here I just figured it out.
 * Maybe it was what JewelD was trying to say but I misunderstood.
    In the actual
   menu window where you have the “boxes” with pages, categories and so on, on the
   left and the menu “overview box” to the right. You have to first add what you
   want in the menus, and then you drag a page “onto” another.
 * I now see that this is what JexelD also explained:)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hatch] Navigation Menu Drop Down Lists](https://wordpress.org/support/topic/navigation-menu-drop-down-lists/)
 *  [sebak](https://wordpress.org/support/users/sebak/)
 * (@sebak)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/navigation-menu-drop-down-lists/#post-3292515)
 * Are you guys using the pro version? I still can’t get it to work:( Tried choosing
   parent pages and categories, but the menus don’t become drop-down but just normal
   menus.
 * in the page and category overview it looks like Jewel has shown with Hands, fingers,
   thumbs.

Viewing 12 replies - 1 through 12 (of 12 total)