forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 bridging => Topic started by: hugooooo on April 28, 2014, 10:15:28 pm

Title: error changing mail adress in smf: require_once(/embed.php): failed to open s...
Post by: hugooooo on April 28, 2014, 10:15:28 pm
Hi,

I just bridged my smf (2.07) to a brand new coppermine instance. Nice and easy :) but I have one problem maybe someone can help me with:

If I try to change an email adress of any user at the useraccount in smf I (and every other user) get a "plain white screen" (probably php error) when submitting the change and this errorlog:

https://oq.achernar.uberspace.de/forum/index.php?action=profile;area=account;u=1;save
2: require_once(/embed.php): failed to open stream: No such file or directory
File: /var/www/virtual/oq/html/forum/Sources/Gallery.php
Line: 455

and that would be this piece of code:

   require_once($modSettings['galleryPath'] . '/embed.php');

If someone wants to have a look directly into this I could share a test account via pm.

my gallery path is https://oq.achernar.uberspace.de/gallery/ in case that matters, but as said, all works just great except changing a mail adress in userdata at smf...

Thanks for any help!
hugo
Title: Re: error changing mail adress in smf: require_once(/embed.php): failed to open s...
Post by: phill104 on April 28, 2014, 11:21:33 pm
I do not think that is a problem with the CPG side of things, more an SMF issue. Gallery.php is not a cpg file. Maybe ask the SMF support team.
Title: Re: error changing mail adress in smf: require_once(/embed.php): failed to open s...
Post by: hugooooo on April 28, 2014, 11:45:38 pm
ok, thanks for the suggestion! will do
Title: Re: error changing mail adress in smf: require_once(/embed.php): failed to open s...
Post by: Αndré on April 29, 2014, 11:10:38 am
As Coppermine doesn't change anything in SMF (actually, SMF even doesn't know that Coppermine is bridged to it), this is definitely no Coppermine issue. This apply to all genuine bridges.
Title: Re: error changing mail adress in smf: require_once(/embed.php): failed to open s...
Post by: hugooooo on April 29, 2014, 11:16:39 pm
Thanks for confirming, Αndré.
I started a topic at the smf support forum here (in case anyone else has the same problem):
http://www.simplemachines.org/community/index.php?topic=521849.0

Thanks and cheers!
Title: Re: error changing mail adress in smf: require_once(/embed.php): failed to open s...
Post by: hugooooo on April 30, 2014, 10:25:34 pm
i was completely off and i doubt anyone hit that mistake ever again. the problem was not coppermine, but an unrelated mod.
before coppermine i was trying out gallery 2, which needs a mod. not reading carefully i did not completely uninstall the mod, which caused the error. following those simple instructions solved my problem. i learned my lesson...

cheers