News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Search results for: Warning: opendir(./albums/edit): failed to open dir: No such file or directory in

Search order
......  doc in bridging phpBB & CPG:  Code Select Expand Warning: main(bridge/phpbb.inc.php): failed to open stream: ............  No such file or directory in /home/sbstech/ ............ /cms_shared/cpg/include/init.inc.php on line 243  Warning: main(bridge/phpbb.inc.php): failed to open stream: ............  No such file or directory in /home/sbstech/ ............ /cpg/include/init.inc.php on line 243  Fatal error: main(): Failed opening required 'bridge/phpbb. ............  installation is located at http://mydomain.com/portal or http://portal.mydomain.com My CP  ............ .com/cms_shared/cpg  My http://mydomain.com/portal/cpg_redir.php are as follows: Code Select  ............  configuration define('PHPBB_DB_NAME', 'db_portal'); // The name of the database used by the  ............ ('PHPBB_DB_USERNAME', 'root'); // The username to use to connect to the database define(' ............ ', 'xxxxxx'); // The password to use to connect to the database  // The web  ............  to your phpBB directory // If your URL to your board  ............  for example 'http://yoursite_name.com/phpBB2/', //  ............ 'll have to set the below var to '/phpBB2/'. define(' ............ ', '/portal/');  define('PHPBB_LOGOUT_GET', TRUE);  My  ............  // Uncomment the applicable line if you want to use it   define('UDB_INTEGRATION', 'phpbb');  // ......
...... 't edit messages (or haven't found the button yet!) This is the  ............  Expand   <?php<br />/**<br /> * Coppermine Photo Gallery<br /> *<br /> * v1.0 originally written  ............  Gregory Demar<br /> *<br /> * @copyright Copyright (c)  ............ * @license GNU General Public License version 3 or later; see LICENSE<br /> *<br /> *  ............  (v3.2)<br /> * @since 1.6.06<br /> */<br />error_reporting(-1);<br />define('UPDATER_LOG', ' ............ ======================================= //<br />// to be added appropriately to the language file(s)<br  ............ /> $lang_install_php['no_zip_extn'] = 'The extension providing ZipArchive  ............  not available';<br /> $lang_install_php['delete_log'] ............  = 'Please first delete the log file: <code>'.UPDATER_LOG.'</code>';<br /> $ ............ ['files_placed_title'] = 'Package files placed';<br /> $ ............ ['files_placed_msg'] = 'All package files were  ............  placed. Click below to complete the install.';<br /> $lang_install_php[' ............ ['select_install'] = 'Please select the package to install.';<br /> $lang_install_php[' ............  Install Packages';<br /> $lang_install_php['not_writeable'] = '<b>Installation can not be  ............ </b><br />The following directories are not writeable: ';<br /> $lang_install_php[ ............ 'perform_install'] = 'Install Selected Package';<br /> $ ............ ['no_installs_title'] = 'No install available';<br /> $ ............ ['no_installs_msg'] = 'No packages are currently  ............  for you to install';<br /> $lang_install_php[' ............ '] = 'The server is not configured to allow this method to function.<br / ............ >PHP needs allow_url_fopen or cURL enabled.';<br /> $lang_install_php[' ............ '] = 'Releases of CPG not found at Github';<br /> $lang_install_php[' ............ '] = 'Could not save package file. Operation aborted.';<br /> $ ............ ['pre_warning'] = '<span style="color:red">WARNING: This is a pre-release version!</ ............ ['loc_curdir'] = 'New install in the current directory';<br /> $lang_install_php['loc_separate'] = ' ............  install in a separate directory';<br /> $lang_install_php['upgrade_current'] = ' ............ ================================ //<br /><br />if (file_exists(UPDATER_LOG)) die($lang_install_php[' ............ ('zip')) {<br /> die($lang_install_php['no_zip_extn']);<br />}<br /><br />echo <<<EOT<br /><! ............ <br /><html><br /><head><br /><title>Coppermine Photo Gallery Installer Stub</title><br /><script src="/ ............ ><br /><style type="text/css"><br />input, button, label {cursor: pointer}<br />button { font-size: ............  font-weight: bold; }<br />.tableb { background-color: #EEE; }<br />td.bleed { background-color: #F77;  ............ : #FFB; }<br />.iloc { margin-bottom: 1em; }<br />.updt { border-collapse: collapse;  ............ -bottom: 1em; }<br />.iloc input, .updt input { margin- ............ -right: .5em; }<br />.oblk:hover { background-color: #EFE }<br />div.cpg_message_info { background- ............ : #E8FFE8; border: 1px solid #3C3; border-radius: 4px; padding:  ............ ; margin-bottom: 1em; }<br />span.cpg_message_info { }<br /></ ............ '] == 's') ? 'cpg16x/' : '';<br /> $updater->performUpdate($_POST['updid'], $indir);<br /> $pstrun = ( ............  : 'install.php';<br /> msg_box($lang_install_php['files_placed_title'], $lang_install_php[' ............  echo <<<EOT<br /> <a href="{$indir}{$pstrun}"><button>{$lang_install_php['complete_install']}</button>< ............ , $badDirs);<br /> msg_box('',$lang_install_php['not_writeable'].$bdmsg, 'cpg_message_error', '', ''); ............ <br /> }<br /> echo '<form id="updForm" action="" method="post" onsubmit=" ............  $urad = '';<br /> $cChk = 'checked ';<br /> if (file_exists('include/config.inc.php')) {<br />  ............ ="inLoc" id="inLoc0" value="u" checked /><label for="inLoc0">'.$lang_install_php['upgrade_current'].'< ............ ="inLoc" id="inLoc1" value="c" {$cChk}/><label for="inLoc1">{$lang_install_php['loc_curdir']}</label> ............ " name="inLoc" id="inLoc2" value="s" /><label for="inLoc2">{$lang_install_php['loc_separate']}</ ............ ['available_packages'].'</td></tr>';<br /> foreach ($updates as $k => $updt) {<br /> $xmsg = '' ............ }" id="t{$updt['id']}" /></td><br /> <td><label for="t{$updt['id']}"><p><b>{$updt['name']}</b>{$xmsg}< ............  '</td><td class="bleed">';<br /> echo '<label for="bldv"><p>Get the very latest package (unreleased) ............  current developer changes.<br />Recommended only for special circumstances.</p></label>';<br /> echo ' ............ ></tr></table>';<br /> if (!$badDirs) echo '<button type="submit" name="doinst" id="doinst" class=" ............ ">'.$lang_install_php['perform_install'].'</button>';<br /> echo '<img id=" ............ /IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJ ............ ==" style="display:none" />';<br /> echo '</form>';<br /> } else {<br / ............ > msg_box($lang_install_php['no_installs_title'], $lang_install_php[' ............  />function msg_box ($title, $message, $class, $button='', $link='')<br />{<br /> echo <<<EOT<br /> < ............  if (!$releases) {<br /> die($lang_install_php['not_found']);<br /> }<br /> foreach ($releases as $ ............ ->updates;<br /> }<br /><br /> public function performUpdate ($id, $inDir='')<br /> {<br /> global $ ............ /cpg1.6.x/archive/develop.zip');<br /> } else foreach ($this->updates as $u) {<br /> if ($u['id']  ............ ->getUrlData($updt['ball']);<br /> $dlHandler = fopen($tmpf, 'w');<br /> if (!fwrite($dlHandler, $ ............ )) { die($lang_install_php['save_error']); }<br /> fclose($dlHandler);<br /><br /> $ ............  = array('anycontent.php'); //files to preserve if they already exist<br /> $p2s =  ............ (); //paths to skip (whether they exist or not)<br /> $zip =  ............  ZipArchive;<br /> $res = $zip->open($tmpf);<br /> if ($res === TRUE) {<br /> if ($ ............  {<br /> @mkdir($inDir);<br /> $this->logIt("DIR: {$inDir}");<br /> }<br /> for ($i = 0; $i < $ ............ ->numFiles; $i++ ) {<br /> $stat = $zip->statIndex($i);< ............ !is_dir($fp)) @mkdir($fp);<br /> $this->logIt("DIR: {$fp}");<br /> } elseif ($fp) {<br /> if ( ............ ($fp, $f2p) && file_exists($fp)) continue;<br /> if ($this-> ............ ($i);<br /> $fp = $inDir . $fp;<br /> file_put_contents($fp, $fc);<br /> $this->logIt(" ............  /> $zip->close();<br /> } else {<br /> echo 'failed, code:' . $res;<br /> }<br /><br /> unlink($ ............  = array('.');<br /> $ng = array();<br /> foreach ($cpgDirs as $dir) {<br /> if (!(is_dir($ ............  ($url)<br /> {<br /> $ua = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 ( ............  Safari/537.75.14';<br /> if (ini_get('allow_url_fopen')) {<br /> ini_set('user_agent', $ua);<br /> $ ............  = file_get_contents($url); //var_dump(get_headers($url), ............ ('curl_init')) die($lang_install_php['not_possible']);<br /> // create curl resource<br /> ............ $ch = curl_init();<br /> // set url<br /> curl_setopt($ch, CURLOPT_URL, $url);<br /> //return the  ............  as a string<br /> curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);<br />  ............ ($ch, CURLOPT_USERAGENT, $agent);<br />// curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);<br />//  ............ ($ch, CURLOPT_SSL_VERIFYHOST, 0);<br /> curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);<br /> // $ ............  = curl_exec($ch);<br /> // close curl resource to free up system resources<br /> curl_close($ch);< ............  /> }<br /><br /> private function matchedPath ($file, $paths)<br /> {<br /> foreach ($paths as $p) {< ............ ('/','\/',$p);<br /> if (preg_match("/^{$p}/", $file)) return true;<br /> }<br /> return false;<br /> ............  /> private function logIt ($msg)<br /> {<br /> file_put_contents(UPDATER_LOG, "{$msg}\n", FILE_APPEND) ............  of cpg 1.6.06.   The server is on my local LAN (not accessible from the web) as a testbed for future  ............  of my forum (which is online but not involved as such). It  ......
#3
cpg1.5 plugins / CPMfetch problem
August 24, 2011, 05:45:42 PM by greta
......  everyone! I've just started a new fansite on wordpress and I'm trying to install cpmfetch (for the  ............  the sidebar it give me this:  Code Select Expand Warning: include(./gallery/cpmfetch/cpmfetch.php) [ ............ .include]: failed to open stream: No such file or directory in / ............ -content/themes/tema 2/wp6/sidebar.php on line 15  Warning: include() [function.include]: Failed opening './ ............ /cpmfetch/cpmfetch.php' for inclusion (include_path='.:/usr/lib/php:/usr/ ............ /tema 2/wp6/sidebar.php on line 15  Fatal error: Class 'cpm' not found in /home/kellyrow/ ............ );<br /> $objCpm->cpm_close();<br />?> home directory: http://www.kelly-rowan.org/wp/  gallery: http:/ ............ /www.kelly-rowan.org/dir/  cpmfetch directory http://kelly-rowan.org/ ............ /cpmfetch/install.php?do=install&force=true  I'm still new about all this stuff,and I  ............  wondering if someone could possibly install it for me... thank'you in advance! (: ......
...... :  Warning: opendir(./albums/edit): failed to open dir: No  ............  file or directory in /var/www/html/gallery/upload.php  ............  409  When accessing the upload page, then get :  Warning: move_uploaded_file(./albums/edit/ ............ .jpg): failed to open stream: No such file or directory in /var/ ............ /html/gallery/upload.php on line 1197  Warning: move_uploaded_file(): Unable to move '/tmp/ ............ ' to './albums/edit/mHTTP_temp_073a057d.jpg' in /var/ ............ /gallery/upload.php on line 1197   When trying to upload the file.  This jsut started after i  ............  about 25 minages with no problem... ......
......  got this error when i upload files  Warning: opendir(./albums/ ............ ): failed to open dir: No such file or directory in /******* ............ ***/upload.php on line 406  before 121 all works is fine,anyone helpme,tia!    ......
......  durring the installation... The steps I made before installing: 1. Unziped/Unpacked 2. Uploaded via  ............  in Copermine DIRECTORY 3. Setted "write" permitions to the 2 files and  ............  DIR which wanted that 4. Runned instal.php file  THE PROBLEM: when i am running instal.php i am  ............  these errors: QuoteWarning: ini_set() has been disabled for  ............  reasons in /www/vndv.com/z/e/t/zetaworld/htdocs/gallery/cpmfetch/cpmfetch/screen.php on  ............  52  Warning: include() [function.include]: Unable to access ../ ............ .php in /www/vndv.com/z/e/t/zetaworld/htdocs/gallery/cpmfetch/cpmfetch/screen.php on  ............  53  Warning: include(../cpmfetch.php) [function.include]:  ............  to open stream: No such file or directory in /www/ ............ .com/z/e/t/zetaworld/htdocs/gallery/cpmfetch/cpmfetch/screen.php on  ............  53  Warning: include() [function.include]: Failed opening '../ ............ .php' for inclusion (include_path='.:/usr/lib/php') in /www/ ............ .com/z/e/t/zetaworld/htdocs/gallery/cpmfetch/cpmfetch/screen.php on  ............  53   Important information - install has been halted. ERROR:  ............  not find config file at ../include/config.inc.php  ............  under that i am getting these debug information: Code Select Expand CpmFetch Install Script  ............  2.0.0 do= path= force= Running default command: install * * BEGIN  ............ /install.php SERVER SCRIPT_URI: http://zetaworld.vndv.com/gallery/cpmfetch/cpmfetch/install.p hp  ............ : */* SERVER HTTP_REFERER: http://www.vndv.com/fileman.jsp?dir=gallery/cpmfetch/cpmfet ch SERVER  ............  Media Center PC 5.0; InfoPath.2; OfficeLiveCo nnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.5.30729; . ............ : gzip, deflate SERVER HTTP_HOST: zetaworld.vndv.com SERVER HTTP_CONNECTION: Keep-Alive  ............  a6a1a; coppermine_data=YTo1OntzOjI6IklEIjtzOjMyOiI5YzI2YzU4ZjcyNGE4YWM2ZWNlO ............  zgzNDE4MGJmZiI7czoyOiJhbSI7aToxO3M6NDoibGFuZyI7czo3OiJlbmdsaXNoIjtzOjM6ImxpdiI7Y  ............  SERVER_SOFTWARE: Apache SERVER SERVER_NAME: zetaworld.vndv.com SERVER SERVER_ADDR: 207.210.86.253  ............  SERVER_PORT: 80 SERVER REMOTE_ADDR: 85.73.153.154 SERVER  ............  SERVER_ADMIN: webmaster@vndv.com SERVER SCRIPT_FILENAME: /www/vndv.com/z/e/t/zetaworld/htdocs/gallery/ ............ /cp mfetch/install.php SERVER REMOTE_PORT: 27339 SERVER GATEWAY_INTERFACE: CGI/1.1 SERVER  ............ : 1257620132 * * END SERVER SETTINGS * * ERROR: Did not find config file at ../include/config. ............  output screen and exiting  my site is:  zetaworld.vndv.com and my gallery: zetaworld.vndv.com/ ............   i don't know what other information i should provide.... ......
...... ,  Can anyone tell me what this means, all was working fine now when i go to upload this appears    ............ : opendir(./albums/edit): failed to open dir: No such file or directory in / ............ /gallery/upload.php on line 409.  Then when i try to upload i get this: -  Warning: move_uploaded_file............ ./albums/edit/mHTTP_temp_1c06905e.jpg): failed to open stream: No such file or directory in / ............ /public_html/gallery/upload.php on line 1197  Warning: move_uploaded_file(): Unable to move '/tmp/ ............ ' to './albums/edit/mHTTP_temp_1c06905e.jpg' in /home/ ......
#8
...... ,  I've just copied Coppermine to my server in the directory /coppermine When  ............  the dir (http://www.tog-sim.dk/coppermine) this error show on the screen. ............ ..Nothing else happens not even getting a chance to  ............  coppermine   Code Select Expand Warning: main(include/debugger.inc.php): failed to open  ............ : No such file or directory in /mnt/raid/www/www/tog- ............ /include/init.inc.php on line 26  Fatal error: main(): Failed opening required 'include/ ............ .inc.php' (include_path='/var/www/tog-sim.dk/public_html') in /mnt/raid/www/www/tog- ............  the idea that one should edit the init.inc.php file to get the thing working, so what could be the  ............  here?  Best regards, Morten ......
#9
cpg1.3 Upload / Suddenly can't upload files
July 09, 2004, 12:23:17 PM by golive
......  having selected upload files and chosen 1 file in the file upload box this  ............  appears:  Warning: opendir(./albums/edit): failed to open dir: No  ............  file or directory in /usr/home/web/web11934/cpg1.3.0/ ............ .php on line 406  when I select my file and press continue this message appears: Warning:  ............ (./albums/edit/mHTTP_temp_2736a8bb.jpg): failed to open stream: No such file or directory in /usr/ ............ /web/web11934/cpg1.3.0/upload.php on line 1193  Warning: move_uploaded_file(): Unable to move '/var/tmp/ ............ ' to './albums/edit/mHTTP_temp_2736a8bb.jpg' in /usr/ ............ /web11934/cpg1.3.0/upload.php on line 1193  and 0 files were uploades. The programme has been working  ............  until now. Can anybody please help me . I don't know much  ......
#10
cpg1.3 Upload / Photo Upload Disabled
March 15, 2006, 03:18:33 AM by actorschecklist
...... ,  After working fine for a stretch, the photo upload feature  ............  my gallery is non-working, though visitors to the gallery are able  ............  register with no problem. I am running the version 1.3.0 provided  ............  my web host XO Communications. The gallery seems to have stopped uploading photos at approximately  ............  26. The error message I have seen generated when testing the  ............  function is "Warning: opendir(./albums/edit): failed to open dir: No  ............  file or directory in /web/coppermine/upload.php on  ............  X. Maybe other people on various Windows platforms see a different message.  I have read about the  ............  host is still providing 1.3.0 I thought it best to first post this message before doing anything  ............ , the gallery can be viewed at http://actorschecklist.com/coppermine/ if that information is  ......
#11
......  have uploaded the photo gallery and followed the installation  ............ , but now I'm trying to test it, and it's not working.  ............  I try to upload photos, it's giving me the following  ............ .  When I click "upload file" it says this across the top of the page: Warning: ............  opendir(./edit): failed to open dir: No such file or  ............ /upload.php on line 398   Then if I were to go to try to upload something anyway it says:  ............ : move_uploaded_file(./edit/mHTTP_temp_76de7c58.jpg): failed to open  ............ : No such file or directory in /home/nshodktc/ ............ /coppermine/upload.php on line 1156  Warning: move_uploaded_file(): Unable to move '/tmp/ ............ ' to './edit/mHTTP_temp_76de7c58.jpg' in /home/ ............ /upload.php on line 1156  It also displays the file name and says "Impossible to move"  I don't know  ............  I'm doing incorrectly, and would appreciate any help with this.  ......
......  and this is a first. Can someone help please.  Stock    Warning: opendir(): SAFE MODE Restriction in  ............ . The script whose uid is 583 is not allowed to access /home/virtual/site76/fst/var/ ............ /html/albums/to_upload owned by uid 0 in /home/virtual/site76/fst/ ............ /www/html/searchnew.php on line 191  Warning: opendir(albums/to_upload/House /): failed to open  ............ : No such file or directory in /home/virtual/site76/ ............ /var/www/html/searchnew.php on line 191  Warning: readdir(): supplied argument is not a valid  ............ /fst/var/www/html/searchnew.php on line 192  Warning: closedir(): supplied argument is not a valid  ......
......  orry I saw that CGP 1.3 beta is not supported....  ............  CGP 1.3 Beta and all seems OK but when I try to upload files I have this message: Warning:  ............ (./edit): failed to open dir: No such file or directory in /home/ ............ /public_html/fotoalbum/upload.php on line 398 Even after trying to  ............  files one other message apear : Warning:  ............ (./edit/mHTTP_temp_3bf64bb9.jpg): failed to open stream: No such file or directory in / ............ /albemigr/public_html/fotoalbum/upload.php on line 1156 So somme body have  ......
#14
cpg1.3 Upload / Uplaod Error
July 21, 2004, 03:00:25 AM by d10sfan
......  I try to upload something on the "Upload Files" i get this  ............  when the page loads:   Warning: opendir(): SAFE MODE Restriction in effect. The  ............  whose uid is 103510586 is not allowed to access /data/members/free/tripod/uk/g/ ............ /g/i/a/giantkids1/htdocs/upload.php on line 409  Warning: opendir(./albums/edit): failed to open dir: No  ............  file or directory in /data/members/free/tripod/uk/g/i/ ............ /htdocs/upload.php on line 409  Then when I try to upload something I get this message:  Warning:  ............ , leak, listen, chown, chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for  ............ /g/i/a/giantkids1/htdocs/upload.php on line 1186  Warning: move_uploaded_file(./albums/edit/ ............ .jpg): failed to open stream: No such file or directory in / ............ /g/i/a/giantkids1/htdocs/upload.php on line 1197  Warning: move_uploaded_file(): Unable to move '/tmp/ ............ ' to './albums/edit/mHTTP_temp_830e8e6b.jpg' in /data/ ............ /htdocs/upload.php on line 1197   Impossible to move.    ......
...... ,  I got a problem with Coppermine. Everthing works, you did a great job, only the upload doesn´t  ............ .  The problem is:  QuoteWarning: opendir(./edit) [function.opendir]: failed to  ............  dir: No such file or directory in /www/htdocs/vxxxxx/ ............ /upload.php on line 398  CHMOD is 777 for Album, Userpics and include  Could you help me?!  ............  searched about two hours now what I did wrong?! But I don´t know much about  ......
......  one  i have installing coppermine and it work with me great just there is a few problem  ............  i get ..  when i go to uploud any pic ............  i get this msg....  ............   Warning: opendir(./edit): failed to open dir: No such file  ............  directory in /home/kelly01/public_html/gallery/upload.php  ............  line 398  i also ignore that msg and i try to uploud any pic just  ............  test and i get this msg   Warning: move_uploaded_file(./edit/mHTTP_temp_f25f0dc3.jpg) ............ : failed to open stream: No such file or directory in / ............ /public_html/gallery/upload.php on line 1156  Warning: move_uploaded_file(): Unable to move '/tmp/ ............ ' to './edit/mHTTP_temp_f25f0dc3.jpg' in /home/ ............ /gallery/upload.php on line 1156  in the buttom it say   Information  0 uploads were successful. ............     and there is no Pic uplouding ..   Can pls we fix this  ............  i love this Script and i need it work ..  thankyou .    ......
......  guys been uploading a few pics to my coppermine gallery over the past week and have  ............  run into this problem today. when i go to upload file, i  ............  the following error :  Warning: opendir(./albums/edit): failed to  ............  dir No such file or directory in /home/www/*****. ............ /upload.php on line 409  i have chomd all folders to 777.   any ideas? ......
#18
cpg1.2 Standalone Support / Upload Error
April 13, 2004, 04:14:11 PM by major
......  getting the following error when i click upload a file. Warning: opendir(./ ............ ): failed to open dir: No such file or directory in /www2/ ......
...... "Warning: opendir(./edit): failed to open dir: No such file  ............  directory in /home/mydomain/public_html/daysleeper/photos/ ............ .php on line 398"  This is the error I get. How can I fix this? And does it matter  ............  running the same script? Please help, I'd love to use this script. ......
...... ! i have in the albums directory in 1.1 with the name: image1.kirche in 1.2 he  ............  not read this directory, why? he only read it  ............  . image1kirche Warning: opendir(albums/image1kirche/): failed to open dir: ............  No such file or directory in /Library/Tenon/ ............ -temmel.at/gallery/searchnew.php on line 178 Warning: readdir(): supplied argument is not a valid  ............  resource in /Library/Tenon/WebServer/WebSites/www.edith-temmel.at/gallery/ ............ .php on line 179 Warning: closedir(): supplied argument is not a valid  ............  resource in /Library/Tenon/WebServer/WebSites/www.edith-temmel.at/gallery/ ............ .php on line 189 found no new  ......
......  English!  I just installed the Gallery and tryed to upload a test image. But it didn't work.  So I  ............  if I click on the image upload button it opens and then there is an error massage at  ............  top of the site. It is this one: QuoteWarning:  ............  in effect. The script whose uid is 1232 is not allowed to access /var/www/web312/html/phpkit/ ............ /html/phpkit/Coppermine/upload.php on line 398  Warning: opendir(./edit): failed to open dir: No such file  ............  directory in /var/www/web312/html/phpkit/Coppermine/ ......
#22
cpg1.2 Standalone Support / upload error
May 15, 2004, 04:23:45 AM by ProtocolX
......  keep getting this error every time I try to upload an image:   Code  ............  Expand Warning: opendir(): SAFE MODE Restriction in effect. The  ............  whose uid is  22182 is not allowed to access  /home/virtual/site77/fst/home/ ............ /home/gallery/public_html/upload.php on line 398  Warning: opendir(./edit): failed to open dir: No such file  ............  directory in  /home/virtual/site77/fst/home/gallery/ ......
......  I go to upload before I even upload I get an error  ............  that says:  Warning: opendir(./edit): failed to open dir: No such file  ............  directory in /home/phatbit/public_html/steffgallery/ ......
#24
cpg1.3 Upload / upload error
February 26, 2005, 07:41:37 AM by lcd2000
......  is error in the page to the upload  Warning: opendir():  ............  in effect. The script whose uid is 104289075 is not allowed to access /data/members/free/tripod/es/f/ ............ /es/f/a/m/famominas/htdocs/upload.php on line 406  Warning: opendir(./albums/edit): failed to open dir: No  ............  file or directory in /data/members/free/tripod/es/f/a/ ......
#25
...... 'm a bit afraid to post here because it's clear the supporters are a  ............  short on patience for all the questions (i read  ............  threads i was hoping would have the answer). I'm not very good at reading and learning, I'm a hands  ............  person and unfortunately let my ex set up my gallery for me. I've  ............  several issues I've ran into but am stuck with this one (knowing me it's an  ............  fix I'm overlooking because I'm staring too hard).  This is the error I'm getting when I  ............  to batch add, I go to the batch add area and click  ............  a directory I just added:  Warning: opendir(albums/ ............ /): failed to open dir: No such file or directory in / ............ /local/home/ersigh/twowheels.org/gallery/searchnew.php on line 178  Warning:  ............ (): supplied argument is not a valid Directory resource in /hsphere/local/ ............ /ersigh/twowheels.org/gallery/searchnew.php on line 179  Warning:  ............ (): supplied argument is not a valid Directory resource in /hsphere/local/ ............ /ersigh/twowheels.org/gallery/searchnew.php on line 189  I had just  ............  a directory and added it as an album with no issues. I  ............  another three albums and have this issue with all  ............  in case there was some issue when I was ftping to my server (this has happened before, although i  ............  up having to remove stuff in the db). It didn't make a  ............ .   I did not make any changes as an admin within the gallery  ............  on my server, all I did was upload more directories, change the permission levels as  ............ . I did everything as I always do.  I'm not sure if perhaps something happened with my host  ............  it's a temporary issue. I'll check again in the morning to see  ............  it works, which is what I'm hoping will happen. Anyway,  ............  point me in the right direction for fixing this if something broke somehow.  Thank  ............  in advance for your help.  ......
......  have uploaded my images to the folders successfully except 1 or 2 folders  ............  of the folder seems to have created the thumbs_ and normal_ but the  ............  does not show any pictures and if i try and batch  ............  is already in the database but images dont show for the album and another problem i try to do a  ............  add form a folder and i get the errors Warning: opendir( ............ /4/): failed to open dir: No such file or directory in /home/ ............ /rapid.50free.org/gallery/searchnew.php on line 178 Warning:  ............ (): supplied argument is not a valid Directory resource in /home/www/rapid. ............ .org/gallery/searchnew.php on line 179 Warning:  ............ (): supplied argument is not a valid Directory resource in /home/www/rapid. ............ .org/gallery/searchnew.php on line 189 List  ............  new pictures No new picture was found and i would like to say  ............  so helpful, and one day i can give some advice to others cheers  ......
...... ! No upload file:  Warning: opendir(./edit): failed to  ............  dir: No such file or directory in /home/gili/ ......
......  then i will upload picture then stays there Warning: opendir(./edit) [function.opendir]: failed to  ............  dir: No such file or directory in /www/htdocs/nippes/ ............ .3.0/upload.php on line 398  That can I do?  Sorry for my bad Englisch.  I have the 1.3.0 beta   ......
#29
cpg1.3 Upload / batch add error
September 27, 2005, 11:27:50 PM by naughtyforum
......  been doing batch add for awhile and all was good. but now i receive the  ............  below..  QuoteWarning: opendir(albums/upload/2109/savagebabes_4/):  ............  to open dir: No such file or directory in /home/ ............ /public_html/naughtyforum/pics/searchnew.php on line 191  Warning:  ............ (): supplied argument is not a valid Directory resource in /home/networ00/ ............ /naughtyforum/pics/searchnew.php on line 192  Warning:  ............ (): supplied argument is not a valid Directory resource in /home/networ00/ ............ /naughtyforum/pics/searchnew.php on line 202 i have the  ............ /file permissions set correctly and not sure what could  ............  great if they could tell me what i am doing wrong or what i would need to change to make this work  ............   thanks for all your help in the past and hope this gets  ......
...... . I have installed the gallery version CPG 1.3 today. I have downloaded the newest file (from 3th  ............ ). The install was propertly.  I have created categories and then albums. Then I would upload an  ............  an I received this error message: Code Select Expand Warning: opendir():  ............  in effect. The script whose uid is 636 is not allowed to access /home/www/web1/html/gothic/ ............ /web1/html/gothic/gallery/upload.php on line 398  Warning: opendir(./edit): failed to open dir: No such file  ............  directory in /home/www/web1/html/gothic/gallery/upload. ............  398 over the navigation  and  Code Select Expand Notice: Undefined offset: 2 in /home/www/web1/html/ ............ /gallery/upload.php on line 242  Notice: Undefined offset: 3 in /home/www/web1/html/ ............ /gallery/upload.php on line 248  Notice: Undefined offset: 4 in /home/www/web1/html/ ............ ] => XARDAS  [4] => 1esshj  [user_password] => ********  [5] => 2004-06-04 00:09:22  [ ............ ] => 1  [group_id] => 1  [15] => Administrators  [group_name] => Administrators  [16] =>  ............ ] => 0  [25] => 3  [upload_form_config] => 3  [26] => 0  [ ............ ] => 0  [27] => 5  [num_file_upload] => 5  [28] => 3  [num_URI_upload] => ............  => SELECT extension, mime, content FROM cpg130_filetypes; [1] => SELECT * FROM cpg130_users,  ............  user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = ' ............  * FROM cpg130_banned WHERE ip_addr='80.131.75.67' OR ip_addr='80.131.75.67' OR user_id=1 )  =========== ............ ============= Module: gd ------------------ GD Support enabled  GD Version bundled (2.0.15 compatible)   ............  Support enabled  FreeType Linkage with freetype  T1Lib  ............  enabled  GIF Read Support enabled  JPG Support enabled  PNG Support  ............   WBMP Support enabled  XBM Support enabled  =================== ............   MYSQL_SOCKET /tmp/mysql.sock  MYSQL_INCLUDE no value  MYSQL_LIBS no value  ====================== ............ ==== Module: zlib ------------------ ZLib Support enabled  Compiled Version 1.1.4  Linked Version  ............ | Off | Off safe_mode_exec_dir | /home/www/empty | no value safe_mode_gid | Off | Off  ............  | no value | no value safe_mode_exec_dir | /home/www/ ............  | no value sql.safe_mode | Off | Off disable_functions  ............ | no value | no value file_uploads | On | On  ............  | .:/usr/share/php | .:/usr/share/php open_basedir | /home/www/web1/ | no value ============= ............  | Local Value | Master Value sendmail_from | no value | no value sendmail_path | /usr/sbin/ ............  -t -i  SMTP | localhost | localhost smtp_port | 25 | 25 ========================== Size and  ............  | 30 | 30 max_input_time | -1 | -1 upload_max_filesize | 8M | 8M post_max_size | 8M | 8M ============ ......