2by2host
Forum Replies Created
-
> Can you guys confirm that you actually got INFECTED with the newest UM version installed?
Yes, this is correct. Today the malware file has appeared in that folder again.
/wp-content/uploads/ultimatemember/temp/ZzpcpQ7UKg7ZV1YsVPf2qICkqYTBRL6yUKUnBi85/stream_photo_9c8d90bc587c22ae9aef83fcdb2a02d0_5b69c02e2c664.php
And this happens on a few separate hosting accounts.
Yes, we use the latest version – 2.0.21.
Forum: Localhost Installs
In reply to: New install 3.9.1 on Ubuntu 12.10It looks like you might be running a different PHP handler in your current compilation of Apache. If it’s DSO you have to specify FTP credentials to install/update things. For fcgi or suPHP you don’t. You can find out which one you have from either a phpinfo file or from shell run php -q
Forum: Installing WordPress
In reply to: How install WP 3.9.1 in localhost use database on hosting sever.If you are using cpanel there should be an option to open up connections to your database from your IP address. See if that’s available to you.
Forum: Installing WordPress
In reply to: help with installationIf you are doing a manual installation you need to do the following:
1 – Create a database
2 – Create a user and assign it to the database
3 – Run the installation and use the information above in itForum: Fixing WordPress
In reply to: Word press not working helpAre you adding a product using a particular plugin? What’s the name of that plugin?
Forum: Installing WordPress
In reply to: adding WP blog to an existing non WP websiteThis is a good question. Google would prefer another domain better for SEO purposes but if you could have some strong links going to your subdomain it would also be pretty good.
Forum: Installing WordPress
In reply to: adding WP blog to an existing non WP websiteOne particular recommendation is to create a subdomain. For example blog.yourdomain.com and install WP there. That way you can play around with it as much as you’d like and then when ready link to it from the main site.
Forum: Installing WordPress
In reply to: Host Gator Fantastico installOne note about Fantastico installs is that they can cause issues in the future with some plugins or themes. We’ve seen that too many times. That’s why Softaculous or even better a manual installs are much better.
Forum: Fixing WordPress
In reply to: Unable to log into adminThis does sound like a theme related issue. Did you try changing PHP versions?
Forum: Fixing WordPress
In reply to: Fatal Error on WP upgrade – Site is GONESee if it’s only the dashboard that doesn’t allow you to get in. Sometimes other addresses might still work like this one /wp-admin/plugins.php
What version of php are you using?Forum: Installing WordPress
In reply to: Error: You have exceeded the maximum allowed databasesIt’s probably also a good idea to see if there are any old databases that are not being used that can be removed but you have to be careful not to remove something that is part of your live site.
Forum: Installing WordPress
In reply to: Cann't install W_PThe issue you are having is because your Apache doesn’t recognize PHP files. It looks like you might not have a properly configured PHP. If Apache doesn’t recognize a file extension you browser will just download it. This is a common issue when PHP is not configured.
Forum: Installing WordPress
In reply to: Database set correct, files in folder, but weird php errorAlso, when you upload by FTP make sure you use “binary” mode.
Forum: Installing WordPress
In reply to: Page not found upon initial installation1. It looks like your domain’s name servers are not pointed correctly.
2. You can point to your account by IP address but you need to know that IP address.
3. Finally, how did you install WordPress?