Helios
I´ve installed a phpBB board and then i´ve downloaded the config to my computer and copied it to the directory with the phpBB files..
I did that to install mods on my system and then upload it to my account(and install additional SQL tables if needed).
I did that.. installed about 6 mods and uploaded the new files to my account.
now when I try to go to the index.php this error shows up:
the thing is that i´ve checked in phpMyAdmin and the table [my_prefix]_config does EXIST!!
what should I do???
about [my_prefix].. i don´t wanna show my real prefix for security reasons =P
:::::: update ::::::::::
well i´ve installed the baord again(from the original files) and uploaded all of the moded files.. ran 2 sql quries and everything went ok..
now i enter the board and everything seems to be alright..
BUT when i´ve entered the Admin Panel.. on the left frame(where are all the categories and links to the admin config pages) this error appeared instead all of the links:
this file wasn´t moded by me at all, i didn´t touch it..
and line 26 is where the /* comments */ from phpBB team.. no code there at all..
what should I do now???
this is the code from template.php(127)
line 127 is the middle line:
[/quote]
I did that to install mods on my system and then upload it to my account(and install additional SQL tables if needed).
I did that.. installed about 6 mods and uploaded the new files to my account.
now when I try to go to the index.php this error shows up:
| Code: |
| phpBB : Critical Error
Could not query config information DEBUG MODE SQL Error : 1146 Table '[name_of_database].[my_prefix]_config' doesn't exist SELECT * FROM [my_prefix]_config Line : 219 File : common.php |
the thing is that i´ve checked in phpMyAdmin and the table [my_prefix]_config does EXIST!!
what should I do???
about [my_prefix].. i don´t wanna show my real prefix for security reasons =P
:::::: update ::::::::::
well i´ve installed the baord again(from the original files) and uploaded all of the moded files.. ran 2 sql quries and everything went ok..
now i enter the board and everything seems to be alright..
BUT when i´ve entered the Admin Panel.. on the left frame(where are all the categories and links to the admin config pages) this error appeared instead all of the links:
| Code: |
|
Parse error: parse error, unexpected '}' in /home/helios/public_html/board/includes/template.php(127) : eval()'d code on line 26 |
this file wasn´t moded by me at all, i didn´t touch it..
and line 26 is where the /* comments */ from phpBB team.. no code there at all..
what should I do now???
this is the code from template.php(127)
line 127 is the middle line:
| Code: |
|
// Run the compiled code. eval($this->compiled_code[$handle]); return true; } |
