# PHP Argument problem?

**URL:** https://forum.kirupa.com/t/php-argument-problem/149046
**Category:** programming
**Created:** [May 25, 2005, 4:26pm UTC](https://forum.kirupa.com/t/php-argument-problem/149046 "2005-05-25T16:26:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![VersusMG](https://avatars.discourse-cdn.com/v4/letter/v/898d66/32.png) [@VersusMG](https://forum.kirupa.com/u/VersusMG)
#### Post date: [May 25, 2005, 4:26pm UTC](https://forum.kirupa.com/t/php-argument-problem/149046/1 "2005-05-25T16:26:15Z")

</div>

HI, i am creating a fun site that is using an open source CMS to let me update the information.

When i went to upload a template i keep getting this error message.

**Warning:** Missing argument 4 for uploadfile() in **/home/vsmediag/public\_html/shutup/cms/administrator/includes/installer\_common.php** on line **1130**

so i grabbed the file that they were talking about and found this on line **1130**

```php
function uploadFile( $filename, $userfile_name, $option, &$msg )

```

Now i will admit my PHP knowlege is very limited but if you can help me out i would really appricate it.

Thanks
