Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - babycamzy

#1
Im using SMF RC3


SMF Project Tools 0.4.3 Released - June 13, 2010, 02:05:19 PM
#2
it says subs.php

Find

|(action=projects)?(sa=viewIssue;)?(;)?issue=(\d+)(\.com(\d+))?(#com(\d+))?|action=profile;u=\d+)'), 

then

Replace

|action=profile;u=\d+)'),


For Display.php

It says

FInd


  elseif (!empty($GLOBALS['issue'])) { global $project, $issue; require_once($sourcedir . '/Project.php'); loadProjectToolsPage('smf'); // Make sure this attachment is on this issue. $request = $smcFunc['db_query']('', ' SELECT a.id_folder, a.filename, a.file_hash, a.fileext, a.id_attach, a.attachment_type, a.mime_type, a.approved FROM {db_prefix}attachments AS a INNER JOIN {db_prefix}issues AS i ON (i.id_issue = a.id_issue) WHERE a.id_attach = {int:attach} AND i.id_issue = {int:issue} LIMIT 1', array( 'issue' => $issue, 'attach' => $_REQUEST['attach'], ) ); } // This is just a regular attachment... else 


then REPLACE:

// This is just a regular attachment... else
#3
SimpleDesk Support / Simple Desk with project Tools
July 24, 2010, 05:10:52 AM
So I installed project tools first before Simple Desk. It all went up well.

Thing is Im having problems with

Subs.php and Display.php


Find[Select]
|(action=projects)?(sa=viewIssue;)?(;)?issue=(\d+)(\.com(\d+))?(#com(\d+))?|action=profile;u=\d+)'),
Replace[Select]
|action=profile;u=\d+)'),


tried fixing one over another still it gives the same error on both Display and Subs.php