HTTP ERROR 500 install

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
User avatar
warmweer
Jr. Extension Validator
Posts: 11644
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: HTTP ERROR 500 install

Post by warmweer »

linkcs.in wrote: Sun Sep 08, 2024 5:56 pm yes i understood this but i don't know how to do it... help me please...
I see in your printscreen you have a tab Cpanel-Tools open.
search for phpMyAdmin there (or Adminer) and consult the information the host offers.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
linkcs.in
Registered User
Posts: 14
Joined: Wed Mar 23, 2011 5:49 am

Re: HTTP ERROR 500 install

Post by linkcs.in »

yes, I understood that it should be done from the database... the problem is different, I don't know how to make the respective records in the database...
I don't know how to enter these...
Then, in the config_table create a new record:
config_name = config_url
config_value = //ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js
is dynamic = 0
User avatar
warmweer
Jr. Extension Validator
Posts: 11644
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: HTTP ERROR 500 install

Post by warmweer »

Search and you shall find.

There's a ton of information in the Support (even disregarding the whole internet)

e.g.
https://www.phpbb.com/support/docs/en/3 ... hpmyadmin/


Added:
Just now noticed your registration date. > Joined: 23 Mar 2011, 06:49 ... 13 and a half years and the idea to search the Support section didn't occur to you?
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
linkcs.in
Registered User
Posts: 14
Joined: Wed Mar 23, 2011 5:49 am

Re: HTTP ERROR 500 install

Post by linkcs.in »

I tried to enter config_table create a new record:
config_name = config_url
config_value = //ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js
is dynamic = 0

but it gives me an error
Image
User avatar
janus_zonstraal
Registered User
Posts: 6588
Joined: Sat Aug 30, 2014 1:30 pm

Re: HTTP ERROR 500 install

Post by janus_zonstraal »

You have to create a new record
So open phpbb_config and click "create new record"
Sorry! My English is bat ;) !!!
User avatar
warmweer
Jr. Extension Validator
Posts: 11644
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: HTTP ERROR 500 install

Post by warmweer »

linkcs.in wrote: Mon Sep 09, 2024 5:17 pm I tried to enter config_table create a new record:
If you want to create the field using SQL, then you have to write an SQL query. e.g.

INSERT INTO `phpbb_config` (`config_name`, `config_value`, `is_dynamic`) VALUES ('', '', '0')
Edit the SQL to include the values (which I already mentioned)

or

Just add the record using the graphical interface (as janus_zonstraal proposed)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.

Return to “[3.3.x] Support Forum”