|
|
#1 (permalink) |
|
Junior Member
Join Date: May 2009
Posts: 1
|
I have a RavenNuke 2.3 site with the NukeTools 4 rc1 installed. When Trying to use any of the tools, I get the below error when simply clicking on the link for one of the tools.
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Fri, 22 May 2009 03:55:06 UTC Message: Unterminated string constant Line: 246 Char: 21 Code: 0 URI: http://www.pfwebsite.com/posfleet/mo...x&func=HTMLPHP If I try typing something into one of the tools, such as html to php, I get the below error. Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Fri, 22 May 2009 03:57:11 UTC Message: Object expected Line: 281 Char: 1 Code: 0 URI: http://www.pfwebsite.com/posfleet/mo...x&func=HTMLPHP What could be causing this? I have used NukeTools in the past, even with RavenNuke, and never has an issue. Thanks for any help that you may be able to give! |
|
|
|
|
|
#2 (permalink) |
|
Administrator
|
After installing RaveNuke and Autotheme, I noticed that PHP-Nuke Tools wouldn't work only when Autotheme was enabled. Then problem was caused because Autotheme wouldn't let the javascript, required by PHP-Nuke tools, to function.
The fix is pretty simple. First of all download the attached file, after extracting it, copy it at includes/ folder of your Ravenuke installation. Then open with your favorite editor (notepad will do just fine) modules\AutoTheme\templates\php-nuke\*.html (all html files in this folder OR the one you use as default in your Autotheme admin, most common is "HTML401_Transitional.html"). Now search for Code:
<?php include('includes/javascript.php'); ?>
Code:
<?php include('includes/tools.php'); ?>
|
|
|
|
![]() |
| Bookmarks |
| Tags |
| errors, nuketools, ravennuke, rc1 |
| Thread Tools | |
| Display Modes | |
|
|