After installing cpXstack I want to activate nginx on one of the domains. When I open the cpXstack icon in cPanel, I have an empty drop down, where I should have several PHP versions to choose from.
So I'm stuck and don't know what to do now.
I wonder if anybody knows how to solve this.
Thanks,
Maurice
Today I'm trying to install cpXstack as well, I don't think you need to see the dropdown there, I noticed in /opt/pifpm/scripts the possibility to choose the php version by:
toggle_phpfpm.sh username 5.5.14 1
however for me it's still not working, still debugging
Related
I am using Astra theme. I'm facing a wondrous problem. I installed new wordpress 1 or 2 weeks back. So, you can say it's a fresh installation. I am the only user who is managing it. One day i found a plugin named "Presto Player", i thought i might mistakenly installed it. So i deleted it with another plugin "WP forms" (which is usually pre-installed). But 1 day later i realised that both of the deleted plugins were re-installed and activated. I repeated it 2,3 times but from no where they are reappearing in my plugins.
I've no clue the root cause. I've tried different virus/malware scans but it's showing all clean.
My hosting provider A2hosting also said they didn't get any log file of the reinstallation of plugin, and everything else related to the security seems good.
Now, i don't know what should i do to get rid of it. I'll really appreciate if someone can help me :-(
Thanks in advance.
I've tried, deletion of those plugins, security scan checks but unable to spot any issue. I am expecting to get rid of them permanently.
I installed a plugin in my dev environment and it worked fine, so I tried it on my production site. I found that a submit button was sending me to our 404 page. I then compared the files in ftp to my local environment and found them to be the same. After that it occurred it may be a database issue.
I then compared the tables and found that the dev environment that works has some entries in the wp-options table, that are missing from the production version. I then deactivated and deleted, then reinstalled it hoping it would add the entries. It did not.
I thought that I would try to remove all entries added from the plugin, then deactivate delete and reinstall, still it did not add anything back. Is there something the plugin could be checking to see if it has been installed before, and therefore is failing to create the entries, I only removed the transients in the wp-option table when I tried to clean it up.
I am at a loss as to what to do to ge the plugin working, and I really believe it all comes down tot he database. Anyone have experience in this?
You could export/import your local database to the production site.
i've just installed the new MAMP update and suddenly i cannot log in to my wp-admin.
the website is working fine on my machine but i cannot edit it.
whenever i'm typing: ...localhost:8888/wordpress/wp-admin/
it's just go white.
is there any solution?
thanks a lot!
Tomer
Try taking a look at the error log... Usually, there is a plugin or theme issue. Perhaps a stray character or a missing ';'. If there is not error log file, simply remove delete all plugins and see if the problem is resolved. Then, you can add them one by one again to see which one breaks the page...
I'm kinda new to using drupal and i'm just wondering why I kind of get this error on my new site.
See i have this website under WampServer running drupal6-16. Everytime I log in with my pre-created admin account 'admin01' pass: 'admin01' i get redirected to the WampServer localhost which appears to be unusual since the header does not have the WampServer logo.
I already tried creating a new drupal website with the same database and the same thing happens. Also, I tried creating another website with a new database but I copied the other website's theme and other contents and the same thing happens.
Help me please. I am losing my grip on this. :(
Note: I have the same website running on one PC and i am just trying to run it on another PC by copying all its contents. The original copy is working perfectly but I can't seem to get the hook on my new copies to work on other PCs.
Okay. So I finally figured out what was wrong with my site. Apparently, I don't have my Clean URLs activated on the PC i was running this to. So I had to activate it and tadah, it worked.
Thanks guys. :)
When you have this kind of behavior, you can use the standard way for adminsitrating drupal :
http://localhost/index.php?q=admin
I've got a localhost implementation of WordPress using xampplite for Windows.
I'd like to reset my site back to the way it was when I first installed wordpress (no posts, no settings, etc).
I need to do this so that I can test a base install against my wordpress theme updates.
Any help, much appreciated!
Perhaps i can just reset the options table?
Drop all of your WP tables, IMO. If you export them first you can restore the settings. Or you can edit your WP configuration and change the table prefix.
The simplest way to get an installation that will be exactly like the first time you installed would be to... re-install ; from the start -- which means with an empty database.
This will make sure everything is deleted : settings, posts, ... nothing will survive, if you drop all tables from your database.
That's what I generally do, in this kind of situation (Even if it's generally not with wordpress, but with other software).
And if you really want to be 100% sure, you could also delete all the source files ; and re-download them -- to be sure there is nothing left from the previous installation.
There's also a WordPress plugin for that...
The WordPress SQL Executioner #
http://justinsomnia.org/2008/02/the-wordpress-sql-executioner/