So, I'm getting there with 4.0.4 easyinstall and php_gd.dll. But I'm not there yet.I'm getting:Warning: imagejpeg: unable to open temporary file in D:\my_website.com\www\gd.php on line 40I've read every post I can find on the forum, but I still can't get it to work. I've seen a lot of posts, mainly ...
So, I'm getting there with 4.0.4 easyinstall and php_gd.dll. But I'm not there yet. I'm getting: Warning: imagejpeg: unable to open temporary file in D:\my_website.com\www\gd.php on line 40 I've read every post I can find on the forum, but I still can't get it to work. I've seen a lot of posts, main ...
After succesfully testing the GD library with PHP4 locally on a Windows NT machine (IIS4) we decided it was time to put everything online and installed our webserver (identical NT machine with IIS4) the same way.This worked perfectly as expected, however the Image function that works locally, doesn' ...
I have this script: <?php header("Content-type: image/gif"); header("Pragma: no-cache"); header("Cache-Control: no-cache"); header("Cache-Control: no-store"); $txtstr = "STEREOTYPE"; $x_size = (strlen($txtstr) * 5)+2; $y_size = 10; $font = 1; $im ...
I decided to try w3m for an alternative web browsing experience; however, when I attempt to edit a textarea field, I get "Can't open temporary file" and am thereby prevented from editing. Any suggestions? ...
I'm running PHP 4.0.4pl1 under Apache in Win98 as a development and testing box. I have GD 1.6.2+ and zlib 1.1.3 running fully functional in this environment.The example script which creates a basic green square and outputs to the browser as a PNG:<?php Header("Content-type: image/png") ...
Friend..Need help. i use php 4.0.5 and apache1.3 in windows xp.i store picture files in database mysql.for the viewing purpose, i echo the file content as link.When i click the link.I get a save as message box.I can save the file in my local computer and view file fine but when i click the open butt ...
Ericsson provided me a Store procedure to delete son rows which are on a SDP (Server Data Point), databsse Sybase 10.This sp create a temporary table that contains the rows to erase in differents tables. I exute it as saSome times i got the message "unable to open buffer file". also the sc ...
I'm sure this is a permissions issue, but I can't figure it out.I have the following pretty standard code to generate thumbnails on-the-fly:if (!file_exists($thumbdir.$imagefile)) { // and make sure it's got a thumbnail$img = imagecreatefromjpeg( $imagedir.$imagefile );$width = imagesx( $img );$heig ...
I have shut down my Oracle 8.17 database (shutdown immediate;). Now when I try to startup, the database mounts, but won't open. Mon Mar 31 14:51:00 2003 ALTER DATABASE OPEN Mon Mar 31 14:51:00 2003 Errors in file /orahome/admin/dev/bdump/dbw0_20256.trc: ORA-01157: cannot identify/lock data file 4 - ...
I have latest nmon analyzer v33c and nmon 12e , using excel 2007 I am unable to open .nmon file and getting error "subscript out of range" while opening the filePlease suggest.Best ...
I got an error message saying that "229: Could not open or create a temporary file" when I was runing a query with four grouping.I checked /tmp file system and temp dbspacees and none of them ever been touch by the query.This is Informix database 8.50.FC2X2. on Sun Solaris.Please help!!! ...
I am having this problem, with Informix 7.31. When I start it, I getUnable to open input file 's'Unable to open input file 'c'(This is on UnixWare 7)I have very important databases. ...
I have a scenario, where i have two servers running in the HDR, and i want to run the report from the secondary server and i am getting the following error. CC,INFO cards root card_prog_owners class com.inet.report.DatabaseInformix CC,WARN metadata get tables failed: java.sql.SQLException: Could not ...
As a root user when I run the command -[root@localhost etc]# useradd foouseradd: unable to open password fileHere is the /etc/passwd file specific details on my system[root@localhost etc]# ls -l /etc/passwd-rw-r--r-- 1 root root 2416 May 5 23:42 /etc/passwd[root@localhost etc]# lsattr passwd-------- ...
Unable to open file with fstream. it always seems to jump to the else statement and gives me the error message "Error: can't open input file ". I have included in the header file #include <iostream>#include <fstream>#include <sstream>and in the class file i have the follo ...
I am new linux uesrwhile installing OBIEE on linux box i am getting below error./setup.shUnable to load the launcher file index. Cannot open launcher file.can any one let me know how to reslove this issue ...
I get the following error in my error log frequently. It may pop up when I access or set foreign key constraints, I'm not sure. InnoDB: Error: unable to create temporary file; errno: 2 After I get this error, I can no longer view any of the tables' foreign key constraints until I restart the server. ...
I have a database with mixed innodb and myisam tables. Platform is solaris. when I execute /usr/local/mysql/bin/mysqldump -u root -pserver --add-drop-table --lock-tables --quick -c esr > /usr/local/mysqlbu/data/esr.backup I always get the error : 070123 20:12:56 InnoDB: Error: unable to create ...
I am running DOORS 9.1 on both server and client. However, when I try to create a discussion, typing in summary and context, after clicking "save", I will see an error message saying "Unable to open database file" and no discussion is created. When logging in as DOORS admin, under Discussion Access ...
I'm using "Digital Mars" to compile the following program:#include <iostream>using namespace std;int main() {cout <<"My name is Abder-Rahman";return 0;}And, this is what I get:C:\Users\Software Engineer\Desktop\C++\dm852c\dm\bin>dmc print1Fatal error: unable to ope ...
I am working thru the Wrox book: Beginning Programming, and need some advice on getting a simple program to compile. I have Vista and use the free Borland C++ compiler. After entering in a simple C++ code, I was not able to get it to compile. When I attempted to compile the code, I received an E2209 ...
i got this problem with a little script im doing. It simply creates a thumbnail on the fly from an image that is uploaded. It works fine on my local testing machine but when i upload it to my server via ftp it doesn't seem to work. This is the error message i get:Warning: imagejpeg() [function.image ...
I installed mpd from Synaptic, but every time I reboot the computer and then try to play songs with mpd, mpd always fails with the error message,daemon: unable to open pid file "/var/run/mpd/pid": No such file or directoryAbortedI have to re-install mpd and run the following commands to ma ...
I am facing a wierd problem . In the function given below i try to open an excel as a CDataSource object , but iam unable to open the excel source of size greater than 320 KB.Can anyone help me!HRESULT OpenExcelDataSource(CDataSource& dbExcl, BSTR bstrFName){USES_CONVERSION;HRESULT hr;CDBPropSet ...
I'm using "Digital Mars" to compile the following program:#include <iostream>using namespace std;int main() {cout <<"My name is Abder-Rahman";return 0;}And, this is what I get:C:\Users\Software Engineer\Desktop\C++\dm852c\dm\bin>dmc print1Fatal error: unable to ope ...
I've been trying to get the Borland BCC32 5.5.1 compiler to work. I've already set the configuration files up in C:\Borland\BCC55\Bin\Borland\Bcc55 as requested in the readme.txt here:1. Run freecommandlinetools.exe; choose the drive and folder into which you want toinstall the free C++Builder 5 com ...
I am trying to craete an external table and then select the data from the table. However I am getting error while trying to select the data from external table.SQL>CREATE OR REPLACE DIRECTORY my_dir as 'C:\arun';Directory created.SQL>GRANT ALL ON DIRECTORY my_dir TO PUBLIC;Grant succeeded.SQL ...
i am change the sys password then it create this error Error:OPW-00001: Unable to open password-file ...