Pages: 12 »
Posted on 10-09-13, 07:19 pm (rev. 2 by  P-Wing on 10-09-13, 07:27 pm)
Spiny


Karma: 418
Posts: 488/586
Since: 12-02-12
I have recently set up an ABXD board using Xampp and PhpMyAdmin and I have lots of questions. I apologise if this is in the wrong forum. I would've posted this on the ABXD Development Board but it seems its too inactive.

Firstly,

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Log.php on line 169

Thats appearing kinda everywhere.

If I want to save something (Like do somethin in the admin panel or edit my profile) I will get this:

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Log.php on line 169

Fatal error: MySQL Error. in C:\xampp\htdocs\lib\mysql.php on line 174
Date IP Request Key

I seriously need to fix up my forum before releasing it.
Here is a screenshot.


I am sorry if I should've posted this in the ABXD board and not here.

[Edit: God damnit, after adding some plugins its not working at all... Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Log.php on line 169

Fatal error: MySQL Error. in C:\xampp\htdocs\lib\mysql.php on line 174]
Posted on 10-09-13, 07:29 pm (rev. 2 by xfix on 10-09-13, 07:29 pm)
All aboard the RandomTests train!

Karma: 789
Posts: 264/352
Since: 05-01-12
PHP, the only language that tries to parse include path before checking current directory when executing following code:

include("log.php");

For now, remove C:\xampp\php\PEAR\Log.php as a workaround, you won't need it. Also, for  Dirbaio, consider merging https://github.com/ABXD/ABXD/pull/15 to fix this issue.
Posted on 10-09-13, 07:30 pm
Spiny


Karma: 418
Posts: 489/586
Since: 12-02-12
Posted by GlitchMr
PHP, the only language that tries to parse include path before checking current directory when executing following code:

include("log.php");

For now, remove C:\xampp\php\PEAR\Log.php as a workaround, you won't need it. Also, for  Dirbaio, consider merging https://github.com/ABXD/ABXD/pull/15 to fix this issue.


That worked, thanks.

But now im stuck with this... -.-
Fatal error: MySQL Error. in C:\xampp\htdocs\lib\mysql.php on line 174
Posted on 10-09-13, 07:32 pm
All aboard the RandomTests train!

Karma: 789
Posts: 265/352
Since: 05-01-12
Posted by Haydn
Posted by GlitchMr
PHP, the only language that tries to parse include path before checking current directory when executing following code:

include("log.php");

For now, remove C:\xampp\php\PEAR\Log.php as a workaround, you won't need it. Also, for  Dirbaio, consider merging https://github.com/ABXD/ABXD/pull/15 to fix this issue.


That worked, thanks.

But now im stuck with this... -.-
Fatal error: MySQL Error. in C:\xampp\htdocs\lib\mysql.php on line 174


Run http://localhost/upgrade.php in order to possibly fix this issue.
Posted on 10-09-13, 07:34 pm
Spiny


Karma: 418
Posts: 490/586
Since: 12-02-12
Posted by GlitchMr
Posted by Haydn
Posted by GlitchMr
PHP, the only language that tries to parse include path before checking current directory when executing following code:

include("log.php");

For now, remove C:\xampp\php\PEAR\Log.php as a workaround, you won't need it. Also, for  Dirbaio, consider merging https://github.com/ABXD/ABXD/pull/15 to fix this issue.


That worked, thanks.

But now im stuck with this... -.-
Fatal error: MySQL Error. in C:\xampp\htdocs\lib\mysql.php on line 174


Run http://localhost/upgrade.php in order to possibly fix this issue.


You are a lifesaver.

I can't thank you enough! My forum is completely fine now.

Gives x2 +1's to xfix

I may need help getting off localhost though, but I may save that question till later.
Posted on 10-10-13, 01:38 pm
AxewAxew

Karma: 673
Posts: 497/583
Since: 07-02-11
Another thing you might want to do is to not use XAMPP.

As far as I know it's a setup for development, and not for production.
Posted on 10-10-13, 04:04 pm
Spiny


Karma: 418
Posts: 491/586
Since: 12-02-12
I have used it before. Am familiar with it.

One question that needs answering:
How do I get my board off localhost and onto a domain? (I know you have to purchase one.)

Then I can hopefully run a successful ABXD board.
Posted on 10-10-13, 04:24 pm
a

Karma: 1579
Posts: 436/1290
Since: 02-12-13
Posted by Haydn
I have used it before. Am familiar with it.

One question that needs answering:
How do I get my board off localhost and onto a domain? (I know you have to purchase one.)

Then I can hopefully run a successful ABXD board.


Ask Micro-Mario64. He knows it, since he made a FREE ABXD.

Free.
Posted on 10-13-13, 01:30 pm
Spiny


