When we click on Advance search page, page is not come as blank, after enable php error module, we got this below error message:
Fatal error: Call to undefined function jsdate_2_mysql() in /content/HostingPlus/f/r/xyz.com/web/new/plugins/search/events.php on line 48
check your php.ini file - make sure that mysql is enabled.
check out this link: http://www.somacon.com/p109.php
Related
I am trying to add a URLRewrite blank rule to one of our servers, but when I select it and click OK to add it, IIS Manager closes abruptly.
I checked in the Event Log Viewer and there was an IISM crash with this message:
IISMANAGER_CRASH
IIS Manager terminated unexpectedly.
Exception:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Web.Management.Server.WebManagementServiceException: Filename: \\?\C:\Windows\system32\inetsrv\config\applicationHost.config
Error: The configuration section 'webFarms' cannot be read because it is missing a section declaration
---> System.Runtime.InteropServices.COMException: Filename: \\?\C:\Windows\system32\inetsrv\config\applicationHost.config
Error: The configuration section 'webFarms' cannot be read because it is missing a section declaration
it looks like your config file is missing webfarms, section should be put directly under configuration node as the declaration in configSections.
Please double check if the section is configured at the correct place.
I am working a project, suddenly my system halted I gave it a reboot and now I am getting this error
Fatal error: Class 'Loader' not found in /var/www/html/projectfolder/index.php on line 29
I checked it in system->engine its there
Any idea?
Being stuck for 24 hours I did some research and found out if we have our admin panel on different vhost we can still open that and clear modifications from admin. Once they are cleared, this error is gone and site populates normally.
I am trying to run AddJar in my new notebook in ibm bluemix.
%AddJar https://github.com/ibm-cds-labs/spark.samples/blob/master/dist/helloSpark-assembly-2.1.jar -f
However, I keep receiving this error -
Starting download from https://github.com/ibm-cds-labs/spark.samples/blob/master/dist/helloSpark-assembly-2.1.jar
Finished download of helloSpark-assembly-2.1.jar
Out[8]:
Name: java.util.zip.ZipException
Message: error in opening zip file
StackTrace: java.util.zip.ZipFile.open(Native Method)
java.util.zip.ZipFile.<init>(ZipFile.java:235)
java.util.zip.ZipFile.<init>(ZipFile.java:165)
java.util.zip.ZipFile.<init>(ZipFile.java:179)
I tried all sort of URLs - raw, file etc. as specified in this other link, but no help.
%AddJar for hellospark_2.10-1.0.jar giving Name: java.util.zip.ZipException Message: error in opening zip file
Please advice.
Thanks
Raj
Your URL points to an HTML page with a download button. You must use a URL that points to the actual JAR file instead. I got it by right-clicking on the download button and selecting "Copy Link Address". The URL has /raw/ instead of /blob/ in the path:
%AddJar https://github.com/ibm-cds-labs/spark.samples/raw/master/dist/helloSpark-assembly-2.1.jar -f
That line "worked" for me, in the sense that I got a totally different error messages on the first try: Assertion failed. After restarting the kernel and re-executing the %AddJar, the error was gone. Maybe my service didn't have the download directory yet when I executed the line for the first time.
I created a custom 404 error page.
<h1>Page not found</h1>
But when I reload/restart apache2 it gives me this:
apache2: Syntax error on line 234 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/conf.d/errors/404.html: /etc/apache2/conf.d/errors/404.html:1: <h1>Page> was not closed.
Action 'configtest' failed.
The Apache error log may have more information.
...fail!
Can anyone say what's the problem ?
It seems that in /etc/apache2/conf.d/errors/404.html file you have not closed <h1> tag properly. Try below.
<h1>Page</h1>
Please notice </h1> here.
I got a fatal error at auto_load function. See the following error, indicating that the specific directory and file '/mnt/webDir/www/sossage/system/classes/kohna/log.php' file failed opening required. Yes, file doesn't exist. Its's wrong path.
But, I never write the code, also can't find anywhere using 'find' option on my web root.
Fatal error: Kohana_Core::auto_load(): Failed opening required '/mnt/webDir/www/mysite/system/classes/kohna/log.php' (include_path='.:/usr/share/php:/usr/share/pear') in /mnt/webDir/mysite/system/classes/kohana/core.php on line 418, referer:
How can I solve the problem, please let me know the solution or tips.
Thanks.
You've got a typo in your configuration, likely. Note the directory it's attempting to access:
...system/classes/kohna/log.php
"kohna" is not the appropriate spelling. The directory is instead:
...system/classes/kohana/