| View previous topic :: View next topic |
| Author |
Message |
Brutus2k
Joined: 26 Jan 2010 Posts: 1
|
Posted: Jan 26, 2010 2:58 pm Post subject: Error after installing. |
|
|
The following error appears after installation.
| Code: | HTML::Template->new() : Cannot open included file /Templates/login.html : file not found. at Modules/HTML/Template.pm line 329
HTML::Template::_init_template('HTML::Template=HASH(0x98463dc)') called at Modules/HTML/Template.pm line 123
HTML::Template::_init('HTML::Template=HASH(0x98463dc)') called at Modules/HTML/Template.pm line 79
HTML::Template::new('HTML::Template', 'filename', '/Templates/login.html', 'die_on_bad_params', 0, 'global_vars', 1, 'loop_context_vars', 1, ...) called at Modules/Session.pm line 154
Session::CreateTemplate('Session=HASH(0x94e0d0c)', 'login.html') called at Modules/Session.pm line 191
Session::PrintTemplate('Session=HASH(0x94e0d0c)', 'login.html', 'msg', 'undef', 'login', 'undef', 'redirect', 'undef') called at index.cgi line 145
main::LoginPage called at index.cgi line 81
|
the script is on a sub domain.. |
|
| Back to top |
|
 |
PowerChaos
Joined: 19 Dec 2009 Posts: 404 Location: belguim
|
Posted: Jan 28, 2010 1:44 pm Post subject: |
|
|
well, check your http folder permision
it says that it cant be found
so it can have 2 reasons
1) the folder you look for does not exist on root
2) the cofig file is wrong configured and doesnt point to the sub domain but to the root
so how to fix it
first check that the files are in the right place (get them out of the htdocs folder and place them in the www folder/ root )
instead of
| Code: |
..
+cgi folder
+htdocs folder
--..
--folder
--folder
--file
--file
+folder
|
so you get like this
| Code: |
..
+cgi-folder
+folder
+folder
file
file
file
|
then check your config file if it points to the right location
instead of this
| Code: |
/home/username/www/
|
that it goes to
| Code: |
/home/username/www/subfolder/
|
then it should normal works
ps: this example is based on cpanel
Greets From PowerChaos |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Jan 29, 2010 9:02 am Post subject: |
|
|
| Make sure cgi_path in XFileConfig.pm is correctly set up. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|