damelco
Forum Replies Created
-
Forum: Plugins
In reply to: [Inactive Logout] Fatal error: Uncaught Errorwell?
you did do something to affect it!Notice: Use of undefined constant INACTIVE_LOGOUT_ASSETS_URL - assumed 'INACTIVE_LOGOUT_ASSETS_URL' in \wp-content\plugins\inactive-logout\src\class-inactive-logout-main.php on line 268 Notice: Use of undefined constant INACTIVE_LOGOUT_ASSETS_URL - assumed 'INACTIVE_LOGOUT_ASSETS_URL' in \wp-content\plugins\inactive-logout\src\class-inactive-logout-main.php on line 277 Notice: Use of undefined constant INACTIVE_LOGOUT_VENDOR_URL - assumed 'INACTIVE_LOGOUT_VENDOR_URL' in \wp-content\plugins\inactive-logout\src\class-inactive-logout-main.php on line 278 Notice: Use of undefined constant INACTIVE_LOGOUT_VENDOR_URL - assumed 'INACTIVE_LOGOUT_VENDOR_URL' in \wp-content\plugins\inactive-logout\src\class-inactive-logout-main.php on line 280 Notice: Use of undefined constant INACTIVE_LOGOUT_ASSETS_URL - assumed 'INACTIVE_LOGOUT_ASSETS_URL' in \wp-content\plugins\inactive-logout\src\class-inactive-logout-main.php on line 286
it looks like you moved some code from your ‘helper’ file to a ‘pointer’ file … correct? … and that seems to have got the initialization past the ‘load dependencies’
EDIT: I see you just are not loading the helper class at all during initialization … and that is breaking CONSTANTS definitions calls (see next post)if ( is_user_logged_in() ) { $this->ina_load_dependencies(); $this->ina_define_them_constants(); }
… but the constants are also failing to load?
can you perhaps move them to the ‘pointers file? … perhaps that may fix things?!?!peace
-DJ
- This reply was modified 5 years, 5 months ago by damelco.
Forum: Plugins
In reply to: [Inactive Logout] Fatal error: Uncaught Errornot sure what is needed to fix it … but the problems stems from a failure to load the helper class here:
FILE: /src/class-inactive-logout-main.php 176: if ( is_user_logged_in() ) { 177: $this->ina_load_dependencies(); 178: $this->ina_define_them_constants(); 179: }
if you bypass the logged_in check and unconditionally load the dependencies (including the helper class), the Fatal Error doesn’t occur …
though I have no clue what the collateral effects would be to loading those files without a valid login_in check … the developer would need to trace that.
-DJ
- This reply was modified 5 years, 6 months ago by damelco.
Forum: Plugins
In reply to: [Inactive Logout] Fatal error: Uncaught Erroryes … I am getting this error too … here is the stack trace;
<b>Fatal error</b>: Uncaught Error: Call to undefined function ina_helpers() in \wp-content\plugins\inactive-logout\src\class-inactive-logout-main.php:266 Stack trace: #0 \wp-includes\class-wp-hook.php(286): Inactive_Logout_Main->load_scripts('') #1 \wp-includes\class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 \wp-includes\plugin.php(453): WP_Hook->do_action(Array) #3 \wp-includes\script-loader.php(1447): do_action('wp_enqueue_scri...') #4 \wp-includes\class-wp-hook.php(286): wp_enqueue_scripts('') #5 \wp-includes\class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #6 \wp-includes\plugin.php(453): WP_Hook->do_action(Array) #7 \wp-includes\general-template.php(2614): do_action('wp_head') #8 \wp-content\themes\Theme-child\header.php(26): wp_head() #9 \wp-includes\template.php(688): require_once( in <b>\wp-content\plugins\inactive-logout\src\class-inactive-logout-main.php</b> on line <b>266</b>
Forum: Plugins
In reply to: [SupportCandy - Helpdesk & Customer Support Ticket System] Import@nikhil G
I have attempted to do so … unfortunately reCAPTCHA does not function properly on our backbone.
-DJ
Forum: Plugins
In reply to: [SupportCandy - Helpdesk & Customer Support Ticket System] Import@rallinspired thanks … that did help a bit … it now makes it to about 75% and stalls at Importing email notifications…
PHP Fatal error: Uncaught Error: Call to undefined method WPSP_Functions::toggle_button_disable_captcha() in \wp-content\plugins\wpsc-support-plus-import\settings\import_settings.php:236 Stack trace: #0 \wp-content\plugins\wpsc-support-plus-import\run_setting_import.php(68): include_once() #1 \wp-content\plugins\wpsc-support-plus-import\class-wpsc-sc-import.php(53): include_once() #2 \wp-includes\class-wp-hook.php(286): WPSC_SCIMP_Admin->run_setting_import('') #3 \wp-includes\class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #4 \wp-includes\plugin.php(453): WP_Hook->do_action(Array) #5 \wp-admin\admin-ajax.php(100): do_action('wp_ajax_wpsc_ru...') #6 {main} thrown in \wp-content\plugins\wpsc-support-plus-import\settings\import_settings.php on line 236
*** EDIT ***
okay … correction
the first report is the result with the WP Support Plus plugin de-activated
this report is the result with the WP Support Plus plugin activatedenabling or disabling the other plugin on this WordPress installation had no effect.
so it seems something still needs some further development.
-DJ
Forum: Plugins
In reply to: [SupportCandy - Helpdesk & Customer Support Ticket System] ImportWP Support Plus Import plugin
This may take few minutes, please do not press “Back” or “Refresh” button until it finishes.
Importing custom fields…
progress bar @50%several hours now … and I don’t have any custom fields … I’m guessing it doesn’t quite work yet?
-DJ
*** EDIT ***
[02-Jul-2019 18:56:45 UTC] PHP Notice: Trying to get property of non-object in \wp-content\plugins\wpsc-support-plus-import\settings\import_agents.php on line 30 [02-Jul-2019 18:56:45 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_agent_settings() on null in \wp-content\plugins\wpsc-support-plus-import\settings\import_agents.php:30 Stack trace: #0 \wp-content\plugins\wpsc-support-plus-import\run_setting_import.php(50): include_once() #1 \wp-content\plugins\wpsc-support-plus-import\class-wpsc-sc-import.php(53): include_once() #2 \wp-includes\class-wp-hook.php(286): WPSC_SCIMP_Admin->run_setting_import('') #3 \wp-includes\class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #4 \wp-includes\plugin.php(453): WP_Hook->do_action(Array) #5 \wp-admin\admin-ajax.php(100): do_action('wp_ajax_wpsc_ru...') #6 {main} thrown in \wp-content\plugins\wpsc-support-plus-import\settings\import_agents.php on line 30
- This reply was modified 5 years, 8 months ago by damelco.
Forum: Fixing WordPress
In reply to: wp-config.php – CUSTOM_USER_TABLEI was under the presumption that is the fundamental purpose of CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE … was to allow multiple WordPress installs to share a single database … correct?
because if it has some other primary purpose, perhaps that is why the email address issue is so perplexing?-DJ
Forum: Fixing WordPress
In reply to: wp-config.php – CUSTOM_USER_TABLEthanks for chiming in Steven … though I’m not really any clearer on the process.
but let me ask this …
I thought CUSTOM_USER_TABLE option was to allow sharing user data across two domains/sites/installs … right?
if the email address needs to be different for each login … and, like you said it can be used to login … what purpose is left to the CUSTOM_USER_TABLE option if it does not allow the ability to use the same user login data for each site?
I am truly confused?
Besides … I would sound like a tard if I told my users, “yes you can use the same account and password for both sites … but you need to get a second email address” ???
what on earth am I missing here?!
-DJ
Forum: Plugins
In reply to: [Firelight Lightbox] pdf fancyboxThanks Ravan,
1) … I’ll try that … great.
2) yes, actually I did just that … and the alt attribute does make it to the browser. but sadly the script still selects the <b>title</b> attribute, even if I have the <b>Allow title from thumbnail alt attribute</b> checked … I hate to make a hard edit to your script and have to chase after ever update.
would your script honor a dummy image (thumbnail) tag with an alt attribute inside an pdf link… then maybe I could hide it with css?!?!thanks again!!
-DJ
Forum: Plugins
In reply to: [Firelight Lightbox] right arrow over top pdf lightboxwow … great detective work Rav!
good job … and thank you!Forum: Plugins
In reply to: [Firelight Lightbox] right arrow over top pdf lightboxForum: Plugins
In reply to: [Firelight Lightbox] right arrow over top pdf lightboxhave no other plugins, except et’s divi-builder
Forum: Plugins
In reply to: [Firelight Lightbox] right arrow over top pdf lightboxForum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] shortcode appears in PDF (possible bug)btw,
I found this work-around.
it won’t create the missing action … but if you can get it to work and the shortcode remains (sorta like the problem I’m having), this might help.
-DJ
- This reply was modified 6 years, 8 months ago by damelco.
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Change custom font directory