Hemang
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Managing same wordpress site with multiple IPsThanks for your reply Patrick,
I understand your solution, but then what I need is to do maintenance/changes/enhancements on the same website. Because if I do maintenance on my internal website, those changes wouldn’t reflect to public right? I need to maintain the same website which is open for public, it’s just that I do not have access to public IP. I have only one server on which I have deployed the website.
Could you tell me if there is a way to manage website deployed on one server which I can maintain and also publicly accessible?
Forum: Plugins
In reply to: [User Access Manager] Error on PHP 5.4.0Trying to use this plugin results in the error:
Fatal error: Call-time pass-by-reference has been removed in /home/mdowning/Projects/data/itso/htdocs/wp-content/plugins/user-access-manager/class/UamUserGroup.class.php on line 646
I tried to remove the ‘&’ from line 646 and 995, but then it shows error as Plugin activation shows a Fatal error and no error description. I have updated my xampp for linux to xampp version 1.8.1 which has php version 5.4.7. Can you tell me if any other change is required?
Forum: Plugins
In reply to: Where the data of the WP-Table Reload is stored?Hi Tobias,
I downloaded the plugin and got started. I had a question. I have tables in MySQL db and I wanted to do db manipulation (Insert, Update, Delete, View) using this plugin. Is that possible?
Can you tell me in what file I need to make changes to make this plugin dynamic? I want the user to be able to insert new data (also includes uploading a file) using form and view the updated table.