roje0913
Forum Replies Created
-
Forum: Plugins
In reply to: [RSVP and Event Management] Warning: filemtime(): stat failedTo fix it, I changed line 3405 in rsvpmaker-pluggable.php from
wp_enqueue_script(‘rsvpmaker_js’,plugins_url(‘rsvpmaker/rsvpmaker.js’), array(), filemtime( plugin_dir_path( __DIR__ ) . ‘rsvpmaker.js’ ));
to:
wp_enqueue_script(‘rsvpmaker_js’,plugins_url(‘rsvpmaker/rsvpmaker.js’), array(), filemtime( plugin_dir_path( __DIR__ ) . ‘rsvpmaker/rsvpmaker.js’ ));hopefully there will be no adverse effects..
Forum: Networking WordPress
In reply to: Just update to 3,4,1 and everything is super slow!!!!!!!!!!!!!!I am not sure if it will work for you but I had the same issue and here is my situation and what I did w/ 1and1 server. I had a fresh 3.4.1 install and just like everyone else, it loaded super slow, even on the default theme and 0 content. I changed my filezilla transfer mode settings and reuploded it and it worked fine after that.
I just hardcoded a successful registration page link on line 161 and put some buttons on it, was much easier for me anyways.
waxfrogdesign, I have just emailed you, please shoot me the custom taxonomy addition to this plugin. Thanks!!