Wordpress Elementor Migration - wordpress

I'm creating a Wordpress website for a client, which I built on my own server. My client has another company do the migration to their own servers but we had an issue. Elementor stopped working:
I can't access to page builder, the_content() is not called, but I checked our files and they are not different from the original ones on my server.
Almost all CSS is missing after CSS regeneration (Error 404).
Some pages load the wrong image, from the default Wordpress media root instead of the Elementor one.
I've been trying to fix it for 2 days now, can't seem to find the problem.
What I've tried:
URL replacement using the Elementor Tool.
Checked EVERY files manually.
Regenerated the CSS a dozen time but never fixed the CSS issue.
Edit: I found this in the logs
PHP: 2020-07-27 20:04:30 [warning X 2][/srv/xxx/prod/xxx/scv2/php5/htdocs/wp-content/plugins/elementor/modules/safe-mode/module.php::107] rmdir(/srv/xxx/prod/xxx/scv2/php5/htdocs/wp-content/mu-plugins): No such file or directory [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
I'd also like to mention that I have ZERO access to the FTP of the new server, I can only access the Wordpress Admin. I can't modify the .php files either. Hopefully someone can give me a hint on how to fix everything.
Many thanks in advance!

Related

Wordpress URL slug redirects me to Media file

I'm trying to setup a fanlink with links from Spotify, YouTube & other streaming platforms for a musician. Whenever I set the URL slug as /rock-my-world (rock my world is the name of the track just released) it takes me to the audio file stored in the server (no bueno).
Any clue what could be causing this issue? Would appreciate anyone who could give me a hand with this!
At first I encountered this issue when it had another page /fanlinks as the parent page. I did /rock-my-world as main page (no parent) and still same issue. Contacted hosting provider and they have no clue what to do. Check settings of wordpress URL and everything looks good.
Tried flushing the permalink and that also didn't work.
Edit: It's the media permalink...

Error displaying oEmbed Wordpress

I've a problem with my wordpress website. When I insert some url for being embedded, it's not working fine.
Here is the issue URL : https://www.duosia.id/windows/cara-mengekstrak-files-menggunakan-winrar-dengan-mudah
And here is the Screenshot :
When I try to visit the embedded url. It's return 404 not found. You can check the embedded url here, https://www.duosia.id/windows/cara-mengekstrak-files-menggunakan-winrar-dengan-mudah/embed/
I've try these common solutions.
Update everything including WordPress, the theme and plugins. Available updates appear in Dashboard > Updates.
Deactivate all plugins in case there is a conflict. If the problem goes away while all plugins are inactive, then reactivate them one by one to determine which is causing the problem.
Switch to the default theme (such as Twenty Thirteen) then try to do what was not working. If the problem remains, it is a general WordPress or hosting issue. If it happens only while using our theme, please let us know.
Clear cache in both your browser and in any caching plugins that you are using (also disable services like CloudFlare, if used with your website).
Revert code changes if you have modified the theme’s code. If using a child theme, reactivate the parent theme.
But, seems no one work.
The WordPress post embeds don't seem to be working on your site.
This URL shows a live example of the problem:
https://www.duosia.id/windows/whatsapp-for-pc/
The two embeds present in that URL are returning a 404, therefore, oEmbeds are not loading properly and showing the 404 page:
https://www.duosia.id/windows/facebook-messenger-for-pc/embed/#?secret=kMPv636bx1
https://www.duosia.id/windows/line-for-pc/embed/#?secret=65m4VpxiYi
Have you tried testing those URLs in the plugin "Rewrite Rules Inspector"?
You should see something like this for any of the "embed" URLs:
index.php?name=$matches[1]&embed=true
Also, have you tried flushing the rewrite rules in WordPress or maybe setting the permalink structure to a different/default one (right now you seem to be using a structure of "category/post-name") to see if it changes anything?
For the file that you are embedding, are you uploading it to the Media Library or some other plugin?
First I would check on the server to verify that the file you are looking to access does exist.
Once you know that the file does exist, then repeat the steps you have listed again.

WordPress/Avada website not Loading in XAMPP

So I've been trying to get into the admin dashboard for a WordPress website that I'm supposed to be working on and for some reason my XAMPP/phpMyAdmin & Avada theme does not seem to be working properly.
When I configured XAMPP it worked fine and could reach the admin dashboard without any issues. But when I replaced the WordPress directory downloaded from the network admin and the .sql database table uploaded into phpMyAdmin I am now noticing that when I access localhost/wp/ it loads a broken page, appears to be missing the CSS (styles/images)
I've tried to navigate to locahost/wp/wp-admin/admin.php and /wp-admin/login.php and I am not able to load the files I continue to receive a "File not found" redir error.
In my own opinion it seems as though the user isn't entirely authenticated and is causing me to redir based on failed authentications OR the system is having difficulties with the folder structure to determine the areas for the "missing" wp-admin files, although I have confirmed they are physically residing within that expected location which only further confuses me.
I can upload and attach any type of document, just let me know what type of information you are looking for to assist in troubleshooting.
THANKS FOR ANY AND ALL HELP!
1) Ask wp questions at wordpress.stackexchange.com
2) you may have problems with .htaccess and .sql file permalinks. Ask people at the mentioned forum.
Step 1 : Remove htaccess file from your root folder
Step 2 : check wp_option table and change site_url and home_url
Step 3 : Login into wp-admin using
http://localhost:8080/mysite/wp-admin/
Step 4 Goto setting ->paramlink and update using custom structure.
That's it.Problem solve.

