Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
after i click on login button i get erro 500 can't handle request,
Then i check the error_log file, i got these two errors:
#0 /home4/wembacom/public_html/crm/includes/main/WebUI.php(174): Vtiger_WebUI->checkLogin(Object(Vtiger_Request))
#1 /home4/wembacom/public_html/crm/index.php(18): Vtiger_WebUI->process(Object(Vtiger_Request))
#2 {main}
i fixed many errors before , but i can't figure out the problem here if anyone could explain or help me
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 days ago.
Improve this question
Out of the blue, my old website stopped loading content and I can't figure out why:
https://unwork.nu/#/design/cir5-catalog/
Attached screengrab of error:
Does anyone have any ideas? It it a server issue?
I've looked into the PHP files but I'm not versed enough.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 days ago.
Improve this question
Fatal error: uncaught PDOException:SQLSTATE[HY000][1049] unknown
database‘e learning’ in
c:\user\user\desktop\xampp\htdocs\e-learning\dev\database.php:8 stack
trace:#0
c:\usee\user\desktop\xampp\htdocs\e-learning\dev\database.php(8):PDO_>__construct(‘mysql:host=loca…’,’root’,”,Array)#1
c:\users\user\desktop\xampp\htdocs\e-learning\settings\init.php(4):database::getConnection()
#2 C:\users\user\desktop\xampp\htdocs\e-learning\student\handlers\account\login.php(2):
require_once(‘C:\Users\user\D…’) #3 {main} thrown in
C:\users\user\desktop\xampp\htdocs\e-learning\dev\database.php on line
8
The created website was like a portal
So I tried logging in and it’s returning the error message above
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 9 days ago.
Improve this question
enter image description here
enter image description here
I don't understand why it shows me that variable is defined. I followed video tutorial but can't understand why it works in video but not for me.
Need help to understand this. Feels like simple mistake but I can't find the solution.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I installed Rev Slider and Essential Grid plugin. However, I got this error:
message: TypeError: jQuery(...).tpessential is not a function.
When I deactivated Rev Slider, Ess Grid plugin works again. I tried to remove and re-install Rev Slider but it doesn't work.
Hope anyone can help me out. Thanks in advance.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I'm new in laravel 5.1. can you help me solving this error?
This is my code
You should refer to the User model like this:
$datas = \App\User::paginate(5);