installed. DB seems intact. After installing DB, error when accessing index.php and activate.php...
Fatal error: input in flex scanner failed in /home/virtual/site11/fst/var/www/html/alt/templates on line 1
Logged In: NO
I can't give you an answer to that problem, but in my case, I needed some data in the db in order to make the program work. I suggest you add the next row:
INSERT INTO page_theme (page_theme_id, page_theme, page_theme_path, page_theme_image, page_theme_description, theme_path, table_header_color, table_highlight_color, table_base_color) VALUES ('1', 'default', 'default.php', '', '', 'default.php', '000040', 'FF0000', ' D0D0D0');
Log in to post a comment.
Logged In: NO
I can't give you an answer to that problem, but in my case, I
needed some data in the db in order to make the program
work. I suggest you add the next row:
INSERT INTO page_theme (page_theme_id, page_theme,
page_theme_path, page_theme_image,
page_theme_description, theme_path, table_header_color,
table_highlight_color, table_base_color) VALUES
('1', 'default', 'default.php', '', '', 'default.php', '000040', 'FF0000', '
D0D0D0');