how to solve blank home page error in wordpress - apache

getting blank home page, but admin is working fine for me.
i tried to put
define('WP_DEBUG', true) in config file but no help.

check errors in error_log to see where code breaks or try to remove some newly installed plugins

Related

Blank page in page with CRA, NX.dev and vercel deployment

I am working on an application with React on monorepos, using nx.dev, service workers and configured with craco (came by default when using cra-to-nx). In addition, I'm deploying my application in vercel.
The problem comes in that when entering my application, always appears a blank screen, and by console appears the following error:
Error by console 404 static
If I enter in that file main.XXX.js, I see the following:
Error by console 2
I have tried several of the solutions I have found on the internet, but nothing has worked.
I have written
I have tried with homepage=".", homepage="/" and homepage="mydomain.com" in the package.json.
Thank you very much in advance

Only The 'Welcome to Bonfire' Screen Displays

I tried Installing Bonifre on Xampp. It get's properly installed. But when I try to login into Admin Panel. It redirects back to the "Welcome Screen".
I have tried changing $config['uri_protocol'] to other options provided in config file. But none of them Works. I followed the bonfire docs.
Replace the session.php file in(bonfire\ci3\libraries\Session) with the following which is from an older version.
https://github.com/ci-bonfire/Bonfire/blob/0.8.3/bonfire/ci3/libraries/Session/Session.php

Laravel View [auth.login] not found after downloaded form bitbucket

My laravel project still online without any error, but when i downloaded my project form bitbucket to want to change something. it give me two error
and an another error bellow the first error
i tried everything what i have on internet
i tried composer-install composer clear-cache php artian clear-compiled but noting works for me.
Go to the folder
bootstrap/cache
Rename config.php to config.php_
Hope this helps...

Vagrant, CSS not updated

So I'm using Vagrant and shared folders and when I update the .css file I dont get changes on the website. Instead I get encoded characters like question marks ��.
I searched through the web and found a solution, but that solution doesnt work for me.
The solution was to add "EnableSendfile off" in apache2.conf file. I'm using debian btw. I added this, restarted apache, reloaded vagrant and still nothing got solved.
I created this topic because I cant comment on the existing ones because I still dont have 50 reputation. Please dont hate me for that.
Can you tell me why it doesnt work for me? What else can I do to fix this. It stupid to continue reloading vagrant for few css chagnes.
Best Regards
I've found that refreshing in Chrome by using Ctr F5 will also load the CSS file.
I have same issue.
Remove comment for this line in file /etc/httpd/conf/httpd.conf in Vagrant:
EnableSendfile off
Check this for more details (same issue): https://stackoverflow.com/a/37403744/4728084

Have error for converting to website from web app

Hi I convert the web app to web site. I follow this link to do it. However I have an error for a few pages which are .ascx and the Global.asax. The error is “Context is not a member of …”. I also exclude the .vbroj file.
I searched the web for fixing the above error and found that link http://forums.asp.net/t/1148374.aspx?Context+is+not+a+member+of+Page+name+
. Although I did what it said, but the error didn’t go away. Would someone tell me what I can solve the issue.
Summary what I did:
1. Delete the .desginer file
2. Changed Codebehind to CodeFile
3. Change the path of the code file with full path within the root directory.
For example:
Form CodeFile=" Footer.ascx.vb" Inherits="Testing.Footer"
To CodeFile="~/Templates/Footer.ascx.vb" Inherits="Testing.Footer"
I solved the problem by deleted the namespace of inherits and change the full path of CodeFile. Also change the full path of #Reference