Title: &quot;Add From Server&quot; Broken Plugin
Last modified: August 20, 2016

---

# "Add From Server" Broken Plugin

 *  [NIkesh Kr Yadav](https://wordpress.org/support/users/nikeshyadav/)
 * (@nikeshyadav)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/add-from-server-broken-plugin/)
 * I have tried to install this plugin i got message “Fatal error: Call-time pass-
   by-reference has been removed in /home/stagings/public_html/wp-content/plugins/
   add-from-server/class.add-from-server.php on line 137”
 * Please help me.
 * [http://wordpress.org/extend/plugins/add-from-server/](http://wordpress.org/extend/plugins/add-from-server/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [krkowallis](https://wordpress.org/support/users/krkowallis/)
 * (@krkowallis)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/add-from-server-broken-plugin/#post-3620398)
 * I received the following error when installing:
 * Fatal error: Call-time pass-by-reference has been removed in /homepages/31/d451794017/
   htdocs/app/wp-content/plugins/Add-From-Server1/class.add-from-server.php on line
   137
 * Error only occurs when attempting to access administrator functions.
 * my blog is: [http://www.liveitorlooseit.com](http://www.liveitorlooseit.com)
 *  [krkowallis](https://wordpress.org/support/users/krkowallis/)
 * (@krkowallis)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/add-from-server-broken-plugin/#post-3620430)
 * I made the following change to line 137 of the class.add-from-server.php of the
   plugin, and it worked.
 * “Original String”: $this->settings = new add_from_server_settings(&$this);
 * changed to this: $this->settings = new add_from_server_settings($this);
 * Only difference being the “&”.
 * The error I was receiving was:
 * Fatal error: Call-time pass-by-reference has been removed in /homepages/31/d451794017/
   htdocs/app/wp-content/plugins/Add-From-Server1/class.add-from-server.php on line
   137
 *  [pwright2](https://wordpress.org/support/users/pwright2/)
 * (@pwright2)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/add-from-server-broken-plugin/#post-3620515)
 * Thanks. Same error. Your solution worked. Seemed to have something to do with
   my host changing to php5.4
 * —–Paul—–
 *  [tini_man_anga](https://wordpress.org/support/users/tini_man_anga/)
 * (@tini_man_anga)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/add-from-server-broken-plugin/#post-3620518)
 * I’ve updated the line of code, and activated the plugin – but now the line of
   code is crudely inserted as text on my WordPress Dashboard!!
 * What is up with this plugin?
 *  [aaron.fitzell](https://wordpress.org/support/users/aaronfitzell/)
 * (@aaronfitzell)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/add-from-server-broken-plugin/#post-3620521)
 * On Line 137 replace it with $this->settings = new add_from_server_settings($this);(
   removing the & ) this will make it compatible with PHP 5.4 and get rid of the
   error and works wonders like previously suggested.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘"Add From Server" Broken Plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/add-from-server.svg)
 * [Add From Server](https://wordpress.org/plugins/add-from-server/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-from-server/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-from-server/)
 * [Active Topics](https://wordpress.org/support/plugin/add-from-server/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-from-server/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-from-server/reviews/)

 * 5 replies
 * 5 participants
 * Last reply from: [aaron.fitzell](https://wordpress.org/support/users/aaronfitzell/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/add-from-server-broken-plugin/#post-3620521)
 * Status: not resolved