How do I run update.php

Use this forum to ask questions about how to do things with my MediaWiki Extensions.
Post Reply
User avatar
John B
Rank 1
Rank 1
Posts: 9
Joined: September 2nd, 2011, 5:58 am

How do I run update.php

Post 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.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: How do I run update.php

Post 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
Post Reply