Page 1 of 1

How do I run update.php

Posted: September 8th, 2011, 3:04 am
by John B
I installed the extenstion: SocialProfile in my wiki. It says I will need to run update.php in the command line for the extension to work. I am not sure how do I do that. So how do I run update.php? I am using 000webhost and it has mySQL and phpMyAdmin, if that's any help in answerinf the question.

Thanks a lot.

Re: How do I run update.php

Posted: September 8th, 2011, 6:01 pm
by Paul
to run php script...

1) use terminal client and log in to server
2) make script as executable
chmod 0755 /path/to/script.php
3) run it in the shell
# /usr/bin/php myscript.php