WP CSS problems / Url Problems

I've got some problemes with my WP.
I've got a distant web site and I need to modify it. So i copy it on a wamp server to work on local.
Problemes are coming ^^
First when i go into localhost/my_site/wp-admin and I log myself no css are loading, and workpress is new for me so it's a little bit difficult to doing that without css.
Second when i click on a link in my local web site I've got 2 time the url.
I mean : 127.0.0.1/my_site/127.0.0.1/my_site/mypageIneed.
And obviously that doesn't work.
EDIT
I fix the CSS problems
If you already downloaded database and all files from your cpanel and everything is settled up on your localhost including database import. Just search this plugin online and place it to your root directory "Search-Replace-DB-master" run it on your browser and change all the links ( Ex. www.xyz.com/ to localhost/newsite/ ) . Good Luck !!

The whole wordpress website got RESET

My wordpress blog was working perfectly fine, until one day when suddenly my blog got down. All I could see was a blank white page. I still don't know the reason.
But initially, I was able to figure out the Debug messages, which were some compatibility issues between prototype of function Walker() and some theme function extending Walker(). So, I somehow managed to resolve those issues, by changing the theme function prototype.
But still, I could only view a blank page without any error. Then, I went through my child theme files and I found that there was some PHP code written to upload image file in child "style.css". Fortunately, I had backup of my Blog so I restored my child style.css.
After so many efforts, I still couldn't restore my complete Blog.
Although, All the posts and everything is there in DB, but I can't see any post on my Blog and Admin panel. It seems that my created categories are no longer there in Admin panel, when I restored theme.
Can anyone please help me to find out...
Why it happened and How my blog got reset ?
How can I restore my blog and reflect all my posts from DB to Admin-panel & Blog ?
It looks like somebody hacked you up. And, edited some files on your server.
Wordpress, actually doesn't offer any backup features. But, most of the web hosting services have a usual backup option. So, you might consider that.
Or, if your Wordpress database is right in place, as before, then you the possible error is that your Wordpress core files are corrupted or edited by anyone. So, you might consider, deleting your Wordpress and reinstalling it, (without deleting your databases). This would not affect your blog at all, because all Wordpress information is stored in the databases. But, remember to backup the files of wp-content folder and copy them to your new installation.

Resources