Karma: 418
Posts: 499/586
Since: 12-02-12
Posted by hamza62240
Posted by Haydn
I have used it before. Am familiar with it.

One question that needs answering:
How do I get my board off localhost and onto a domain? (I know you have to purchase one.)

Then I can hopefully run a successful ABXD board.


Ask Micro-Mario64. He knows it, since he made a FREE ABXD.

Free.


No he didn't. Hes just running it on GlitchMr's server. -.-

This question srsly needs answering, my board is ready to go online.
Posted on 10-13-13, 02:48 pm
a

Karma: 1579
Posts: 466/1290
Since: 02-12-13
OK, don't know much about domains

Posted on 10-13-13, 09:07 pm (rev. 4 by Nadia on 10-13-13, 10:41 pm)
AxewAxew

Karma: 673
Posts: 501/583
Since: 07-02-11

 P-Wing: If you insist on running it with XAMPP on your computer, you need to forward the port on your router so that the board can be accessed from outside your LAN.

And this is where it gets complicated… Port forwarding is pretty easy (as long as you can remember the password to access the admin panel on your router, that is), but your ISP might not allow you to do this. There's also a good chance that you have a dynamic IP and you would have to update the DNS entry whereever you have your domain every single time your IP address changes.

While I actually do host something from home I'd not recommend you try to host a board from your home connection, and even less so an active one.

Posted on 10-15-13, 06:44 pm
Spiny


Karma: 418
Posts: 502/586
Since: 12-02-12
Posted on 10-15-13, 06:47 pm
All aboard the RandomTests train!

Karma: 789
Posts: 270/352
Since: 05-01-12
Posted by Haydn

PING featherrev.no-ip.biz (192.168.1.103) 56(84) bytes of data.

Of course not. 192.168.1.103 is local IP.
Posted on 10-15-13, 07:11 pm
Spiny


Karma: 418
Posts: 503/586
Since: 12-02-12

Overview of the host configuration page.

If anything is wrong, reply.
I need to know what IP address to put in that box, and what I can do to find it.
Posted on 10-15-13, 08:11 pm
a

Karma: 1579
Posts: 489/1290
Since: 02-12-13
Guys.

I've made my domain =)

But now how do I manage it and like, install ABXD on it?

My domain is supermariohacks.us.to (link won't work!).

I used FreeDNS =)
Posted on 10-15-13, 10:07 pm
AxewAxew

Karma: 673
Posts: 502/583
Since: 07-02-11
Posted by Haydn

Overview of the host configuration page.

If anything is wrong, reply.
I need to know what IP address to put in that box, and what I can do to find it.
You left out exactly the thing we need to know; the IP.

If you are using a computer connected to the same internet connection as the computer you are hosting the board on, the IP should be 86.18.100.148.

(Also, when this goes wrong, don't say we didn't warn you )
Posted on 10-16-13, 04:08 am
a

Karma: 1579
Posts: 493/1290
Since: 02-12-13
uh

please answer my question...?
Posted on 10-16-13, 03:12 pm
Spiny


Karma: 418
Posts: 504/586
Since: 12-02-12
Posted by Nina
Posted by Haydn

Overview of the host configuration page.

If anything is wrong, reply.
I need to know what IP address to put in that box, and what I can do to find it.
You left out exactly the thing we need to know; the IP.

If you are using a computer connected to the same internet connection as the computer you are hosting the board on, the IP should be 86.18.100.148.

(Also, when this goes wrong, don't say we didn't warn you )


Not working.

At the moment, I'm using my Hamachi IP which works for me, but not for others. (You would have to have Hamachi and be in my network to access it)
Posted on 10-16-13, 03:23 pm
Fuzzy
Full mod

Karma: 1183
Posts: 711/785
Since: 06-28-11
You really don't want to host the website on your home computer. This is a bad idea unless you know what you're doing.

You need to find a web host that gives you PHP and MySQL support. There are plenty of free hosts that do this, but you probably won't get to use your own domain. Here's a list that might be helpful.
Posted on 10-18-13, 09:15 pm
Spiny


Karma: 418
Posts: 509/586
Since: 12-02-12
Thanks,  Piranhaplant!

But, whenever I upload my files to the server (using FTP) and go onto my domain, I get this message:

Strict Standards: gettimeofday() [function.gettimeofday]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /www/zxq.net/f/e/a/featherev/htdocs/lib/common.php on line 33

Warning: mysqli::mysqli() [mysqli.mysqli]: (28000/1045): Access denied for user 'root'@'192.168.1.1' (using password: YES) in /www/zxq.net/f/e/a/featherev/htdocs/lib/mysql.php on line 9
Can't connect to the board database. Check the installation settings
Pages: 12 »