Search results

  1. W

    Zend Framework on shared windows server

    Hi, I'm just wondering if this is available. I want to run Zend-amf stuff to connect to Flex clients. If not available on shared servers, is there a way to install this on a vps? Thanks much, Shannon Vance
  2. W

    Best way to run Tomcat for learning

    I am learning java and would like a development platform to learn from. What is the best way for me to get a Tomcat6 installation so that I can run jsp and then Adobe stuff like Blaze DS and LCDS? I have a Windows based VPS, but I would rather have a Linux platform, besides I have live customers...
  3. W

    Can't find basic info on vps

    I've been searching and I can't find very basic info. I've created a test domain. How do I find: The nameservers I should use in my domain registration control panel? It looks like the docs suggest using ns1.domain.com and ns2.domain.com Is this literal, or am I supposed to...
  4. W

    phplist on Windows server?

    Has anyone successfully installed phplist on a jodo win server? The docs suggest a lengthy procedure needed to do this. I am just wondering if the docs are correct for jodo servers or what? any help would be much appreciated and any guidance on using phplist under jodo's policies etc would...
  5. W

    phpBB doesn't like my MSSQL database

    When I try to install phpBB on my server, I get a complaint that they: Could not connect to the database, see error message below. [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified I tried to use the ip and then I tried to use the host name but they...
  6. W

    403 error when trying to upload files

    I get a 403 error when I upload a file and call move_uploaded_file. It seems that the tmp directory is unreachable. Here's the code... foreach ($_FILES as $fieldName => $file) { $filenames .= $fieldName. "\n"; if(move_uploaded_file($file['tmp_name'], "./images/" . $file['name'])) {...
  7. W

    I need php5. I'm on win7. Help!

    My php scripts report that the version is 4.3.9. I need php5. This site is on win7. (does that matter?) How do I get to ver 5? Thanks! Shannon
  8. W

    How do I xfer existing site from Win to UNIX?

    I have a customer site which I created on a Windows server. It turns out that I should have used a UNIX platform. What is the best procedure for making this transfer? Also, I noticed that the nameservers are the same for both Win and UNIX accounts. I assume this is normal...
  9. W

    How do I set include_path in php.ini

    I am having trouble using php.ini. I have an include statement in one of my php files that fails to locate the include file. I am trying to use php.ini to set the include path using the "include_path" directive in the section titled: ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ...
  10. W

    Can't access phpMailer class

    Since it seems that I'm forced to change code that was working, (customer is very upset!) I need to find a working source example of how to use phpMailer on a Windows account. I found some code on this board, but it fails to run complaining: Warning: main(class.phpmailer.php): failed to open...
  11. W

    index.php on windows server

    I have a windows plan and am trying to use the wordpress blog. All of the pages listed in the links that are blank expect the server to find index.php. I guess the windows server doesn't. I read another post about setting directory indexes in the cp, but I can't find any place to do this. Is...
  12. W

    <iframe bug in XSL?

    When I use xsl to insert an iframe in a page, the resultant html has extra </td></td></table> and results from a subsequent match inserted before closing tag </iframe. It looks like it went recursive on me. Has anyone seen this? I can post code if needed. Thanks!
  13. W

    Session.Timeout question

    I am having problems using Session.Timeout. 1. I set it to 90. It seems to expire much sooner 2. It seems to expire despite a user requesting a page. (timeout isn't reset?) I have been reading the posts and it seems that jodo overrides this property. Is this true? I read something...
  14. W

    global.asa doesn't execute

    I have a global.asa with Session_OnStart and Session_OnEnd Subs. They never seem to execute. I have set my Session.Timeout to 1. That should cause the session to end pretty quick, shouldn't it? I have this in a sub-directory of the main website. Could this be an issue?
  15. W

    Is it possible to use Frames in Flash?

    I need to display an ASP page inside a Flash movie. Is it possible to do this? We don't want to leave the Flash environment and jump to another page. It would be impossible to implement the functions from the ASP page in Flash (I think).
  16. W

    How can I stop IE from limiting no. of chars in textarea?

    I have found that the limit of characters allowed in a textarea is around 1800. When this number of chars is exceeded, the submit button fails to submit the form. Has anyone ever seen this? I have done a search on this issue and have found very little info.
  17. W

    Need help getting started with MSSQL

    I created a DB using the control panel. Databases -> MS SQL I first created a login, then I created a database. I made a table and filled it with a single record. Then I set up a DSN in ODBC Services. I selected the SQL wizard. Then I used code that worked on another existing DB and changed...
  18. W

    Asp fails to work in sub-domain

    I created a sub domain for one of my customers, but it doesn't seem to be able to run asp code. I checked the control panel and asp was enabled. All I needed to do is to redirect to the main domain. I tried to use the redirect web service supplied in hsphere, but that seemed to supplant the web...
  19. W

    Enterprise Manager keeps kicking me out!

    It seems to have about a five to ten minute timeout. I keep having to re-connect. Is there a way to set the timeout?
  20. W

    Enterprise Manager docs anywhere?

    I am using the built-in Enterprise Manager to admin MSSQL databases. However, I can't seem to find any documentation, even on the website. Perhaps I just missed it. Any help would be much appreciated. Also, I gather that MS Enterprise Manager is available, but I don't know if it is worth the...
Back
Top