I get a error on the bottom of every page:
"PHP Warning: Unknown(): Unable to load dynamic library 'D:\Program Files\SWsoft\Plesk\Additional\Php\extensions\php_soap.dll' - The specified module could not be found. in Unknown on line 0"
I also can not make any plugin changes/configurations/ect when I try I recieve:
"A runtime error has ocurred. Do You Wish to Debug? Line: 121 ERROR: Expected ';'"
When I debug it brings me to:
"function performPluginAction(pluginType, pluginId, url) {
if (contexts[pluginId]) {
return;
}
contexts[pluginType][pluginId] = Array();
var handleSuccess = function(response) {
eval("var result = " + response.responseText)//<<<ERROR ON THIS LINE
if (result['status'] == 'success') {
for (var stateChangePluginType in result['states']) {"
My java sucks and adding a ";" at the end of the line does not fix it?
Last Run Details:
Gallery version = 2.2.3 core 1.2.0.5
PHP version = 4.4.7 cgi-fcgi
Webserver = Microsoft-IIS/6.0
Database = ado_mssql Microsoft SQL Server 2005 - 9.00.3042.00 (Intel X86) Feb 9 2007 22:47:07 Copyright (c) 1988-2005 Microsoft Corporation Workgroup Edition on Windows NT 5.2 (Build 3790: Service Pack 1), lock.system=database
Toolkits = Exif, LinkItemToolkit, Thumbnail, Gd
Acceleration = none, none
Operating system = Windows NT PSMBWEB001 5.2 build 3790
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.590; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)
Rows in GalleryAccessMap table = 19
Rows in GalleryAccessSubscriberMap table = 4
Rows in GalleryUser table = 2
Rows in GalleryItem table = 2
Rows in GalleryAlbumItem table = 1
Rows in GalleryCacheMap table = 0
Posts: 32509
> I get a error on the bottom of every page:
> "PHP Warning: Unknown(): Unable to load dynamic library 'D:\Program Files\SWsoft\Plesk\Additional\Php\extensions\php_soap.dll' - The specified module could not be found. in Unknown on line 0"
in gallery 2? i don't think that we use php's soap extension anywhere in g2. the fotokasten module is probably the only module using soap, but it's using its own php code to perform the soap calls and not a php extension.
please refer to your webhost about this error. it must stem from another php application, not from g2.
@javascript error:
see: FAQ: How can I make sure that my installation files are all intact?
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 3
Hello
Thank you for the reply, I will contact my host about the soap error, I don't run any PHP other than Gallery and my other issue prevents me from turning on (or off) modules to test the fotokasten part.
I ran the install/systen test and everything checks ok (see attached, also you can see the php soap error line). Any other ideas as to why I am getting the "Line: 121 ERROR: Expected ';'" error, Any files and information I can supply to help? I only get the error when I click on any plug-in settings on my admin / plug in page.
Thank You
P.S.
I just went in a replaced the "AdminPlugins.js" file with one extracted on my local PC and it still gives the same error.
Posts: 3
I updated to the latest 2.2.4 release and the issues are gone? Maybe somethign wierded out during the original setup? Thank you for your help.