|
||||||
| PHP Forum Use this forum to discuss all aspects of PHP Development. PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
I am only just a year old using HTML, PHP, Javascript, XML, and SQL. We have multiple locations using several different terminals in a CITRIX environment to access a web HTML screen to create labels for our products. These label scripts do work and I know for sure that there isn't any type of priviledge problems per our tech services guy but there is a proble which no one seems to understand. Every location is set up identically to access the CITRIX server and then to the web server hosting the labeling scripts. About 80% of the users get the drop down box showing the list of labels which are contained in a directory but then the remaining 20% can not see the same list. The script isn't erroring out. Is there a way to display any error codes on the fopen? If we can get the error code then that would help the tech services section to figutre out what is going on. If you have see this happen before, you may have the solution.
Thanks in advance for your help. Charlie |
| Sponsored Links |
|
|
|
|||||
|
Are they all connecting to the same Citrix server or are there multiple Ctirix servers? The reason I ask is because several could be setup different (80%) than the others which are not working (20%).
Turn on display_errors in your php.ini file. This will display all of your errors. You can also add this to your fopen statement to display an error but not specific: PHP Code:
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
|
|||
|
you could also add <?php error_reporting(E_ALL); ?> to the top of the page in question.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP fopen() problems | FlyByWire128 | PHP Forum | 11 | 07-24-2007 07:14 PM |
| Question about String handling... | Spitfire | Java Help | 2 | 06-08-2007 06:17 PM |
| Curious Question | priorityone | The Lounge | 10 | 01-07-2007 11:40 AM |
| Silly question | Ronin | C# Programming | 4 | 09-21-2006 05:01 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 98%