Advanced search  

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

Pages: 1 [2]   Go Down

Author Topic: Bridging and Plug-in Problems  (Read 13239 times)

0 Members and 1 Guest are viewing this topic.

scifirocket21

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 58
Re: Bridging and Plug-in Problems
« Reply #20 on: August 19, 2006, 03:18:55 am »

Stop re-installing; Coppermine is not windows. Looks to me like the user does not have the CREATE TABLE privilege. Running the queries manually appears to solve your issues, so I would suggest running the rest of the create table statements via phpmyadmin or whatever you use.

It would appear that the user does not have the CREATE TABLE privilege, but under the same user, it can create tables - only if CPG insn't bridged. 
« Last Edit: August 19, 2006, 07:46:57 am by GauGau »
Logged

Nibbler

  • Guest
Re: Bridging and Plug-in Problems
« Reply #21 on: August 19, 2006, 03:26:58 am »

Ah, I see what the issue is. There is a bug with the installer for the plugin, it uses mysql_query instead of cpg_db_query. If you change

Code: [Select]
mysql_query
to

Code: [Select]
cpg_db_query
in codebase.php then it should install correctly.
Logged

scifirocket21

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 58
Re: Bridging and Plug-in Problems
« Reply #22 on: August 19, 2006, 04:23:00 am »

Ah, I see what the issue is. There is a bug with the installer for the plugin, it uses mysql_query instead of cpg_db_query. If you change

Code: [Select]
mysql_query
to

Code: [Select]
cpg_db_query
in codebase.php then it should install correctly.

It didn't work.  I dont think there is anything wrong with the plug-ins themeselves.  I think that this could be a bridging issue.  If I disable bridging, the plug-in works, but if bridging is enabled, then CPG doesn't work and you get the errors I stated before.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Bridging and Plug-in Problems
« Reply #23 on: August 19, 2006, 05:23:30 am »

Ok, sorry.  I asked administrator (before posting in this thread) for help becouse i know that i'm asking noob  questions, but he didin't answer.
Yes, you send me a PM, which clearly shows that you didn't read board rules (you agreed to respect them when signing up) nor my signature. Stay out of this thread. Read the documentation instead.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Bridging and Plug-in Problems
« Reply #24 on: August 19, 2006, 06:07:40 am »

As nibbler said there is a bug under codebase.php , you can test it your self , just take a look at forum's (bridged phpbb) database
Is there a cpg_mark_user table ? if yes then you need to do as nibbler suggested again:
1- remove plugin from cpg_plugins table manualy
2- edit codebase and change mysql_query to cpg_db_query
3- try to install the plugin again
Logged
‍I don't answer to PM with support question
Please post your issue to related board

scifirocket21

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 58
Re: Bridging and Plug-in Problems
« Reply #25 on: August 19, 2006, 07:41:12 am »

Hooray!  It finally worked!  Thanks to everyone who helped and put up with me.  Your help and support is greatly appreciated.
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.022 seconds with 19 queries.