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.
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
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.
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
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.