Bridging and Plug-in Problems - Page 2 Bridging and Plug-in Problems - Page 2
 

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

Bridging and Plug-in Problems

Started by scifirocket21, August 14, 2006, 04:31:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scifirocket21

#20
Quote from: Nibbler on August 19, 2006, 01:15:39 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. 

Nibbler

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

mysql_query

to

cpg_db_query

in codebase.php then it should install correctly.

scifirocket21

Quote from: Nibbler 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

mysql_query

to

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.

Joachim Müller

Quote from: Jale Crni on August 18, 2006, 10:25:15 PM
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.

Sami

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
‍I don't answer to PM with support question
Please post your issue to related board

scifirocket21

Hooray!  It finally worked!  Thanks to everyone who helped and put up with me.  Your help and support is greatly appreciated.