Trying to upgrade from Magento 1.9.3.3 to 1.9.3.4
but I was able to login, going through some help I made couple of changes and finally renamed the folder downloader and uploaded a freash downloader folder to Magento site root.
But I am getting error
Unable to write to the configuration file.
I have also changed to folder permission for downloader to 777.
The file cache.cfg and connect.cfg are created in downloader folder.
The file created cache.cfg and connect.cfg created are owned by root.
but the error still persists. I am unable to login to Magento connect Manager with the correct admin password.
What I am still missing? I have run out of options.
Any suggestion will be greatly appreciated.
What I am still missing
Related
Starting from yesterday (judging by the error logs), out of the blue, we notice the following error on the site:
PHP Fatal error: Cannot access property WP_Hook::$callbacks in …/public_html/wp-includes/class-wp-hook.php on line 77
The site is working (possibly thanks to the caching plugin), but all attempts to login to admin panel cause the error 500.
We recovered the site from a backup from 6 of March (when the last successful login was), but the error persists.
We also tried to deactivate all the plugins (by renaming the folders via FTP), but still the same error. (Now the work of plugins is recovered from a backup.)
The hosting could not help to solve this problem.
Where to look next?
Site: http://russificateschool.com/
Thank you in advance for the help.
Removing and uploading wp-includes from a fresh WP package solved the problem.
You'll want to overwrite your existing wp-admin and wp-includes folders with baseline versions.
First, get the version number of your Wordpress install by FTPing into
your web host where Wordpress is installed.
Download the wp-includes/version.php and view it, you'll see the version number.
Go to https://wordpress.org/download/releases/ and download the gz or zip file for your version.
Unpack the zip file that you downloaded. This will create folders for wp-admin, wp-content, and wp-includes with other files.
On the web host, rename your wp-content/plugins folder to wp-content/plugins-bak.
On the web host, delete the old wp-includes and wp-admin directories.
Upload the new wp-includes and wp-admin directories to your web host, in place of
the previously deleted directories.
Upload the individual files from the new wp-content folder to your existing wp-content folder, overwriting existing files. Do NOT delete your existing wp-content folder. Do NOT delete any files or folders in your existing wp-content directory (except for the one being overwritten by new files).
Upload all new loose files from the root directory of the new version to your existing wordpress root directory.
Test your site to see if it loads. If it does, on the web host, rename your wp-content/plugins-bak folder to wp-content/plugin.
I'm using the PHP copy function to copy a file from one folder to another. But if the folder I'm copying to is a Dropbox folder, it doesn't work. This works fine and the file is copied into the test2 folder:
copy('c:/test/test.txt','c:/test2/test.txt');
This doesn't work and the file is not copied:
copy('c:/test/test.txt','c:/Dropbox/test.txt');
Dropbox is my root Dropbox folder. Does anyone know of why this is happening and what I can do to fix this? I'm using IIS and PHP on Windows Server. Thanks in advance.
Make sure your path is exactly as it appears to be. Also consider case sensitivity. That is usually a problem that throws me off. Also make sure that all permissions to the 3rd party app are validated.
So I figured out the issue. It was an issue with the permissions on the Dropbox folder. For some reason when Dropbox created the folder, it doesn't allow the folder to inherit permissions. To fix this, I right-clicked on the Dropbox folder, selected Properties, went to the Security tab, clicked on Advanced, and then selected enable inheritance.
This allows the Dropbox folder to inherit permission from it containing folder and fixed my issue.
I am struggling with socialengine php installation to my private server. I already have it hosted but want to develop it on my own computer. I have installed xampp, FileZilla server and client and netbeans.
I download and extract my socialengine zipped folder to into a folder within ht docs. Then I upload onto the FileZilla server. I then right click on the folder to copy the path. When I paste this into google browser I am not seeing the socialengine install wizard page where you enter your licence key.
Instead I am seeing an index page listing all the folders and other folders within ht docs directory. I have looked at many tutorials. Deleted everything and re-installed.
Can somebody please tell me what I am doing wrong.
Here are the cases to debug:
Check mod_rewrite enabled
.htaccess is available in that directory.
Server directory index set to index.php (DirectoryIndex index.php) in .htaccess file.
Check permission are fine on files and folders
I am just moving an opencart site to a staging server and have vqmod installed in the site however I can't get vqmod to create the vqcache files and it isn't even logging any errors in the vqmod/log folder. I've basically set the directory structure to 777 to get it to work from a permissions point of view and everything is ownership user:www-data but still no joy.
Just in case anyone has a similar issue, it was a user groups issue, the ownership settings for the vqmod.php file were user:user rather than the required user:www-data
You should actually set the permissions for your vqmod.php to be the same as your index.phpin your main OpenCart folder, not alter the owner of the file. You should also set the permissions of the following be the same as your /system/cache/ folder
/vqmod/
/vqmod/vqcache/
/vqmod/logs/
I have become completely frustrated trying to install WP on my server (hosted at home). I am able to launch the WP content manager and when I find the theme I would like to install, it asks me for my server FTP login. I give it the same logins I use for filezilla but it will not work. I have tried every combination.
So I tried installing from ZIP. I go into "upload" and try to upload the .zip I downloaded from the developer but it takes me again to the FTP login. Same problem as before. The theme I want is called "application" by manshi gori.
here
What am I doing wrong? Thanks!
Here is a way in which you can Disble the FTP Credentials for installing Plugins and Themes from backend
Just Add the following Code in wp-config.php
define('FS_METHOD','direct');
You should check the file permissions:
All files should be 644 and all folders 755.