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]   Go Down

Author Topic: does someone finally solved generaly the logging problem when integrated with vb  (Read 3289 times)

0 Members and 1 Guest are viewing this topic.

Fking

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 37

I was searching the forum, and found many many people with the same problem
they try to integrate cpg1.3 with vb3, but you can't log in cpg, it just redirects to the vb page, you log-in, but still aren't loged in the cpg....

i think few have solved the problems for them, but this does not work for all

can someone post general solution for this problem?
Logged

Fking

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 37

wow seems like i just found a solution!

if nothing else works (table prefix, cookie prefix, path and etc )
that problem may be in this line
  if (md5($USER_DATA['password'] . VB_CUST_NO) == $bbpassword)

i guess that for some reason it does not compare correct these things
just reaplace this line with something like that which is always true and will execute the if function
like:

  if (1== 1)
Logged

Nibbler

  • Guest

Then your license number was probably incorrect. What you have done with that change is to disable password checking completely.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.