Another Install Issue, a forum discussion on Jojo CMS. Join us for more discussions on Another Install Issue on our Installation forum.
You must be logged in to post a reply
| |
duncans
26 Apr 2011
Posts: 2
Hi There,
The installation finishes and when I browse the site I get this:
INSERT INTO `eventlog` SET el_datetime = NOW(), el_code = ?, el_shortdesc = ?, el_desc = ?, el_importance = ?, el_userid = ?, el_username = ?, el_ip = ?, el_uri = ?, el_referer = ?, el_browser = ? Array ( [0] => PHP Error [1] => C:\Apache\htdocs\jojo\plugins\jojo_core\external\dwoo\Dwoo\Loader.php "file_get_contents(C:/Apache/htdocs/mysite/cache/dwoo/templates_c\classpath.cache.d16.php) [function.file-get-contents]: failed to open stream: No such file or directory" line 51 [2] => Error No: 2 Description: file_get_contents(C:/Apache/htdocs/mysite/cache/dwoo/templates_c\classpath.cache.d16.php) [function.file-get-contents]: failed to open stream: No such file or directory File: C:\Apache\htdocs\jojo\plugins\jojo_core\external\dwoo\Dwoo\Loader.php Line: 51 [3] => high [4] => 0 [5] => [6] => 127.0.0.1 [7] => function.file-get-contents [8] => http://localhost/example/function.file-get-contents [9] => Internet Explorer 8.0 ) Data too long for column 'el_shortdesc' at row 1
Any ideas would be grateful
The server is a W2K3 SP2 with Apache2.2, PHP5.2.1.7 and MYSQL 5.1
Thanks
Duncan
The installation finishes and when I browse the site I get this:
INSERT INTO `eventlog` SET el_datetime = NOW(), el_code = ?, el_shortdesc = ?, el_desc = ?, el_importance = ?, el_userid = ?, el_username = ?, el_ip = ?, el_uri = ?, el_referer = ?, el_browser = ? Array ( [0] => PHP Error [1] => C:\Apache\htdocs\jojo\plugins\jojo_core\external\dwoo\Dwoo\Loader.php "file_get_contents(C:/Apache/htdocs/mysite/cache/dwoo/templates_c\classpath.cache.d16.php) [function.file-get-contents]: failed to open stream: No such file or directory" line 51 [2] => Error No: 2 Description: file_get_contents(C:/Apache/htdocs/mysite/cache/dwoo/templates_c\classpath.cache.d16.php) [function.file-get-contents]: failed to open stream: No such file or directory File: C:\Apache\htdocs\jojo\plugins\jojo_core\external\dwoo\Dwoo\Loader.php Line: 51 [3] => high [4] => 0 [5] => [6] => 127.0.0.1 [7] => function.file-get-contents [8] => http://localhost/example/function.file-get-contents [9] => Internet Explorer 8.0 ) Data too long for column 'el_shortdesc' at row 1
Any ideas would be grateful
The server is a W2K3 SP2 with Apache2.2, PHP5.2.1.7 and MYSQL 5.1
Thanks
Duncan
Toucheiss
26 Apr 2011
Posts: 1
Try this and see if it helps..
Go to your the path C:/Apache/htdocs/mysite/cache. In that delete all the folders except the dwoo..
Now relaunch on your browser and see what happens.
Also did you check that the installation was completely done without any error messages ?
Go to your the path C:/Apache/htdocs/mysite/cache. In that delete all the folders except the dwoo..
Now relaunch on your browser and see what happens.
Also did you check that the installation was completely done without any error messages ?
duncans
27 Apr 2011
Posts: 2
Hi there,
The installation was complete without any errors. I tried deleting the folders as suggested but no joy.
Thanks
The installation was complete without any errors. I tried deleting the folders as suggested but no joy.
Thanks
it's just an idea but it looks from the error message like Dwoo is trying to access a Windows directory using a unix-style path in Dwoo\Loader.php .. based on the way the slashes are the wrong way around
C:/Apache/htdocs/mysite/cache/dwoo/templates_c\classpath.cache.d16.php
I don't know how fussy Windows is about that kind of thing, but that seems a place to start looking.
If you look in the database under the options table and set templateengine to smarty (instead of dwoo) that may bypass the problem
C:/Apache/htdocs/mysite/cache/dwoo/templates_c\classpath.cache.d16.php
I don't know how fussy Windows is about that kind of thing, but that seems a place to start looking.
If you look in the database under the options table and set templateengine to smarty (instead of dwoo) that may bypass the problem
| Back to Forum Index : Back to Installation |
|
