vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   viPortfolio 1.2.6 Beta Release (https://vborg.vbsupport.ru/showthread.php?t=41691)

Kars10 08-04-2002 12:44 PM

Hi Teddy!!
Ok, now i got the options!! This point is going to you!! Great...
but look at my Screen-Shot :knockedout:

Kars10 08-04-2002 12:49 PM

here i get no options to choice between...
Hope i dont confuse you. :cry:

NTLDR 08-04-2002 06:28 PM

After trying to update to the latest vesion and manually editing the DB I have got this hack to work almost properly, the replace donsen't seem to work for me, nor do JPEG images, I get the following error with 1.0.5:

Quote:

Warning: Color index out of range in ./viPortfolio.php on line 725
Setting pixel for color1
Other than that it seems to be working fine.

Kars10 08-05-2002 11:11 AM

Now if i want to upload something...i get a #!@j?! Parse Error!!
Oh man, this is wierd!! Please have a look at the Screen-Shot! :(

TeddyBare69 08-05-2002 12:06 PM

Couple more fixes.

NTLDR, ALL
I believe I have fixed the color allocating problem.
There are a couple other fixes also so I am uploading a new version 1.0.7.
This version has the color fix, better PHP version checking support and control panel fixes.

Minifreunde,
take a look at the permissions and owner of http://{forum basedirectory}/tmp . This directory needs to be set with write access of your webserver userid. For me that user is nobody, in production it is web. You would be safe setting the permissions to 777 in unix or granting permissions to all in windows.

Looking at the screen shot of your settings, looks like multiple installs. You can clean out the settings for viPortfolio with the following SQL.
DELETE setting
FROM setting s, settinggroup g
WHERE s.settinggroupid = g.settinggroupid
AND g.title like 'viPortfolio%';

then you will need to reinsert the settings by executing the sql in viPortfolio/database/insert_settings.sql.

then execute the following sql
SELECT settinggroupid, displayorder
FROM settinggroup
WHERE title like 'viPortfolio%';

ensure that the displayorder is not 0 and use the number in settinggroupid column as highnumber for the following sql.

UPDATE setting
SET settinggroupid = <i>{highnumber}</i>
WHERE settinggroupid = 65534

This will be fixed in the next version.

Kars10 08-05-2002 01:24 PM

Hello Teddy, this was the result of the first query... :o

Christy 08-05-2002 03:47 PM

Well, im stumped. I just uninstalled then reinstalled with latest vesion and am still getting the x's for the pics

http://www.force137.com/forum/viPortfolio.php?userid=1

I should be doing everything write, only thing I dont do is add the links for the users as im waiting till i know it works.

I install tables, install templates, upload viportfolio.php and this time i also upped gdthumb.php even though im not sure what it was for.

NTLDR 08-05-2002 04:27 PM

Quote:

Originally posted by TeddyBare69
I believe I have fixed the color allocating problem.
This seems to be far worse for me I get:

Code:

Warning: Color index out of range in /.../viPortfolio.php on line 633

Warning: Color index out of range in /.../viPortfolio.php on line 634

Warning: Color index out of range in /.../viPortfolio.php on line 635

Warning: Color index out of range in /.../viPortfolio.php on line 636

In a constant loop now when I try to upload a JPEG Image :( However the image does seem to have uploaded, but I just get a black 100*100 square as the thumbnail for it.

Uploading to replace a file doesn't work either still.

TeddyBare69 08-05-2002 05:23 PM

for Minifreunde,
don't you have mysql 4 or newer?

select *
from settinggroup
where title like 'viPortfolio%';

delete
from setting
where settinggroupid = {number from above}

sorry about the mix up. the mysql manual said the previous sql was compatible with mysql 4.0.2 and above.

NTLDR,
Have you tried other images?

can you either upload your graphic to this site or log onto my test board and upload the image there.
Test site
username guest
password guest

Christy,
If you could try and login and upload your image here also. I haven't tried fixing the missing image problem directly because I can't recreate it here.

Christy 08-05-2002 05:33 PM

Ok I logged into your site and was able to upload them both fine. I just used your installer logo as a gif and jpg

Not sure whats up with mine, I also tried using php_gd2.dll and get the same results, heers an image of my phpinfo


All times are GMT. The time now is 10:51 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01236 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete