12-10-2015, 05:02 AM
I scanned the files and didn't find anything suspicious. Theme installs via the dashboard fine, activated and it throws an error 500.
All functions seem to work in the admin dashboard...
however it is showing version 2.13 (release May 2015).
I'll tinker with it to see if I can get it to fire up.
I am coming up with missing tables (error_log):
My conclusion is it's missing the SQL dump and tables that the theme is dependent on. QQ
Everything else in the back end works fine.
Anyone have MySQL skills and want to rewrite the database file based on the scripts functions?
(aka go through the script and reverse engineer?)
All functions seem to work in the admin dashboard...
however it is showing version 2.13 (release May 2015).
I'll tinker with it to see if I can get it to fire up.
I am coming up with missing tables (error_log):
Code:
WordPress database error Table 'dbname.prefix_job_orders' doesn't exist for query select * from prefix_job_orders where done_seller='1' AND completed='0' AND closed='0' AND date_finished<'1449428450' made by do_action_ref_array, call_user_func_array, wpjobster_close_jobs_jobs
WordPress database error Table 'dbname.prefix_job_orders' doesn't exist for query select * from prefix_job_orders where clearing_period='2' made by do_action_ref_array, call_user_func_array, increment_clearing_dates
WordPress database error Table 'dbname.prefix_job_orders' doesn't exist for query select * from prefix_job_orders where done_seller='1' AND completed='0' AND closed='0' AND date_finished<'1449428839' made by do_action_ref_array, call_user_func_array, wpjobster_close_jobs_jobs
WordPress database error Table 'dbname.prefix_job_orders' doesn't exist for query select * from prefix_job_orders where clearing_period='2' made by do_action_ref_array, call_user_func_array, increment_clearing_dates
My conclusion is it's missing the SQL dump and tables that the theme is dependent on. QQ
Everything else in the back end works fine.
Anyone have MySQL skills and want to rewrite the database file based on the scripts functions?
(aka go through the script and reverse engineer?)