I finally did a restore and got back into my site.
The plugin I deleted was restored and the login page and logout page have the same warning string across the top of them.
Warning: preg_match() expects parameter 2 to be string, array given in /home/legendof/www/mountains.milestones/wp-includes/class.wp-styles.php on line 323
Warning: strpos() expects parameter 1 to be string, array given in /home/legendof/www/mountains.milestones/wp-includes/class.wp-styles.php on line 323
Line 323 states
if ( !is_bool($src) && !preg_match(’|^(https?:)?//|’, $src) && ! ( $this->content_url && 0 === strpos($src, $this->content_url) ) ) {
I do not know php so I have no clue what this is about.
How can it be fixed?
I removed all the plugins shortcodes for their place on the login/logout pages now.
All that is on both pages is the logo.
I want to remove the plugin from my site and replace with what will work.
- can I uninstall it now?
- what do I have to put on the two pages for them to work?
- What do I do to redirect users to the home page after login, just a redirect a href?
- To logout by clicking on the X to do so? How can that be done?
I really need some direction if possible.
Blessings,
Jann
