Jump to content

MiRed

Members
  • Posts

    23
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Female

MiRed's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ok, I've found the error. I put the include inside the asp tags instead of outside. Therefore it didnt recognise the oConn object. Thanks anyway !
  2. Hi, I get an asp error object required . My code is as follows: updatequery = "UPDATE prodlist set Prod_SKU='"&sku&"', Prod_Description='"&descr&"', Prod_ManufactureNum='"&manNum&"', Prod_NAME='"&Name&"' where auto_id='"&auto_id&"'" response.write " updatequery:" & updatequery set rs = oConn.execute (updatequery,lngRecs,1) i have this: dim oConn, rs in a global config file. It works on a different page but now somehow doesnt. Can anyone see the mistake? The error is from the line which starts with set. Thanks in advance for your help!
  3. Hi, I get the same error but from the following code: set rs = oConn.execute (updatequery,lngRecs,1) any ideas? Thanks in advance
  4. I dont know if I want to turn off the warnings, I prefer to be on the safe side. Two things which I cant update (and it doesnt help to turn off the warnings I think) is Adobe Reader and File Zilla. Even though I ran cmd as Administrator and it said that the command was run successfully, it didnt delete this folder of the MSSQL$SQLEXPRESS.
  5. How do I turn off UAC? Also - when I go look in the control panel by user accounts, it says: Mirjam (that's the name of my account) and underneath ADMINISTRATOR!!! How come that some of the softwares just dont recognise me as one??
  6. thanks for your quick replies. sorry i didnt mention it, yes i'm on windows 7. scootstah - it did NOT delete it. Also - it just made me a folder under users but not a real user. besides this doesnt help me for lets say the flash update problem. joe92 - I didnt quite understand what to do. I dont have a separate admin account. I only have my name and guest (inactive) and nothing else. KingPhilip - As just mentioned there are no other accounts. What is SP1? Thanks!
  7. Hi everyone! I am the only user of my computer and I have only my username. In the last time however, the computer doesnt recognise that I'm the administrator. For example the Flash Update doesnt work because it says you can only run it with the rights of an administrator. Today I tried to install an MS SQL Server express (which of course I didnt succeed like always but that's for a different place) and it created under users, a folder (as if it's a real user) with MSSQL$Server and I tried to delete it but I cant because "I'm not the administrator". Any kind help or offer? Thanks so much in advance! MiRed
  8. After many hours of finding and trying, I found the solution. I was using Zend Studio as my editor and it showed that the file got save but didnt actually. Once I opened the files with Notepad, I saw that nothing had been changed. Hope that helps other people as well. I guess just don't use Zend Studio for localhost stuff. Good Luck!
  9. Hi all! I am getting the following warning: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'user'@'localhost' (using password: YES) in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\e-peds\Source\includes\db_connect.php on line 3 Does it have to do with this: The configuration file now needs a secret passphrase (blowfish_secret). ? I do have a blowfish_secret in the config.inc. php. Any advice? Thanks!
  10. You need to uncomment the line extension=php_mysql.dll by removing the semicolon at the beginning of the line.
  11. Hello! I installed MySql Server 5.5.8 and php 5.2.16 and phpMyAdmin 3.3.8.1. I got the error: Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.5.8. This may cause unpredictable behavior. There really were more errors - for example that it didn't connect to the server: mysql_connect() [function.mysql-connect]: Access denied for user 'user'@'localhost' (using password: YES) in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\e-peds\Source\includes\db_connect.php on line 3 and that it didn't recognise my blowfishsecret in the config.inc.php file (and a few more, but not so important). So I downgraded my Server to 5.0.51a and restarted the computer and the server and I still get the same error mentioned above. Can anyone please offer me some advice? Thanks in advance for your response!
  12. I didn't find any .htaccess files that belong to my current server. There are lots of cache settings in the php.ini file, but I don't know what to do with them and I don't want to play around with it. Where do I see if there is a side byte-ode cache present? What is APC?
  13. I don't really know what cache is... How do I force my browser to refresh? I pressed F5 till now. Do you mean my localhost? I installed it with the tutorial of : http://www.bicubica.com/apache-php-mysql/index.php, just I am using a bit a newer version than what they describe there -> I installed them all by hand as wamp server didnt let me change the configurations (or I just didnt know how:). I dont know if there are any .htaccess files. Haven't seen any. But also didnt look for them... What is APC?
  14. 1-that was interesting, I didnt know that! 2-oh no! 3-totally agree. There are two problems with posting the code - it's for my work ,it's actually not me who wrote it, but on the real test server it and production it works. I only want it to get to work on my localhost in order for me to be able to develop and test locally and only then upload it to the mercury repository which we are using. I'ts quite complex and loads of code. One file is included in the other and that's why it's hard to find the orignal occurence of the things. Anyway. I couldn't clone it (the repository) directly into my htdocs so I copied/downloaded it to my documents and copied it from there to the htdocs. Could this make a problem? Can it be that the server reads the files which are in My Documents??
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.