ltllc
Forum Replies Created
-
I am going to leave this open until the developer or someone comments on my fix.
I was able to fix this by modifying the autoload.php
Fresh install:
$path = ($arm_is_subdomain_install_enabled) ? ‘/’ : ‘/’.$main_site.’/’.$site_name.’/’;
Modification I made:
$path = ($arm_is_subdomain_install_enabled) ? ‘/’ : ‘/’.$site_name.’/’;
Since the server_name is already collected as part of $domain, adding the $main_site gives you the duplicate name when doing the wpmu_create_blog() function.
I have modified my code and it is working as expected. Please let me know if this is proper and this ticket may be closed.
I was able to get things working again on my end.
I cleared my css/js cache separately from my site cache
I am getting the following error code when the modal loads
GET https://thestocksbot.commembership_url/materialize/arm_materialize.css?ver=3.6 net::ERR_NAME_NOT_RESOLVED
thestocksbot.com/:1642 GET https://thestocksbot.commembership_url/materialize/arm_materialize.js?ver=3.6 net::ERR_NAME_NOT_RESOLVED
thestocksbot.com/:1643 GET https://thestocksbot.commembership_url/bootstrap/js/jqBootstrapValidation.js?ver=3.6 net::ERR_NAME_NOT_RESOLVED
jquery.min.js?ver=3.6.0:2 Uncaught TypeError: jQuery(…).find(…).not(…).ARMjqBootstrapValidation is not a function
at HTMLDocument.<anonymous> (arm_aff_form_validation.js?ver=3.6:2:92)
at e (jquery.min.js?ver=3.6.0:2:30038)
at t (jquery.min.js?ver=3.6.0:2:30340)
(anonymous) @ arm_aff_form_validation.js?ver=3.6:2
e @ jquery.min.js?ver=3.6.0:2
t @ jquery.min.js?ver=3.6.0:2
setTimeout (async)
S.readyException @ jquery.min.js?ver=3.6.0:2
(anonymous) @ jquery.min.js?ver=3.6.0:2
e @ jquery.min.js?ver=3.6.0:2
t @ jquery.min.js?ver=3.6.0:2
setTimeout (async)
(anonymous) @ jquery.min.js?ver=3.6.0:2
c @ jquery.min.js?ver=3.6.0:2
fireWith @ jquery.min.js?ver=3.6.0:2
fire @ jquery.min.js?ver=3.6.0:2
c @ jquery.min.js?ver=3.6.0:2
fireWith @ jquery.min.js?ver=3.6.0:2
t @ jquery.min.js?ver=3.6.0:2
setTimeout (async)
(anonymous) @ jquery.min.js?ver=3.6.0:2
c @ jquery.min.js?ver=3.6.0:2
fireWith @ jquery.min.js?ver=3.6.0:2
fire @ jquery.min.js?ver=3.6.0:2
c @ jquery.min.js?ver=3.6.0:2
fireWith @ jquery.min.js?ver=3.6.0:2
ready @ jquery.min.js?ver=3.6.0:2
B @ jquery.min.js?ver=3.6.0:2
jquery.min.js?ver=3.6.0:2 Uncaught TypeError: jQuery(…).find(…).not(…).ARMjqBootstrapValidation is not a function
at ARMFormInitValidation (arm_form_validation.js?ver=5.6:1:198)
at HTMLDocument.<anonymous> (arm_form_validation.js?ver=5.6:1:12079)
at e (jquery.min.js?ver=3.6.0:2:30038)
at t (jquery.min.js?ver=3.6.0:2:30340)I came across the same issue today. Things were working and suddenly after a logout and login attempt it stopped working
I am pretty sure this can be closed. I think I found a solution.
When the page holding the form shortcode is set up as having a parent page, which is the arm profile page, the modal never shows.
As long as I do not give a given page a parent, the shortcodes all seem to work without issue.
More details as I continue testing.
If I put the shortcode on a page that is not set up as an AR member page in the page setup settings, the modal works fine and appears with no issues