Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In XAMPP, can't get passed Step 2 #11

Open
CorySanin opened this issue Jan 13, 2016 · 4 comments
Open

In XAMPP, can't get passed Step 2 #11

CorySanin opened this issue Jan 13, 2016 · 4 comments

Comments

@CorySanin
Copy link

No matter what, I get

Could not connect to the database. Please check your details.

My details are correct. I will try on my actual webserver to see if I get different results.

@CorySanin
Copy link
Author

Works perfectly fine on my webserver from x10hosting. I wonder why it's not working with XAMPP.

@CorySanin
Copy link
Author

Okay, I can get passed step 2, but now I get

Fatal error: Call to undefined function session_is_registered() in /template/classes/Admin.php on line 600

when trying to get to the admin panel. Fun. Of course it gives me an error, session_is_registered was deprecated and then removed from PHP.

@CorySanin
Copy link
Author

I fixed the session related issues, but look at this mess of warnings I get:

Warning: fopen(http://www.templateblocks.com/support/wp-rss2.php?cat=3): failed to open stream: HTTP request failed! in /template/classes/Common.php on line 46
Warning: stream_get_contents() expects parameter 1 to be resource, boolean given in /template/classes/Common.php on line 47
Warning: fclose() expects parameter 1 to be resource, boolean given in /template/classes/Common.php on line 48
Warning: simplexml_load_file(): /template/admin/cache/templateblockscomsupportwp-phpcat3.xml:1: parser error : Document is empty in /template/classes/Common.php on line 69
Warning: simplexml_load_file(): in /template/classes/Common.php on line 69
Warning: simplexml_load_file(): ^ in /template/classes/Common.php on line 69
Warning: simplexml_load_file(): /template/admin/cache/templateblockscomsupportwp-phpcat3.xml:1: parser error : Start tag expected, '<' not found in /template/classes/Common.php on line 69
Warning: simplexml_load_file(): in /template/classes/Common.php on line 69
Warning: simplexml_load_file(): ^ in /template/classes/Common.php on line 69

Wow.

@CorySanin
Copy link
Author

If you want the fixed Admin.php class file, it's right here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant