[Solved]: xp publish problems [Solved]: xp publish problems
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: xp publish problems

Started by mariamsr, December 17, 2008, 05:05:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mariamsr

my gallery is the following: www.7crgallery7.co.cc/Gallery/index.php

I changed my gallery to another domain because there were some problems. One the old domain I could upload the pictures through xp publish (that is why now there are some images), but on the new one I can't.
I click on a image to upload and then I choose "Piblish this file on the internet" and then when I have to choose my gallery to uplaod the photo, there are my old gallery (on the old domain, which doens't funtion because that domain no loger exists) and the new one. I choose the new one and it gives this error: The Web assistence system couldn't conect to the internet, or the web service returned a page that isn't valid.       

I would like to know if you can fix it, or if there is any way to erase the gallerieswhen I have to choose them to puload, because I think that way it would work..

Thanks in advance,
Mary

Nibbler

I think removing an entry involves editing the windows registry. Try searching the web for details.

You have your gallery url set incorrectly in config, that's probably why it doesn't work. Fix that and then download a new .reg file from xp_publish.php

mariamsr

Hey there, I cant find any link on my config file... there are many errors:
<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2008 Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.
 
  ********************************************
  Coppermine version: 1.4.19
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/config.php $
  $Revision: 4392 $
  $Author: gaugau $
  $Date: 2008-04-16 09:25:35 +0200 (Mi, 16 Apr 2008) $
**********************************************/

define('IN_COPPERMINE', true);
require('include/init.inc.php');
if (!GALLERY_ADMIN_MODE) cpg_die(ERROR, $lang_errors['access_denied'], __FILE__, __LINE__);


$redirect = "admin.php";
$message = <<< EOT
You are trying to access Coppermine's <a href="admin.php">config page</a> using an outdated link - the file config.php has been renamed to admin.php. You probably updated your site and haven't changed your theme as suggested in the <a href="docs/theme/">theme upgrade guide</a>.<br />
You are now being redirected to the actual page you were looking for.
EOT;
pageheader($lang_info, "<meta http-equiv=\"refresh\" content=\"100;url=$redirect\" />");
msg_box($lang_info, $message, $lang_continue, $redirect);
pagefooter();
ob_end_flush();
?>

Joachim Müller


mariamsr

Ok, I attached the admin file... I cant file where the url is... please help :)

Joachim Müller

I haven't asked to see that file. Just run it in your browser - just click on the link in my above posting.

mariamsr

Oh sorry I havent understood..
It gives an error... How can I fix it?

mariamsr

Ok it works now. I changed the url on config, and then uploaded an new xp publish file and now it works, thank you very much  ;) :)