I hope you're good.
I have troubles with magento. A customer required me for migrating a magento website to another hosting service. I made the backup with cPanel tool (either database and public_html site with all the files uploaded).
When I restored all the site (and after change some folder and file permissions) and the database, the Magento site are always showing me the "Downloader" section and when I click to "continue magento installation", it returns to the downloader section.
In the console appears that all the files were already installed (doesn't throw me an error or issue) and in the cPanel logs doesn't appear any kind of issue
Can you help me pls? My customer are pursuing me with a torch and a kendo stick to solve this trouble D:
P.D. I tried using FTP, changing the file permissions in magento's downloader section to the same I have in the root directory (755 for folders and 644 for files) but I have in the lib folder 777 permissions, does it affect?
UPDATE
I have uploaded the snapshot I have in the hosting and It appears me the following exception
Fatal error: Class 'Zend_Exception' not found in /home/estetica/public_html/lib/Zend/Db/Exception.php on line 34
So, when I printed all the classes that the framework is using and I found that the Zend/Db/Exception are loaded before the Zend/Exception class
So, where can I modify the order that the classes are imported by magento?
Related
I'm trying to copy website made in Magento in my localhost and finished another steps:
downloaded whole website via ftp account,
import database from server,
change parameters for database in local.xml (post root for user and empty
field for password),
clear cache in Magento var folder,
change base_url value in database
When I try to open it in browser, Homepage looks ok, but any link in page give me Error 404 - Object not found. I can't access to admin panel. Anything what I type URL after localhost/nameOfMyProject, I get Error 404.
I have 2 other Magento projects in my localhost and they work correctly, but both of them I installed from fresh Magento installation and then add new themes for them.
Here is different situation. I need to add whole existing project from server in localhost. I can't add this website on same way, because developer who made it changed files into core section. Project is too big it's not possible at the moment to change that, so any way is to download whole project in localhost.
Does anyone has some suggestion what to do?
Best Regards,
Mladja
Check you also downloaded the .htaccess file and mod-rewrite is enabled in your apache conf.
To access to admin panel try: localhost/nameOfMyProject/index.php/admin
I was editing the file map.php when I started getting errors. So I when to my FTP and delete map.php from it. Now I am having this error. I can't get access to neither my admin panel nor my website. Here is the URL : http://eyeandretina.com.au/
Warning: Class 'WPBMap' not found in /home/eyeandre/public_html/wp-content/plugins/js_composer/include/helpers/helpers_api.php on line 17
UPDATE :The error seems to be in the directory js_composer
The best way to handle this is to first rename the folder where the plugin lives, aka (js_composer) to (js_composer_old) or something like that.
Check your site, if the error was in that plugin indeed, the website should now be able to load and you can access your admin.
You might have some functionality missing because you just deactivated the JS visual composer plugin.
Next, reupload the plugin from your local theme backup/original download file. Or maybe your theme offers autoinstallers from within the admin panel.
I have migrated my wordpress site from one hosting to another by copying sites files and creating new database. I have correctly updated the database information the the wp-config.php file and the site is running smooth. However i cannot log in in the admin panel. It shows the admin login username and password page but after i submit login it shows the following error
Fatal error: Call to undefined function get_site_transient() in /home/content/XXXX/XXXX.com/XXX/wp-includes/update.php on line 466
Help appreciated and thanks in advance.
You should try by re-uploading your wordpress core files.
It means that all files (except wp-content folder , wp-config file) needs to be replaced
with files from a fresh WordPress install.
This will NOT remove any of your information, but it may solve the problem in case any file was corrupted.
Make sure to back-up your data in case of emergency.
I updated a Joomla website for a customer of mine. I did this in XAMPP. Now, when transferring it to the server, I have some problems. I can't install extensions anymore and I get the message:
JFolder::create: Infinite loop detected
Warning: Failed to move file!
After some reading I found out it's possibly caused by the log and tmp folder, but I don't know how to rename them to work. (The link to them in the config.php file)
public_html > tmp / log (both tmp and log are in the main directory of public_html)
How would I set them up to work? And is it definitely this that is causing this error?
You can actually edit those values using Joomla's back-end. Go to global configuration settings menu option, one of the text fields is in the Server tab and the other is in the System tab. If you can, put the full directory path of the server in for the values.
I am working on a Wordpress site hosted by Parallels and uploaded via the plex panel.
When I am installing a new plugin, first, I am notified that the plugin has been successfully installed.
But when I click on Activate, I get an error message saying:
"The plugin does not have a valid header."
I am not sure what is causing this error, and it does on every Wordpress plugin that I try to install.
When I try to upload the plugin manually by browsing for a folder and clicking upload, I get a different error message:
"Unable to create directory wp-content/uploads/2013/12. Is its parent directory writable by the server?"
These two errors are really puzzling and neither myself or my client can install any plugins.
P.s. The above features work fine on the local server - it is just the development server that I am having issues.
Do you have FTP access to the site? "Unable to create directory wp-content/uploads/2013/12" says to me that the permissions are not set right on your wp-content folder. Set it to 755, or, if you're feeling brave, 777 (though there are security concerns there). Once the permissions are set, try reinstalling again.
When plugin key "$plugin" doesn't match with plugin files then wordpress generate this error on activation time.
You can check the code by following code
file path Error is generating from
wp-admin/includes/plugin.php
line number 920
//use following code to check the keys.
echo $plugin;
print_r($installed_plugins);